/lorem

Lorem ipsum

Generate placeholder text in paragraphs, sentences or words.

How it works

Lorem ipsum is classic placeholder text that lets you preview a layout with content without being distracted by the words themselves. Choose paragraphs, sentences or words.

About this tool

Lorem ipsum is placeholder text used to test layout without the reader being distracted by the content. It stems from a Latin philosophical text by Cicero from 45 BC and has been standard in typography and printing since the 1500s. This tool generates the number of words, sentences or paragraphs you need in one click. Choose classic lorem ipsum, or modern variants like "hipster ipsum", "cupcake ipsum" and "Norwegian lorem" if you want your design language to stand out from every other wireframe.

How to use it

  1. Pick whether you want words, sentences or paragraphs.
  2. Enter the number you need.
  3. Choose a variant (classic, hipster, cupcake, Norwegian) from the dropdown.
  4. Click "Generate" and "Copy" to place the text on your clipboard.

Examples

Classic 30 words
OutputLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
2 paragraphs Norwegian
OutputKaffe fjord skog fisk sildesalat ost brunt tur. Slalom pinne appelsin lue støvler snø ved kake. Vaffel sokker tomte lys peis skog... Hytte båt måke tur is snø fjell. Ved fisk pinne appelsin ost tur skog...
Norwegian lorem uses common Norwegian syllables and words to give the same visual pattern as Latin lorem, without confusing Norwegian readers.

Common use cases

  • Fill wireframes with text that does not steal attention from the layout.
  • Test how a design component behaves with long and short content.
  • Seed databases with test data for demos.
  • Show arrow-and-jump examples in docs without leaking customer data.
  • See how CSS typography and line-height behave with realistic amounts of text.

Frequently asked questions

Does lorem ipsum mean anything?
Yes and no. The words are drawn from Cicero’s "De finibus bonorum et malorum" but truncated and scrambled so the text no longer parses as Latin. The point is to look like real text without being read.
Can I ship lorem ipsum to production?
No. Google and other search engines flag it as "lorem ipsum" content and may penalise the page. Only use it in design, prototypes and local demos.
Why "lorem ipsum" and not random characters?
Because lorem ipsum has the same distribution of letter lengths and whitespace as real European languages, giving a realistic visual impression of text blocks. Random characters would distort column widths.
How much text can the tool produce?
Practically unlimited. The tool runs locally so you can request 10,000 paragraphs, but most designs are fine with a few hundred words.

Technical background

Classic lorem ipsum comes from passages in Cicero’s "De finibus bonorum et malorum", chapters 32 and 33. The sentence "Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..." was truncated to the familiar opening "Lorem ipsum dolor sit amet, consectetur adipiscing elit" by 16th-century printers. Modern generators use Markov chains or vocabulary picking to produce realistically distributed text with an average word length around 5.5 characters and ~15 words per sentence, tuned for European languages. HTML "Blindtext" exists for German, Arabic, Chinese and Indic scripts with character distributions tuned to that writing system. For SEO, never ship lorem content to search engine indexing, both because it gives a poor user experience and because Google’s "content quality" signals treat pages of repetitive meaningless text as low quality.