Writing & text utilities
Case converter, word counter, text diff, slug generator, and lorem ipsum — private text chores in your browser.
Text chores cluster around publishing: fix capitalization, hit a word limit, compare two drafts, mint a URL slug, and fill a mockup with placeholder copy.
This hub groups our client-side text utilities so writers and developers can move between casing, counting, diffing, and slugifying without pasting drafts into upload-based sites.
Why these tools
- All text utilities run client-side — drafts are never uploaded
- Case Converter covers writing cases and code identifier styles
- Text Diff is whitespace-sensitive by design for configs
- Case Converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, and more.
- Lorem Ipsum Generator
Generate placeholder text by paragraphs, sentences, or words — deterministic and offline-friendly.
- Slug Generator
Turn titles into clean, SEO-friendly URL slugs — lowercase, hyphenated, accents stripped.
- Text Diff
Compare two texts line by line — see added and removed lines with a unified-style diff.
- Word Counter
Count words, characters, sentences, and paragraphs with reading time — live and private.