Lorem Ipsum & Fake Data Generator
Placeholder paragraphs for layouts, plus fake names, emails, phones and addresses for testing forms and UIs.
Placeholder text that behaves like real text
Lorem ipsum has been the designer's stand-in text for five centuries because it has the rhythm and word-length distribution of natural language without the distraction of meaning — reviewers look at your layout instead of reading the copy. Generate it by paragraphs (for pages), sentences (for cards and captions) or words (for labels and buttons), with the classic "Lorem ipsum dolor sit amet…" opening on or off.
Fake data that can't hurt anyone
The Fake Data tab produces names, email addresses, phone numbers and street addresses for seeding databases and testing forms — deliberately impossible to be real. Phone numbers come from the North American 555-01XX range reserved for fiction, and emails use the RFC 2606 reserved domains (example.com and friends), so a stray test run can never message an actual person. That's a property worth checking in any mock-data tool you use.
FAQ
What does "lorem ipsum" actually mean?
It's scrambled pseudo-Latin derived from a passage of Cicero's De finibus bonorum et malorum (45 BC) — close enough to Latin to read naturally, garbled enough to mean nothing.
Can I use this data in automated tests?
Yes — Copy All gives you newline-separated values ready to paste into fixtures or CSVs. For large volumes or deterministic seeds, a library like Faker in your test suite is the right next step; this tool is for quick, hand-rolled cases.
Is anything generated on a server?
No — generation happens in your browser from built-in word lists. Nothing is uploaded.
Free tools are just the start
Deploy your next app on bare-metal cloud with per-second billing — your first app is free, no credit card required.
More free tools
Generate strong, random passwords with a cryptographically secure RNG — entirely in your browser.
Encode text to Base64 or decode it back — UTF-8 safe, with URL-safe variant support.
Percent-encode strings for safe use in URLs, or decode %20-style sequences back to text.
Decode a JSON Web Token's header and payload, check expiry, and verify HS256 signatures.
Generate MD5, SHA-1, SHA-256 and SHA-512 hashes of any text — instantly, in your browser.
Validate JSON with precise error locations, then pretty-print or minify it — with sorted keys if you like.