Mock Data Generator

Define your fields, pick how many rows you need, and export fake data as JSON, CSV, or SQL INSERT statements. Same seed always gives the same data.

Output

For testing and demos only. Every name, email, phone number, and address is invented by combining built-in word lists with a seeded pseudo-random generator (mulberry32). Any resemblance to real people or companies is coincidental - do not use this data to represent real individuals. Reproducibility: the same seed, fields, and row count always produce identical output, which is handy for stable test fixtures. Everything runs locally, nothing is uploaded.