Number of Paragraphs: Generate 1 to 100 paragraphs per click, with 3 as the default.
Sentences per Paragraph: Choose how many sentences make up each paragraph (1 to 20). A higher value creates dense, substantial blocks; a low value produces short, punchy ones.
Words per Sentence: Set the target length of each generated sentence (3 to 20 words). The generator builds sentences of roughly this length, so you can make airy, short text or long, flowing copy.
Include Headings: A toggle that adds headings to your document. Headings are only ever added in the Markdown and HTML formats - plain text output always stays heading-free, which is why the control suits those two formats.
Headings per Paragraph: Sets how often a heading appears (1 to 10). For example, a value of 4 inserts a heading every fourth block, giving a document a regular rhythm of section titles and body text.
Min and Max Heading Level: Set the smallest and largest heading level (H1-H6) that headings may use. Headings cycle upward from the minimum to the maximum and then wrap around - so with min H2 and max H4, the order is H2, H3, H4, H2, H3, H4... keeping a clean outline while staying inside your chosen range.
Lorem Ipsum: The classic Latin-style placeholder text that has been the printing and publishing industry standard since the 1500s. With this type, the first paragraph always opens with the traditional Lorem ipsum dolor sit amet, consectetur adipiscing elit. sentence.
Cupcake Ipsum: The same structure built from dessert words such as cupcake, marshmallow, toffee and macaroon - a playful choice for food blogs, bakery sites and fun landing pages.
Hipster Ipsum: Filler made of trendy lifestyle jargon like artisan, kombucha, vinyl and fixie - handy when you want your mockup copy to feel like a trendy brand page.
Tech Ipsum: Startup and developer buzzwords such as deploy, sprint, blockchain and microservice - a natural fit for SaaS dashboards and IT project mockups.
Plain Text Format: Produces clean paragraphs separated by blank lines, ready to paste into design tools such as Figma, Photoshop or PowerPoint.
Markdown Format: Outputs ATX-style Markdown headings and emphasis so the result is ready to drop into any Markdown editor or CMS. Headings use # through ######, and emphasised words use **bold** or *italic*. A typical run looks like this:
# Lorem ipsum dolor sit amet, consectetur adipiscing elit
Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim *veniam*, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
HTML Format: Wraps every paragraph in a <p> tag and sprinkles most paragraphs with a bold <strong> or italic <em> word. A typical run looks like this:
<p>Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim <em>veniam</em>, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
Copy and Download: Copy sends the generated text straight to your clipboard, while Download saves it as filler-text.txt - regardless of the selected format - so you can archive batches or share them with your team.