What is Lorem Ipsum?
Lorem Ipsum is the standard filler text of the printing and typesetting industries. It traces back to a 45 BC philosophical treatise by the Roman statesman Cicero, De Finibus Bonorum et Malorum (“On the Ends of Good and Evil”). A passage from section 1.10.32 of that work — beginning with the phrase “Neque porro quisquam est qui dolorem ipsum quia dolor sit amet” — was scrambled, truncated, and repurposed by typesetters as a neutral-looking block of text that mimics the rhythm of real prose without distracting readers with legible content. Latinist Richard McClintock identified the source in 1985 by tracing the rare word consectetur back to Cicero, settling decades of speculation about where the passage came from.
How does Lorem Ipsum generation work?
The generator picks words at random from an inline word list for your chosen flavor and assembles them according to the selected unit type. All processing runs in your browser:
- You choose a flavor (Classic Latin, Bacon, Hipster, Corporate, Cat, or Pirate), which selects the corresponding word list bundled in the page.
- You select the unit type: Words, Sentences, Paragraphs, or List Items, and set a count between 1 and 500.
- For words, the generator picks that many random words from the flavor list and joins them with spaces.
- For sentences, each sentence is 8 to 15 random words, capitalised at the start and terminated with a period. About 20% of sentences also include a comma after the third word.
- For paragraphs, each paragraph contains 4 to 8 sentences joined by spaces and separated from the next paragraph by a blank line. For list items, each item is 4 to 10 words.
- If “Start with Lorem ipsum” is on and the Classic flavor is active, the canonical opener “Lorem ipsum dolor sit amet, consectetur adipiscing elit” prepends the first paragraph. Enabling “Wrap in <p>” wraps each paragraph in HTML tags ready for CMS or email template use.
Why use placeholder text?
- Fill a Figma or Sketch frame with realistic copy-length content so clients can review layout, hierarchy, and typographic scale before the copywriter delivers anything.
- Populate every field of a new content type with multi-paragraph text and you’ll catch character-count overflows, truncation bugs, and display-template edge cases before real content arrives.
- HTML email templates behave differently under Outlook, Gmail, and Apple Mail. Drop in wrapped paragraphs and check line wrap, padding, and responsive breakpoints across all three before sending a test campaign.
- Print proofs and PDF mockups need real-looking paragraphs to show fonts, tracking, and leading at scale. Classic Lorem Ipsum has been doing that job in design studios since the 1960s.
What are common applications of placeholder text?
Lorem Ipsum shows up across design, engineering, and content workflows:
- Figma and Sketch prototypes get flavored placeholder text dropped into component variants so reviewers can evaluate information density, text overflow, and button proximity without the copy itself becoming the focal point of the review.
- When you build a new WordPress, Contentful, or Sanity content type, populating every field with multi-paragraph placeholder copy stress-tests the display template, the search-index pipeline, and any character-limit validators in one pass.
- The HTML-wrap option pastes
<p>-wrapped paragraphs straight into an email HTML editor like Mailchimp’s code view or a Litmus template, so you can verify line height, margin collapse, and Outlook-specific spacing across clients without writing dummy paragraphs by hand.
What does a Lorem Ipsum example look like?
Set flavor to Classic, unit to Paragraphs, count to 3, and toggle “Start with Lorem ipsum” on. The output will start with “Lorem ipsum dolor sit amet, consectetur adipiscing elit” and continue across three full paragraphs of Latin-sounding prose separated by blank lines. Switch the flavor to Bacon and regenerate: the same structural shape — three paragraphs, the same sentence-length variance — but every word is a cut of meat or a smoking method. Switch to Corporate and the prose fills with synergy, leverage, and paradigm. Each flavor uses the exact same paragraph-building logic; only the word list changes.
What is the difference between Lorem Ipsum flavors?
Every flavor uses the same structural generator — the same sentence-length range (8–15 words), the same paragraph-length range (4–8 sentences), the same comma insertion rate. Only the word list changes. Classic uses ~75 Latin words derived from Cicero’s original text for neutral, industry-standard filler. Bacon, Hipster, Corporate, Cat, and Pirate each use their own themed word lists (~30–50 words each) for humorous or context-specific output. All word lists are bundled inline in the page — no network request is made when you switch flavor or click Generate.
Why is the original Cicero text used as the basis?
The scrambled Cicero passage has been the industry standard since Letraset adopted it in the 1960s and Aldus PageMaker shipped it as a built-in placeholder in 1985. Its prevalence means that any designer, developer, or client who has worked in visual design immediately recognises it as intentional filler rather than an error or an unfinished draft. Using it sidesteps debates about whether placeholder text is “real” copy — everyone understands it is not.
Can I generate non-Latin placeholder text?
Not in the current version. The six flavors are all ASCII-range text, which means they work inside any CMS field, any HTML attribute, and any email template without encoding issues. Non-Latin scripts (Arabic, Chinese, Hindi) require per-script word lists and font considerations that are outside the scope of a general-purpose tool. A separate locale-specific placeholder-text tool may cover those cases in a future update.
Is this safe to use in production?
Yes, with one caveat: Lorem Ipsum is placeholder text, not real content. It is appropriate for staging environments, design reviews, and development builds — never for published production pages where it would be indexed by search engines as gibberish or confuse real users. If you need to gate a staging environment from crawlers, use a `robots.txt` `Disallow` directive or a login wall, not by omitting the placeholder text.
This Lorem Ipsum generator runs entirely in your browser. Six flavor word lists are bundled inline, with no vendor library and no network call per generation. Set your flavor, unit, and count; hit Generate; copy or download the result.