utility

Fake Data Generator (Faker.js)

generate realistic fake datasets for testing, demos, and local development

Ready

Choose the record shape to generate.

Applies locale-aware names/addresses where supported by Faker.

Use a seed to generate repeatable output.

Example output:
[
  {
    "id": "0c23165f-4f0b-4ea2-8d9a-3af44b34f6f4",
    "firstName": "Ari",
    "lastName": "Lopez",
    "email": "ari.lopez@example.com"
  }
]