04 — 11 tools
Text tools without the ad wall
Count words, compare drafts, change case, clean whitespace and encode strings. Instant, keyboard-friendly, and free of the pop-ups every other site ships.
- Free forever
- Nothing uploads
- No signup
- No watermark
Word Counter
Open full tool →All text tools
Each tool has its own page, with the settings that matter and an explanation of what it actually does to your file.
Word Counter
Paste your text and see every count update live, including how long it takes to read aloud.
Case Converter
Eleven conversions, including a title case that knows "of" and "the" stay lowercase.
Text Diff
Paste two versions and see exactly which lines were added, removed or left alone.
Remove Duplicate Lines
Strip repeated lines and keep the first occurrence of each, in the order they appeared.
Sort Lines
Alphabetical, natural, by length, or random. Ascending or descending.
Find and Replace
Replace plain text or regular expression matches, with a live count of how many replacements were made.
Lorem Ipsum Generator
Specify exactly how many words, sentences or paragraphs you need.
URL Slug Generator
Turn one title or a whole list of them into clean, lowercase, hyphenated slugs.
Remove Extra Spaces
Remove the spaces you can see, and the invisible characters you cannot.
Base64 Encoder
Base64, URL encoding and HTML entities, in both directions, with correct UTF-8 handling.
Hash Generator
SHA-1 through SHA-512, computed by the browser's own cryptographic engine.
Why browser-based tools
Every other free text site works the same way: you upload a file, a server processes it, and you download the result. The upload is the product. Your document sits on someone else's machine, subject to their retention policy, their security, and their commercial interest in what you sent.
The tools on this page never make that request. They use the same JavaScript and WebAssembly libraries a server would run, executed in the tab you already have open. There is no upload endpoint, because there is no server doing the work. You can confirm it: open your browser's network panel, process a file, and watch nothing leave.
The trade is real. Browser processing is bounded by your device's memory, so a two-gigabyte file will fail here and succeed on a server. Some operations — high-quality background removal, OCR, video transcoding — need more compute than a tab reasonably has. Where that is true, this site says so rather than shipping a bad version.