Data generator - Mock Data Generator

Create sample data in a few seconds

Choose the fields, set how many rows you want, and generate sample data in JSON, CSV, or SQL.

Input

Field schema and generation options

Ready
Supported field typesid, name, email, date, text

Output

Generated payload preview

[
  {
    "id": 1,
    "name": "User 1",
    "email": "user1@vultio.dev",
    "createdAt": "2026-04-21T12:00:00.000Z",
    "note": "sample-text-1"
  },
  {
    "id": 2,
    "name": "User 2",
    "email": "user2@vultio.dev",
    "createdAt": "2026-04-22T12:00:00.000Z",
    "note": "sample-text-2"
  },
  {
    "id": 3,
    "name": "User 3",
    "email": "user3@vultio.dev",
    "createdAt": "2026-04-23T12:00:00.000Z",
    "note": "sample-text-3"
  },
  {
    "id": 4,
    "name": "User 4",
    "email": "user4@vultio.dev",
    "createdAt": "2026-04-24T12:00:00.000Z",
    "note": "sample-text-4"
  },
  {
    "id": 5,
    "name": "User 5",
    "email": "user5@vultio.dev",
    "createdAt": "2026-04-25T12:00:00.000Z",
    "note": "sample-text-5"
  }
]