How to use Fake data
- 1. Set a count. Up to 100.
- 2. Generate. Names from a tiny public list.
- 3. Download JSON. Seed tests.
- 4. Don't use as real PII. That's the point.
About this tool
You need users that look like users without being someone's real customers. These records are obviously synthetic: example.com, famous-scientist surnames, Indian-style +91 numbers that are not allocated on purpose as a set.
Not Faker.js
A small built-in list. Enough for UI fixtures, not a census.
Uniqueness
Collisions happen at high counts. Dedupe in tests if needed.
Code examples
shape
{ "email": "[email protected]" }