Text Tools

Fast, free text utilities that run entirely in your browser. Pick a tool below — your text never leaves your device.

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?

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.