Why typographers still use 1,500-year-old Latin
Lorem Ipsum is a scrambled passage from Cicero's "De Finibus Bonorum et Malorum" ("On the Ends of Good and Evil"), written around 45 BC. A 16th-century printer chopped up that text into the placeholder we know today, and every design tool from Letraset to Figma has shipped with it ever since.
The reason it survived 500 years is mechanical: Lorem Ipsum has the rough word-length and letter-distribution of English prose. Random English ("the the cat the the") doesn't shape a paragraph the way real text does. Words come out too uniform, the paragraph looks too even, and the design that worked against the placeholder fails against the real content. Lorem Ipsum gets the shape right.
There's a second reason designers prefer it to real-language placeholder text: real text triggers reading. The moment a reviewer reads a placeholder paragraph and says "what does this mean?", the design conversation is over. Lorem Ipsum reads like nothing. The eye registers it as text-shaped, not as anything to think about.
How much placeholder text is enough
Match the real content. Generating fifteen paragraphs when the live page will have three makes the design feel cramped when the real copy lands shorter than expected. The fastest way to size placeholders is to look at an existing example of the content type, count its rough shape, and generate the same.
A few useful starting points:
- Hero headline + subhead: 1 sentence + 2 sentences
- Pricing card description: 1 short sentence (~15 words)
- Blog post excerpt: 2 sentences (~40 words)
- Full blog post body: 6 to 10 paragraphs
- List item: 3 to 7 words
- Sidebar bio: 1 paragraph (~50 words)
Plain text vs HTML output
The plain-text output is what you want for design tools (Figma, Sketch, Photoshop), writing apps, and anywhere you'll paste-and-style. The HTML output emits <p> tags around paragraphs and <ul><li> or <ol><li> around list items. Drop it into a CMS, a static site source file, or an email template and the structure is already there.
Why the same settings produce the same output
The generator uses a deterministic seed. Same unit, same count, same start-with-Lorem toggle = same text. This is intentional: it keeps visual regressions stable. If your design relies on a specific placeholder paragraph shape, that shape will not change between page reloads.
To regenerate fresh content, hit "Shuffle". It bumps the seed and produces a new variation while keeping the same overall shape and length.
A note on the words
The dictionary is the canonical Lorem Ipsum word set: lorem, ipsum, dolor, sit, amet, consectetur, adipiscing, elit, and ~120 other Latin words from the Cicero passage. Sentences are 6–16 words; paragraphs are 3–6 sentences; commas appear in the middle of long sentences about half the time. These distributions match the way English prose flows on screen, which is why Lorem Ipsum still works as a layout test 500 years after it was first chopped up.