Writing tools for developers
Most of a developer's writing is structural rather than prose. Variable names get renamed across cases, README sections get diffed against the last release, log files get deduplicated and sorted, and commit messages have to be tight enough to scan in a list of fifty.
Phrasit treats text the way you treat code. The case converter switches between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and more in one click. Find and replace supports regex with whole-word matching. The text comparator shows a line and character diff for docs and config files. Sort lines, duplicate line remover, and line counter handle log triage and quick CSV cleanup. Everything runs locally in the browser so you can paste anything from a private repo without worrying about where it goes.
Core tools
The ones developers reach for first- Case converter
Convert text between UPPERCASE, lowercase, Title Case, Sentence case, snake_case, kebab-case, camelCase, PascalCase, and more.
- Find and replace
Bulk find and replace across long text with support for regex, case sensitivity, and whole-word matching.
- Text comparator
Compare two pieces of text side-by-side with line and character-level diff. Shows similarity percentage.
- Sort lines
Sort, reverse, shuffle, or numerically reorder text lines with cleanup options for whitespace and blanks.
- Duplicate lines
Remove duplicate lines from pasted text with case, whitespace, and first-or-last occurrence options.
- Line counter
Count total, empty, and non-empty lines in any text. See longest, shortest, and average line length.
Helpful supporting tools
Useful adjacent to the core set- Lorem ipsum
Generate placeholder Latin text in paragraphs, sentences, words, or list items.
- Text formatter
Clean messy text. Trim whitespace, collapse spaces, strip blank lines, convert smart quotes, normalise line endings.
- Character counter
Count characters with and without spaces. Built for Twitter, SMS, meta descriptions, and form length limits.
- Word counter
Count words, characters, sentences, paragraphs, and reading time in any text. Real-time stats, mobile-friendly, no signup.
- Text reverser
Reverse text by characters, words, lines, or sentences. Unicode-safe so emoji and accents stay intact.
- Word frequency
Find the most common words in text with stopword filtering, minimum length controls, and count bars.
Guides for developers
Pick one and try it now
No signup, no paywall, runs entirely in your browser. The fastest way to see whether Phrasit fits your workflow is to open the tool and paste in a real piece of text.