Lorem Ipsum Generator

Lorem Ipsum Generator

Six flavors, six output formats, instant copy and download. Generate paragraphs, sentences, words, or lists — in plain text, HTML, or Markdown — all in your browser.

Lorem Ipsum is filler text that has been the printing industry's standard dummy text since the 1500s. It's actually a scrambled passage from Cicero's De finibus bonorum et malorum (45 BC), written by Renaissance-era typesetters to demonstrate fonts and layouts without distracting the reader with meaningful content. The first two words "Lorem ipsum" come from "dolorem ipsum" ("pain itself") in the original.

Lorem Ipsum has a roughly normal distribution of letter frequencies, word lengths, and sentence rhythm — so it looks like readable text when you skim it, but its meaningless content stops reviewers from getting distracted by what the words say. That makes it ideal for layout reviews, font tests, and design mockups where you want to evaluate the visuals, not the copy.

Output

More than just classic Lorem Ipsum

Six themed word banks, six output formats, and a few small touches that make a real difference for designers and writers.

Six flavors

Classic Latin (the de-facto standard since the 1500s, derived from Cicero's De finibus bonorum et malorum), plus Bacon, Cupcake, Hipster, Cat, and Pirate — for when generic Lorem Ipsum doesn't match the design's tone.

Six output formats

Paragraphs, sentences, words, bulleted lists, numbered lists — output as plain text, valid HTML (<p>, <ul>, <li>), or clean Markdown. Paste straight into any layout.

Adjustable length

Paragraphs 1–50, sentences 1–100, words 1–500. Sentence and paragraph length follow a normal distribution (mean 12 words / sentence, mean 5 sentences / paragraph) for natural-looking copy.

Classic opening toggle

Start with the iconic "Lorem ipsum dolor sit amet, consectetur adipiscing elit…" or fully randomise from the first word. Off by default for non-classic flavors.

Privacy by design

Every generation runs in JavaScript on your device. No words, no length settings, no clipboard activity is ever transmitted. Open DevTools → Network and verify zero outbound requests.

Tiny + fast

Pure JavaScript, no framework runtime. Cold load is under 30 KB gzipped. Generating 50 paragraphs takes under 5 ms on a five-year-old laptop.

How to use the generator

Four ways to get filler text into your design or document.

  1. 1

    Pick a flavor

    Classic Latin is the safest default — five centuries of muscle memory means designers, clients, and stakeholders all immediately recognise it as filler. Pick Bacon, Cupcake, Hipster, Cat, or Pirate when generic Latin would feel out of place (a steakhouse menu, a pet-product startup pitch, a tongue-in-cheek presentation).

  2. 2

    Choose unit and count

    Generate by paragraph (1–50), sentence (1–100), or word (1–500). Or pick a bulleted / numbered list — each item is a short 4–12 word phrase, perfect for placeholder bullet points in slides or feature pages.

  3. 3

    Pick an output format

    Plain text drops into Figma, Sketch, InDesign, Word. HTML wraps paragraphs in <p>, lists in <ul><li> — paste straight into a static-site builder. Markdown gives you paragraph blocks and - / 1. bullets — drop into a docs site, GitHub README, or Notion.

  4. 4

    Copy or download

    Click Copy to send to your clipboard, or Download to save as lorem-ipsum.txt / .html / .md. The character / word / line stats below the output match what most CMSes count as the article length.

Built for designers, writers, and developers

Four common scenarios where filler text saves you from getting bogged down in the words.

Design mockups & wireframes

Lorem Ipsum lets you focus the design review on layout, hierarchy, and font pairing — not the copy. Use paragraph mode for body content, list mode for bullet stacks, sentence mode for short captions and microcopy.

CMS / template testing

When you're building a CMS theme, blog template, or static-site layout, you need text long enough to overflow containers and reveal break points. Generate 5–10 paragraphs in HTML format and paste into a draft post — you'll see exactly where the typography breaks before the writers start.

Translation / i18n testing

Languages take very different amounts of space. Generate text in the same flavor and length to test how a button, header, or grid handles long-form filler — a quick way to find Hard-coded text-overflow ellipsis bugs before localisation reviewers find them for you.

Pitch decks & demo content

Pirate or Hipster Ipsum signals "this is a placeholder, please don't comment on the wording" much louder than a Latin paragraph. Use it in early-stage pitch decks where stakeholders are notorious for nitpicking copy that's still being written.

100% private — runs in your browser

Every word picked is local. Open DevTools → Network and you'll see zero outbound requests during generation, copy, or download.

  • All randomisation, sentence assembly, and HTML / Markdown formatting runs as JavaScript on your machine — visible in the page source.
  • Clipboard writes use the standard navigator.clipboard.writeText API; nothing is logged.
  • No login, no telemetry on generated content. We only use one cookie for cookie-consent state and one for language preference.

Related guides

Hand-picked reads on placeholder text, design mockups, and content workflows.

Frequently asked

What is Lorem Ipsum and where does it come from?

Lorem Ipsum is filler text that has been the printing industry's standard dummy text since the 1500s. It's actually a scrambled passage from Cicero's De finibus bonorum et malorum (45 BC), written by Renaissance-era typesetters to demonstrate fonts and layouts without distracting the reader with meaningful content. The first two words "Lorem ipsum" come from "dolorem ipsum" ("pain itself") in the original.

Why use Lorem Ipsum instead of real text?

Lorem Ipsum has a roughly normal distribution of letter frequencies, word lengths, and sentence rhythm — so it looks like readable text when you skim it, but its meaningless content stops reviewers from getting distracted by what the words say. That makes it ideal for layout reviews, font tests, and design mockups where you want to evaluate the visuals, not the copy.

What are Bacon Ipsum, Cat Ipsum, and the other flavors?

They're themed variations on Lorem Ipsum that use vocabulary from a specific topic — Bacon (meat / butchery), Cupcake (desserts), Hipster (Williamsburg), Cat (cat behaviour), Pirate (pirate slang) — instead of Latin words. They're useful when generic Lorem Ipsum looks weird in a niche design (e.g. a cat-food brand, a BBQ restaurant) or when you want to liven up a placeholder pitch deck.

Can I get the output as HTML or Markdown?

Yes — pick "HTML" or "Markdown" in the format dropdown. HTML wraps paragraphs in <p>, lists in <ul><li> (or <ol> for numbered), so you can paste straight into any layout. Markdown uses standard paragraph blocks and - / 1. for lists. Plain text works for design tools that don't need either.

Is anything sent to your server?

No. Every word picked, every sentence assembled, every clipboard write happens in JavaScript on your device. Open DevTools → Network and you'll see zero outbound requests during use. We use one cookie for cookie-consent state and one for language preference, that's it.