Lorem Ipsum Generator
Placeholder text by the word, sentence or paragraph, plain or as HTML.
Free, no signup, no limits
Lorem ipsum dolor sit amet id, incidunt tempora commodo. Quaerat non qui et pariatur nisi magna qui elit fugiat explicabo commodo minim. Natus voluptas consequat quis aperiam, laborum dicta minim quasi non explicabo quaerat laboris. Excepteur nisi magna quasi omnis labore, ex consectetur accusantium eos laboris magnam. Eius dolorem ab quisquam consequuntur adipisci ut amet ratione consequat sequi mollit adipisci, inventore aliqua. Incidunt aliqua fugiat ut nulla irure rem mollit, id sed. Aliqua duis nesciunt consequat dolore rem laborum in ut dolore elit. Ut deserunt anim nostrud, quia nisi quaerat eius ratione lorem ad sit magnam in quasi. Ratione quia quia exercitation eiusmod magna pariatur est commodo, sequi aute. Eaque ullamco eu aute quis ex adipisci tempora aliqua in sed amet ipsam fugiat laboris. Aute nesciunt anim sint ab voluptate laboris est dicta quia consectetur, quis laudantium totam sit in sint. Velit error ipsum dolorem est unde totam labore sed aspernatur dolore veritatis.
How to generate placeholder text
Pick the unit, set the number, copy. Words, sentences or paragraphs, plain or wrapped in paragraph tags.
Regenerate gives you a different passage at the same length, for when the one you got happens to break awkwardly in your layout.
Why the text does not change on reload
Because it is generated from a seed, not at random, and that is deliberate.
These pages are built into static files, so a tool runs once when the site is built and again when your browser loads it. Random text would differ between those two runs, the browser would find markup that does not match what was delivered, and React reports a hydration mismatch. Seeding it means both runs agree.
Regenerate is a click, which happens well after the page has settled, so it can pick a new seed freely.
Sentences deliberately vary in length
Nine to eighteen words, chosen per sentence, with a comma landing in most of them.
Uniform sentences read as filler at a glance, which defeats the point. If you are using placeholder text to judge how a block of copy sits on a page, every line being the same length tells you nothing about how the real thing will behave.
Where lorem ipsum stops being useful
It is good for rhythm and density: how much space a block of copy takes, where the eye lands, whether the line length is comfortable.
It is bad for deciding whether a design works. Latin word lengths are not English word lengths, so a heading that fits beautifully in lorem can overflow with the real title. Nobody discovers that a card cannot hold a long product name until the copy arrives, usually the week before launch.
For anything with a hard limit, write real text at the real length. The word counter tells you how long a passage is, and the text splitter cuts one to fit a specific field.
Everything runs in your browser. Nothing is uploaded.
Frequently asked questions
More Text tools
Everything else in the Text toolbox.
Something missing here?
If this tool almost does what you need, say what is missing. That is usually how the next version gets built.