Lorem Ipsum Generator

Classic placeholder text, exactly as much as you need.

How to get exactly the filler you need

  1. Choose a unit: paragraphs, sentences, or words. Words is the one to use when a design spec says something like "headline, max 8 words".
  2. Set the amount, anywhere from 1 to 100 of whatever unit you picked.
  3. Leave the "Start with Lorem ipsum" box checked if you want the classic opening, then click Generate and Copy.

A worked example

Suppose you are mocking up a blog card that needs a title and a teaser. Set the unit to Words, the amount to 6, and generate: you get a six word fragment ending in a period, something like Lorem ipsum dolor sit amet consectetur. Then switch to Sentences, set the amount to 2, and generate the teaser. For body copy, switch to Paragraphs and ask for 3; each paragraph comes out as 4 to 7 sentences of 6 to 15 words, separated by blank lines, which pastes correctly into almost any editor or CMS field. The blank-line separation matters more than it sounds: paragraphs pasted without it merge into one blob in Markdown and most rich text editors.

How the text is built

The generator draws from the 63 word vocabulary of the traditional lorem ipsum passage, the scrambled Cicero text that printers have used for centuries. Sentences are assembled by picking random words from that pool, with a random length between 6 and 15 words, then capitalized and given a period. Paragraphs are 4 to 7 such sentences. When the checkbox is on, the first sentence is forced to open with the canonical "Lorem ipsum dolor sit amet", because designers and clients expect to see it and its absence makes people ask whether the text is real. Everything runs locally in your browser; there is no API, no library, and the output changes every time you click Generate.

One tip from building layouts with this: generate more than you think you need and trim in place. Real content always runs longer than the placeholder you budgeted for, and testing a card with 3 paragraphs when you designed it around 1 exposes overflow bugs before launch does.

Honest limitations

Because words are drawn independently at random, the output is not grammatical Latin and repeats words more often than the original passage does; it is filler, not literature. The word pool is fixed, so there is no option for alternative filler styles like bacon ipsum or corporate ipsum. Amounts are capped at 100 units per click, and the words mode always appends a single period at the end rather than punctuating internally. If you need placeholder text with realistic punctuation variety, commas, or question marks, generate paragraphs instead of words, since sentence mode and paragraph mode at least give you sentence boundaries to work with.

Frequently asked questions

What is lorem ipsum?

Scrambled Latin derived from a passage of Cicero, used as placeholder text since the 1500s. Its word-length distribution resembles English, so layouts look realistic without readable content distracting reviewers.

Why not just use real text?

Readable text pulls attention to the words instead of the design. Lorem ipsum keeps design reviews focused on spacing, hierarchy, and typography.

Does it always start with "Lorem ipsum dolor sit amet"?

By convention, yes — the checkbox below controls it. Unchecking gives you fully shuffled text for every paragraph.