Lorem Ipsum is not random gibberish — it is a specific scrambled passage from a 2,000-year-old Latin text that has been used as typographic filler since the 1500s. Understanding where it comes from, why designers use it, and when to reach for a different variant will save you from explaining to a client why their prototype is in "broken Latin."
Where Lorem Ipsum comes from
The text originates from de Finibus Bonorum et Malorum ("On the Ends of Good and Evil"), written by the Roman philosopher Cicero in 45 BC. The relevant passage reads: "Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit" — "Nor is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain."
Sometime in the 1500s, an unknown printer took this passage, scrambled it to make it unreadable, and used it to fill a type specimen book. It spread through the printing industry as the standard placeholder because it had a roughly natural letter frequency distribution — meaning it looked like real text in a layout without distracting readers with actual meaning. The digital era adopted it wholesale.
Why designers use placeholder text
When you review a design mockup containing real copy, you inevitably start reading and editing the text. You suggest word changes. You argue about tone. You point out a typo. None of that is useful when the design is what needs reviewing.
Placeholder text short-circuits this reflex. Because Lorem Ipsum is intentionally unreadable, reviewers have no choice but to focus on what actually matters at the mockup stage: layout, spacing, font size, line length, visual hierarchy, and colour.
When to use each content type
Classic (Lorem Ipsum): The default choice for most design work. Looks like real text, fools no one into thinking it is. Use when stakeholders understand what a mockup is and will not ask why the text is in Latin.
English: Real English words in random order. Useful for clients who find Latin confusing or alarming, for presentations to non-technical stakeholders, and for wireframes where the language of the content matters (e.g., checking RTL/LTR layout).
Corporate ipsum: Buzzword-heavy placeholder text ("synergise stakeholder deliverables"). Use for business presentation mockups, pitch deck templates, and enterprise software UI wireframes — it mimics the actual density of corporate copy.
Tech ipsum: Developer jargon as placeholder. Ideal for documentation wireframes, API reference templates, and developer-facing tool mockups where the text density and register need to match real technical writing.
Hipster ipsum: Artisanal placeholder text for creative agency and lifestyle brand mockups. Produces the right tone and length for brand copy without using actual brand language.
Using the output formats
HTML wraps each paragraph in <p> tags — paste directly into an HTML template, React JSX, or a CMS rich text field without reformatting.
Markdown separates paragraphs with blank lines — ready for README files, documentation pages, or any Markdown editor.
JSON returns a structured object with a paragraphs array — useful for seeding a database, populating a mock API response, or testing a component that renders a list of content blocks.
Generate placeholder text in 5 styles, copy as HTML, Markdown, or JSON — free:
Open Lorem Ipsum Generator →