Random Data Generator
Generate batches of believable fake data for seeding databases, mocking APIs, or writing tests. Powered by faker-js with eight data types, 1-100 rows per batch, and output as JSON, CSV, or plain text.
Features
- 8 built-in data types via faker-js
- 1-100 rows per batch
- JSON, CSV, or plain-text output
- Runs entirely offline in your browser
Frequently Asked Questions
- Which data types can I generate?
- Names, emails, addresses, phone numbers, dates, UUID v4, lorem ipsum sentences, and random integers. More coming soon.
- What output formats are supported?
- JSON (array of objects), CSV (header row + rows), or plain text (one value per line for single-field types).
- Is the data realistic?
- Yes - faker-js draws from locale-aware pools, so names and addresses look plausible. The data is random, not real.