Text Tools
Fast, free text utilities that run entirely in your browser. Pick a tool below — your text never leaves your device.
Word Counter
Live word, character, sentence and paragraph counts with reading time. Handy for essays, SEO copy and social posts.
LiveCase Converter
Switch text to UPPERCASE, lowercase, Sentence case, Title Case or camelCase in one click.
LiveDuplicate Line Remover
Remove duplicate lines, trim whitespace, sort and filter empty lines from a list of items.
LiveFind & Replace
Search and replace text across any number of lines, with case-sensitive and regular expression modes.
LiveJSON Formatter
Validate, pretty-print and minify JSON with exact error positions — safe for secrets, never uploaded.
LiveRemove Line Breaks
Join lines with a space, comma or nothing — or flatten wrapped prose while keeping paragraphs.
LiveSlug Generator
Turn titles into clean, URL-friendly slugs live as you type — accents stripped, separators your choice.
Why use text tools in the browser?
Most people reach for a desktop editor or a website that uploads their text to a server just to count words or change capitalisation. That is unnecessary friction, and for anything you'd rather not share — a draft contract, personal notes, unpublished work — it is also a privacy risk.
Every tool on this site runs locally, using your browser's own JavaScript engine. When you paste text into the word counter or the case converter, the text is processed in memory on your device and disappears when you close the tab. There is no upload, no account, no storage on our side, and no size limit beyond what your device can handle.
The practical benefits show up immediately: results appear as you type rather than after a round trip, the tools work offline once the page has loaded, and you can paste thousands of lines without waiting.
How it works
Each tool is plain JavaScript running in your browser tab. When you paste text, it stays in that tab's memory: it is processed on your own CPU, rendered back to you, and discarded the moment you close the page. There is no upload step, no queue on a server, no account to create, and no file-size cap imposed by us. That's why results appear instantly even on a large document — there is no network round trip to wait for. It also means the tools keep working if your connection drops after the page has loaded.
Which tool should I use?
- Word Counter — check length against a word limit, estimate reading time, or track character counts for social media posts.
- Case Converter — fix inconsistent capitalisation in titles, headings, CSV columns, variable names or shouty forum posts.
- Duplicate Line Remover — clean up email lists, keyword lists, log entries or any pasted column of data.
- Find & Replace — rename terms across a document, strip patterns with regular expressions, or tidy formatting in bulk.
Frequently asked questions
Is my text uploaded anywhere?
No. All processing happens in your browser. Nothing is sent to a server, logged or stored. Closing the tab discards everything.
Is there a limit on how much text I can paste?
No artificial limit. Very large documents (tens of megabytes) may slow your browser tab, but normal documents, lists and manuscripts are handled instantly.
Do these tools work offline?
Yes, once the page has loaded. The tools are plain HTML, CSS and JavaScript running on your device.