ekofyi
Liveformattingshipped v1.0.0

Data Faker / Mock Generator

Generate realistic mock data for testing and development. Define your data shape using a simple schema (or paste a TypeScript interface) and get arrays of fake records with names, emails, dates, addresses, UUIDs, and more. Export as JSON, CSV, or SQL INSERT statements.

mockfakerdatatestinggenerator

Schema

10 records
[
  {
    "id": 1,
    "name": "Alice Brown",
    "email": "tina.harris@ekofyi.com",
    "age": 33,
    "city": "Singapore",
    "active": true
  },
  {
    "id": 2,
    "name": "Uma Jackson",
    "email": "david.lee@example.com",
    "age": 58,
    "city": "New York",
    "active": false
  },
  {
    "id": 3,
    "name": "Grace Jackson",
    "email": "leo.taylor@sample.net",
    "age": 45,
    "city": "Singapore",
    "active": false
  },
  {
    "id": 4,
    "name": "Frank White",
    "email": "carol.thompson@demo.io",
    "age": 56,
    "city": "Pontianak",
    "active": true
  },
  {
    "id": 5,
    "name": "Nora Wilson",
    "email": "eve.white@example.com",
    "age": 45,
    "city": "New York",
    "active": false
  },
  {
    "id": 6,
    "name": "Tina White",
    "email": "tina.park@ekofyi.com",
    "age": 47,
    "city": "Berlin",
    "active": false
  },
  {
    "id": 7,
    "name": "Uma Tan",
    "email": "eve.wilson@demo.io",
    "age": 29,
    "city": "San Francisco",
    "active": true
  },
  {
    "id": 8,
    "name": "Wendy Tan",
    "email": "paul.moore@ekofyi.com",
    "age": 48,
    "city": "Singapore",
    "active": false
  },
  {
    "id": 9,
    "name": "Kate Davis",
    "email": "alice.lee@demo.io",
    "age": 23,
    "city": "San Francisco",
    "active": false
  },
  {
    "id": 10,
    "name": "Grace Smith",
    "email": "jack.thomas@example.com",
    "age": 40,
    "city": "San Francisco",
    "active": false
  }
]

🔒 Generated locally. Up to 1000 records per run.