AZ Tools

Mock Data Generator

Developer

Define a schema by adding fields with one of 20+ types (full name, email, phone, city, UUID, date, integer, color hex, …) and choose how many rows to generate. The output is ready as JSON for API mocking, CSV for spreadsheet imports, or SQL INSERT statements for seeding a database. Runs entirely in your browser — no API calls, no signup, no rate limits.

Schema

How to use

  1. Define your schema — name each field and pick a data type.
  2. Set how many rows you need.
  3. Pick the export format (JSON / CSV / SQL).
  4. Click Generate, then copy the result.

Frequently asked questions

How realistic is the data?
Realistic enough for development and seeding: names blend common first / last name pools, emails follow firstname.lastname@example.com, phones use a placeholder country code. It's not statistically representative — don't use for analytics tests.
Where does the data come from?
Built-in static lists baked into the page bundle. No API, no rate limits, fully offline once the page loads.
Can I get repeatable output?
Not in this version — every Generate call produces fresh random data. For deterministic test fixtures, generate once and save the output.
Why no PII like real social security or credit card numbers?
Generating realistic-looking PII risks accidental use against real systems. The tool sticks to obviously-fake data so accidents are caught.

Related tools