Lorem Ipsum Generator
You are mocking up a page layout and you need text that looks like text but is not. Real content distracts reviewers -- they read the words instead of evaluating the design. Placeholder text stays out of the way.
Pick a type, set the length, copy the output.
What you can generate
- Classic Latin -- the standard Cicero-derived Lorem Ipsum. Looks like real text, means nothing. Best for visual design reviews.
- English placeholder -- meaningless English sentences. Use this when your stakeholders find Latin distracting and start asking "what does this say?"
- Custom word list -- paste your own vocabulary (product names, industry terms, brand language). The output is surreal but on-brand.
Controls
- Paragraphs -- 1 to however many you need.
- Sentences per paragraph -- keep it short for hero sections, longer for body copy.
- Words per sentence -- controls rhythm. Vary it to mimic natural writing.
- HTML output -- wraps each paragraph in
<p>tags, ready to paste into a template. - Markdown output -- adds bold and italic markers for visual variety in documentation.
When to use what
| Situation | Use |
|---|---|
| Visual design mockup | Classic Latin |
| Content review with non-technical stakeholders | English placeholder |
| Brand or product prototype | Custom word list |
| README or documentation | Markdown output |
| Web template | HTML output |
One thing
Do not publish placeholder text. It happens more often than you would think -- a developer forgets to swap in real content and Lorem Ipsum goes live. If you are testing accessibility, use real content too; screen readers reading Latin phonetically produce gibberish that does not catch real reading-order issues.