Lorem Ipsum

Generate placeholder text by word, sentence or paragraph in your browser.

Free, no limit Nothing uploaded Works offline No sign-up

Placeholder text that looks like text and reads as nothing

Lorem ipsum exists so that a layout can be judged on its shape rather than its content. Real copy pulls the eye and invites an argument about wording in a meeting that was meant to be about spacing. Latin that nobody can read leaves the design to be looked at.

The passage comes from Cicero's de Finibus Bonorum et Malorum, written in 45 BC, garbled by a printer in the 1500s who cut and reordered it to make a type specimen. It has been the standard filler ever since.

Generate by paragraph for body copy, by sentence for a caption or a card, or by word when you need a heading of a specific length. The classic opening is optional, since designers often want it and developers testing a text field usually do not.

Placeholder paragraphs being generated for a layout

How to use it

Set what you want and it appears straight away. Generate again gives you a different result with the same settings.

Copy puts the result on your clipboard and confirms it did. Download saves it as a file, which is the easier route when the output is long enough that selecting it by hand is a nuisance. Clear empties the boxes and puts the cursor back where you need it.

Where a sample button appears, it loads a small realistic example. It is there so you can see what the tool expects before pasting your own material, which is quicker than reading a description of the input format.

Keyboard and mobile

The text areas are ordinary form fields, so every shortcut your system already has works: select all, undo, redo, and paste without formatting. Tab moves between the panes and the controls in the order you would expect, and every control is reachable without a mouse.

On a phone the panes stack rather than sitting side by side, and the text areas grow to a comfortable height. Spellcheck and autocorrect are switched off in them, because a tool that silently capitalises your lorem ipsum input is worse than useless.

If something looks wrong

When the result is not what you expected, the message under the boxes is the first thing to read. It reports what happened rather than a generic failure, so a malformed input names the line to look at and a successful run reports what it did, such as how many lines it kept or how many replacements it made.

A count of zero is informative in itself. It usually means the input did not contain what you thought it did, most often because of capitalisation or an invisible trailing space, both of which are far more common in pasted data than people expect.

Nothing is corrected silently. If the input cannot be handled, the output is left empty and the reason is stated, rather than a partial result being returned that looks plausible and is wrong. A tool that guesses is worse than one that says it could not.

When not to use it

Lorem ipsum is right for layout and wrong for several things it gets used for anyway.

  • Client presentations. Clients read it, ask what it says, and the meeting is about Latin instead of the design.
  • Testing real content fit. Latin word lengths are not English word lengths, so a headline that fits in lorem may not fit in the real thing.
  • Anything that could ship. Lorem ipsum reaching production is common enough to be a genre of screenshot.
  • Testing edge cases. Use genuinely long words, very short entries and empty values, because those are what actually break a layout.

For layouts destined for a non English audience, filler in that language is far more useful, since word length and letter frequency change the visual texture completely.

Conventions worth following

Most of these decisions have a standard answer, and following it costs nothing while ignoring it creates work later.

WhereConventionWhy
URLsLower case, hyphen separatedHyphens read as word breaks
CSS classeskebab-caseMatches the language's own style
JavaScriptcamelCaseUniversal in the ecosystem
Pythonsnake_caseSpecified in PEP 8
ConstantsUPPER_SNAKE_CASESignals do not reassign
FilenamesLower case, no spacesSurvives every operating system

The filename rule is the one people learn the hard way. Spaces need quoting in a shell, capitals matter on Linux and do not on macOS, and a file that works on one machine and not another is a genuinely miserable thing to debug. Lower case with hyphens works everywhere.

URL slugs deserve the same care because they are permanent in a way most things are not. Every link anyone makes to a page points at its slug, so changing one later means either breaking those links or maintaining a redirect indefinitely.

Where a project already has a convention, follow it even if you prefer another. Consistency inside a codebase is worth more than any individual rule, and a file that follows a different style is a small friction on every future read.

Your text stays on your device

Everything here runs inside the page. Nothing you type or paste is transmitted, stored or logged, and there is no account, no analytics on the content and no server that ever sees it.

That matters more for text tools than it looks. The things people run through them are unpublished articles, coursework, client proposals, cover letters, contract wording and internal documents. Every one of those pasted into a hosted tool becomes a copy on somebody else's machine, kept for a period nobody states.

Because the work happens locally it is also instant. There is no button to press and no round trip to wait for: the result updates as you type, on text of any length, and it keeps working with the connection switched off.

Nothing is saved between visits either. Close the tab and the text is gone, which is the correct behaviour for a tool you reached for once to fix one thing.

No limits, and no account

There is no cap on how much text you can run through this, no daily quota and no sign up wall at the point where it becomes useful. The Lorem Ipsum tool costs us nothing to provide because it runs on your device rather than ours, so there is nothing to meter.

There is also nothing to install. It is one page of HTML, one stylesheet and one script, which together come to a fraction of the weight of a single photograph. It loads in well under a second on a phone connection and works immediately.

Why we built it this way

A tool this simple should not require an account, an upload or an advert covering the result. The work is a few milliseconds of arithmetic on text you already have, and there is no honest reason for it to involve a server at all.

The whole site is built on the same rule: if the work can be done in the browser, it is done in the browser. Over a hundred tools work that way, and the handful that genuinely cannot are the ones we have not built.

It also means the tool keeps working when we are not paying attention to it. There is no service to go down, no API key to expire and no rate limit to hit at the moment you need it most. The page you loaded is the whole program, and it will behave the same way in five years as it does today.

FAQ

Lorem Ipsum

The questions people ask most about this tool.

From Cicero's de Finibus Bonorum et Malorum, written in 45 BC. A printer in the 1500s scrambled the text to make a type specimen and the scrambled version became the standard.

Not as printed. The original passage is a discussion of pleasure and pain, but the filler version is cut and reordered into nonsense, which is the point.

Match the real content you expect. Three paragraphs for an article body, one sentence for a card, a few words for a heading.

For client presentations, yes, because clients read placeholder text and ask about it. For judging a layout on its own terms, placeholder is better.

Completely, with no account, no quota and no paid tier. It runs on your own device, so there is nothing for us to meter and nothing to charge for.

No. Everything happens inside this page, in memory on your machine. Nothing is transmitted, stored or logged, and you can confirm it by watching your browser's network panel while you type.

Yes. Once the page has loaded it never needs the network again, so you can disconnect and carry on working.

None that we impose. The practical limit is your device's memory, which on a modern machine is a very large amount of text.

Yes. The panes stack on a narrow screen and the controls stay reachable. Autocorrect is switched off in the input, so nothing is silently changed as you type.

Yes, freely and with no attribution required. What you paste is yours and so is what comes out.

Yes. A filler text, a dummy text and a lorem ipsum text copy all describe this page. The names differ because people describe the same job differently; the job itself does not change.

Need a different conversion?

Over a hundred free tools, all running in your browser. Nothing is uploaded and nothing is capped.