Text Tools
Count it, sort it, measure it. Everything runs on your own device, so a draft you paste never leaves it.
Word Counter
Words, characters, sentences and reading time, live as you type.
Letter Frequency Counter
See which letters your text leans on, as a ranked chart.
Syllable Counter
Count syllables per word and per line — built for haiku and lyrics.
Palindrome Checker
Check whether a word or sentence reads the same both ways.
Alphabetizer
Sort any list alphabetically, with dedupe and case options.
Small tools, done properly
Counting words is not interesting. Counting them correctly, instantly, and without sending a draft to somebody's server is. That is the whole design brief for this section: each tool does one measurement, updates as you type, and keeps your text on your own machine.
What each one is actually for
- Word counter — hitting a word limit, or estimating how long something takes to read aloud. It shows words, characters with and without spaces, sentences, paragraphs and a reading-time bracket.
- Letter frequency — cryptograms, substitution ciphers, and checking whether a pangram really is one. Also the fastest way to see that a piece of writing leans oddly hard on one letter.
- Syllable counter — haiku, sonnets, song lyrics and anything else with a metre. Counts per word and per line.
- Palindrome checker — tests both the strict reading and the usual one, where punctuation, spaces and capitals are ignored.
- Alphabetizer — sorting a list, with options for case sensitivity, removing duplicates and reversing the order.
Privacy is the feature
These tools do their work in JavaScript on your device. There is no upload step, no request carrying your text, and nothing kept after you close the tab. If you want to check that claim rather than take it on trust, open your browser's network panel and watch: typing produces no requests at all.