Lorem Ipsum Generator — Placeholder Text
Generate placeholder text for mock-ups, prototypes and design layouts. Choose the unit (paragraphs, sentences, words, list items), set a count, optionally start with the classic "Lorem ipsum dolor sit amet…".
What is lorem ipsum?
Lorem ipsum is a scrambled fragment of Latin text that has been used as placeholder copy in design and typography for more than 500 years. It looks like real prose at a glance, but contains nothing meaningful — which is exactly the point. The job of placeholder text is to look like the type of content that will go in a layout without distracting the viewer with the actual words. Designers, developers, marketers and product managers use it constantly while building wireframes, mock-ups and prototypes.
The standard opening — "Lorem ipsum dolor sit amet, consectetur adipiscing elit…" — comes from a section of "de Finibus Bonorum et Malorum" (On the Ends of Goods and Evils), a 1st-century BC text by the Roman statesman Cicero. Why this particular passage? In the 1500s, a printer scrambled it to create a type specimen book; the scramble caught on and has been used as the canonical placeholder ever since.
Why use placeholder text instead of "real" copy?
Three reasons. First, real copy distracts: stakeholders read the words instead of evaluating the design. Second, real copy rarely matches the eventual final copy — when you swap it in, the layout breaks. Third, lorem ipsum is visually convincing as a body-text shape (sentence lengths, paragraph rhythms, word density) without committing to any meaning. It's the visual texture of "text" without the cognitive load.
When you should NOT use lorem ipsum
- Final-stage usability testing. Once people read real words, the design feels different. Use representative real copy before user testing.
- Anything customer-facing. Lorem ipsum in production is embarrassing. Many sites still leak it years after launch — a quick site:search for "lorem ipsum" on big-name domains will surface examples.
- Content-first designs. If the design depends on actual content (a news article, product description, blog post), draft the real words first and design around them.
- SEO-critical pages. Lorem ipsum in indexed pages is a strong negative ranking signal — Google reads it as low-quality content.
Tips and best practice
- Start with "Lorem ipsum dolor sit amet…" for the most recognisable placeholder feel. Untick the box for "true" pseudo-Latin from word 1.
- Use paragraphs of varying length to match what real content will look like — not five identical paragraphs.
- For headlines, use a 4–8 word lorem ipsum line rather than full sentences.
- List items work well for navigation and feature blocks — pick the "list items" unit for those.
- Always search-and-replace before launch. A `grep -r "lorem ipsum"` of your code or final document is good hygiene.
FAQs about lorem ipsum
Is lorem ipsum real Latin?
It's based on a real Latin passage by Cicero, but the words have been scrambled and altered so that the result is not meaningful Latin.
How much placeholder text do I need?
Match the expected real content. A product card needs ~30 words; a blog body needs ~500 words; a long article needs more.
Is anything uploaded?
No. Generation runs in your browser.
Can I use this in commercial projects?
Yes — lorem ipsum has no copyright. Use freely.
What's the difference between paragraphs and sentences?
A sentence ends with a period; a paragraph contains multiple sentences and is separated by a blank line from the next paragraph.