Worldwide
Text
Count words, flip case, generate filler text. Drafts stay in the tab — nothing you type here gets logged, autosaved to a server, or fed into a suggestion model. If you need a structured diff or a markdown preview, those live under Developer because they assume code-shaped input rather than prose.
Jobs
Word counter for essay caps, meta title/description length limits, and social post character budgets — the kind of constraint that's abstract until you're 40 characters over a Twitter/X limit five minutes before posting. Case converter for camelCase ↔ snake_case ↔ Title Case when you're renaming variables or reformatting a CSV header row by hand. Lorem Ipsum to mock a layout before real copy exists.
Methodology — what "count" actually means
Word count splits on whitespace after trimming, which matches how most editors (Google Docs, Word) count for the purpose of caps like "under 300 words" — but it will disagree slightly with tools that count hyphenated compounds or em-dash-joined clauses as one word versus two. Character count includes spaces by default because that's what platform character limits (X/Twitter, meta descriptions, SMS) actually measure against. Reading time is estimated at roughly 200–250 words per minute, a commonly cited average adult silent-reading speed — treat it as a rough signal for "is this too long," not a certified figure.
Worked example
A meta description of 165 characters shows green against Google's typical ~155–160 character display truncation point on desktop search results; push past ~160 and the counter's live feedback flags it before you find out the hard way that your description got cut off mid-sentence in the search results snippet.
Honesty
Lorem Ipsum output here is generated from a fixed local word list with punctuation and paragraph-length randomization — not fetched from a Lorem Ipsum API, so it does not leak how many placeholder paragraphs you needed today.
| Tool | Job |
|---|---|
| Word counter | Count words, characters, sentences, and reading time as you paste. Platform limits for posts and meta tags. Nothing is u |
| Lorem Ipsum generator | Generate Lorem Ipsum from a fixed Cicero-flavoured word list in this tab. Not an API. Copy into mockups. |
| Text case converter | Convert between casing styles in this tab for titles and identifiers. Unicode and Turkish i are not ASCII with extra let |