Sometimes you need exactly twelve sentences, each between four and eight words, and nothing more elaborate. This is the plainest generator here: pick a unit, a count, a length range, and take the text.
What you can control
- Exact counts, not approximations — twenty sentences means twenty sentences.
- Independent minimum and maximum word counts for controlling the rhythm.
- Three vocabularies so the text can match the register of what will replace it.
- Numbered output for building a checklist or a numbered fixture quickly.
What this is not
Sentences are word-list assemblies, so they are grammatically shaped but semantically empty. That is what makes them useful for measuring layout rather than reading.
Questions
How is this different from the lorem ipsum tool?
It gives you tighter control over exact counts and sentence length, and skips the HTML and Markdown wrappers. Use lorem ipsum for blocks of filler, this for precise quantities.
Can I set every sentence to the same length?
Yes. Set the minimum and maximum word counts to the same number.
Why do some sentences end with a question mark?
Roughly one in fourteen does, because real prose is not all declarative and a stylesheet should look right either way.