About TextTidyTools
A small set of fast, honest text utilities that never see your text.
TextTidyTools is a small collection of browser-based text utilities. It exists because the everyday text jobs — counting, cleaning, converting, comparing — are usually faster in a single-purpose page than in a full editor.
What the site does
There are 24 tools grouped into 6 categories, covering counting, formatting, line and list work, writing helpers, analysis and encoding. Each one has its own page with a full explanation of how it works, worked examples, and answers to the questions people usually ask about it.
Privacy by construction, not by promise
The tools do their work with JavaScript that runs inside your tab. There is no server-side processing step, so there is no copy of your text on our side to leak, sell or hand over. This is not a policy choice that could quietly change next quarter — it is how the code is built. The privacy policy covers the details, including the third-party services the site may use for hosting and advertising.
How the tools are built
The site is a static bundle of HTML, CSS and vanilla JavaScript. There is no framework, no bundler on the server, and no runtime dependency on an external library. That keeps pages small and fast, and it means a tool page will still work years from now, when today's framework versions have long since moved on.
Shared text functions live in one module that every tool imports, so a word is counted the same way in the Word Counter as it is in the Reading Time Calculator. Those functions have their own automated tests covering blank input, emoji, combining accents, Windows line endings and very long strings.
Editorial approach
Every explanation on this site is written specifically for the tool it sits under. We do not claim that a tool will improve your search rankings, and we do not publish invented ratings, testimonials or user counts. Where a result depends on an assumption — reading speed, sentence boundaries, what counts as a word — the assumption is stated on the page and in the methodology.
How the site is funded
Advertising pays for hosting. Ad slots sit above the tool, below the results and inside the article content, never between an input box and the button you are reaching for, and never styled to look like a tool control.
Get in touch
Suggestions and corrections are welcome through the contact page.