# ffaker/ffaker

Faker refactored.

Repository: https://github.com/ffaker/ffaker
Canonical: https://ross.abutalabs.com/products/ffaker
Homepage: https://github.com/ffaker/ffaker
Language: Ruby
License: MIT
License Family: permissive
Last push: 2026-04-24T03:59:33+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 79, release rhythm 40, longevity 100
- inputs: {"age_days": 6074, "days_push": 131, "days_rel": 577, "gap_med": 0, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1573, forks 556 (observed 2026-08-28T04:05:05.654979+00:00)

## What it is
ffaker is a Ruby library for generating fake data such as names, emails, and addresses, originally created as a faster rewrite of the faker gem. It offers a largely compatible API with additional modules and localization data contributed by the community.

## Use cases
- generate fake names and emails for tests
- seed a database with realistic sample data
- speed up a slow Ruby spec suite
- create repeatable test data with a fixed random seed
- generate unique fake values in tests
- add fake data generation to a Rails development environment

## When to choose
- you need fake data generation in Ruby and want a lightweight, fast library
- you want API modules or locale data not available in faker
- you need deterministic fake data via random seeding in Minitest or RSpec

## When to avoid
- your project already uses faker and you don't need ffaker's divergent additions
- you need fake data in a language other than Ruby

## Facets
- artifact type: library
- maturity: stable
- function: data-generation, testing
- domain: developer-tools, testing
- platform: ruby, cross-platform
- tags: fake-data, seed-data, ruby-gem, test-fixtures, faker-fork

## Member repositories
- ffaker/ffaker (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:05.654979+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:58:02.999541+00:00, confidence not recorded.
  - readme: https://github.com/ffaker/ffaker (fetched 2026-08-28T04:05:05.654979+00:00, sha cd9ff50fec89)
  - homepage: https://github.com/ffaker/ffaker (fetched 2026-08-29T11:27:51.972223+00:00, sha d91184fcfab0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
