Fake Data Generator
Generate random user data for testing.
Configuration
About fake test data
Building a feature without realistic test data is like decorating a house with the lights off. Hardcoded "Foo Bar" placeholders mask layout bugs, hide pagination problems, and tell you nothing about how the UI behaves when a name is 50 characters long or contains non-Latin script. This generator produces plausible synthetic users, addresses, companies, and other domain objects so you can fill seed scripts, fixtures and mock APIs in seconds.
All generated data is purely random and unrelated to any real person. It is suitable for load testing, screenshots, demo videos, design reviews and unit-test fixtures. Generation runs in the browser, so the synthetic identities you produce are not stored, logged or analysed.
How to use
- Pick the data type you need — users, addresses, products, or a custom blend.
- Set the row count (up to 1,000 in a single batch).
- Choose JSON, CSV or SQL INSERT statements as the output format.
- Copy or download the result and feed it into your seed script or mock server.
Common use cases
- Seeding a development database with realistic users for a sign-up flow demo.
- Generating fixture files for unit tests.
- Stress-testing a list rendering component with hundreds of rows.
- Producing a CSV import sample for the data-entry team to review.
Frequently asked questions
Is any of this data real?
Can I use the data in production?
Is the data internationally diverse?
Advertisement