Dummy data generators
Fill a layout or a mock API without copying production records. Paragraphs, JSON arrays, CSV tables, and name columns all stay on this device.
4 tools
Prose versus rows
Lorem ipsum prints Latin-like paragraphs for typography tests. It is not a translation. Dummy JSON prints a pretty array of invented objects. Dummy CSV prints the same kind of fields as a header plus quoted rows. Pick JSON for a fetch mock. Pick CSV for a spreadsheet import demo.
Invented names, not a census
Dummy names pairs first and last labels from a small list, one per line. Emails on the JSON and CSV pages use the example.test domain. None of this is a real identity file. Replace filler before you ship.
- Dummy CSV Generator Print a comma-separated table with a header row. Use this when a spreadsheet or importer wants CSV, not a JSON array.
- Dummy JSON Generator Print a JSON array of invented objects for mocks. These are not real people. Emails use the example.test domain.
- Dummy Names Generator Print invented first plus last pairs. Each line is one name. The pool is small on purpose so you never treat this as a population file.
- Lorem Ipsum Generator Build dummy paragraphs from a small Latin-like word list. This is filler for design mockups, not a translation of a real passage.