Fake Data Generator
Create deterministic placeholder records for mockups and local tests.
Make stable placeholder records for testing
Fake records are useful when a form, table, CRM mockup, or screenshot needs realistic structure without exposing a real person. This generator combines a small embedded set of deliberately generic names, placeholder street labels, example.com email addresses, and 555 phone numbers. A deterministic seeded sequence selects the values, so the same seed and record number produce the same output when a test or visual comparison needs to remain stable.
With seed 42, the first record is Maya Chen, maya.chen42 at example.com, 103 Example Avenue in Austin, and phone 555-0294. The default count produces three records as formatted JSON. Changing the seed creates a different repeatable set, while increasing the count advances the sequence. The output is suitable for local fixtures and interface demonstrations where variety matters more than a large data vocabulary.
Synthetic by design and generated locally
Generation takes place entirely in your browser and never requests external identity data. The records are visibly synthetic and should remain that way: do not present them as customers, leads, testimonials, or verified addresses. The small lists are designed for safe prototypes rather than statistical realism, international address coverage, deliverable email tests, or performance tests that require millions of distinct rows.
Frequently Asked Questions
Is the generated information real personal data?
No. Values come from small embedded placeholder lists, example.com email addresses, and reserved-style 555 numbers.
What does the seed control?
The seed makes the same numbered records repeat, which is useful for stable screenshots and test fixtures.
Can I use these records for production accounts?
They are intended for prototypes and tests, not identity verification, customer records, or deliverable contact details.
Browse the full set of free, private, in-browser tools.