Lorem Ipsum Generator
Generate lorem ipsum — the classic placeholder text used to fill a design before the real words exist. Choose paragraphs, sentences, individual words or list items, set how many you need, and copy or download the result. Because it is meaningless Latin-like text, it lets you judge layout and typography without being distracted by the content.
How to use this tool
- Choose what to generate: paragraphs, sentences, words or list items.
- Set how many you want.
- Leave the toggle on to begin with the traditional “Lorem ipsum dolor sit amet” opening, or turn it off for fully random filler.
- The text generates instantly.
- Copy it to your clipboard, or download it as a plain-text or Markdown file.
The formula
The generator draws from the standard lorem ipsum vocabulary and assembles it into sentences of varying length, then groups those into paragraphs. A fixed seed makes the output reproducible, so the same settings always produce the same passage.
sentence = random words, capitalised, ending in a full stop
paragraph = 3–6 sentences
output = requested count of the chosen unit- seed
- A fixed starting value that makes generation repeatable
- unit
- Paragraph, sentence, word or list item
Lorem ipsum is scrambled, altered Latin from a first-century BC text by Cicero. It is deliberately not readable, so it fills space without drawing attention to the words.
Worked examples
Filling three paragraphs
- Given
- Paragraphs, count 3
- Result
- Three blocks of placeholder prose
Each paragraph holds three to six sentences of random length, enough to show how body text will flow in a layout.
A short menu of list items
- Given
- List items, count 5
- Result
- Five dash-prefixed lines
Useful for mocking up a bulleted list or a set of navigation labels before the real items are decided.
An exact word budget
- Given
- Words, count 50
- Result
- Exactly 50 words
When a design element has a strict length — a card, a caption — generating an exact word count shows whether the real copy will fit.
Frequently asked questions
It is scrambled placeholder text derived from a passage of Cicero’s “De finibus bonorum et malorum”, written in 45 BC. Printers have used it since the 1500s to demonstrate typefaces and layouts without real content, and it became standard in digital design for the same reason.
Because readable copy pulls attention to what it says. Placeholder text that looks like language but carries no meaning lets you assess spacing, line length, font choice and rhythm on their own terms, before the actual words are ready.
Yes. The generator uses a fixed seed, so the same mode and count always produce the same passage. That makes it easy to regenerate identical placeholder text for a mockup you are revisiting.
The content is the same. The TXT file is plain text with no formatting; the Markdown file uses the .md extension so it drops straight into Markdown-aware editors and documentation tools. List mode already uses Markdown-style dashes, which render as a bullet list.
You can generate up to 500 of the chosen unit at a time, which is far more than most layouts need. Everything is produced in your browser, so even large amounts appear instantly and nothing is uploaded.
Related tools
A private browser notepad that autosaves as you type, restores your last session and exports to TXT or Markdown.
Word & Character CounterCount words, characters, sentences, paragraphs and lines live, with reading time, speaking time and keyword frequency.
Advanced Case ConverterConvert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case and eight more styles at once.