90 tools · nothing uploaded

Everyday tools that never see your data.

Tooltrusty is a set of 90 text, image, developer, calculator and SEO tools that run entirely inside your browser. Your files and text are processed on your own device and discarded when you close the tab — there is no upload, no account and no queue.

  • 90Tools across five categories
  • 0Bytes of your content uploaded
  • £0No account, no trial, no cap

Nothing leaves your device

Every tool is plain JavaScript running in this tab. Your files and text are read by your own browser, processed in memory and discarded when you close the page.

No account, no queue, no limits

There is no sign-up wall, no daily cap and no waiting for a server to finish. Open a tool, use it, close the tab.

One page per tool, loading only its own code

Each tool ships only the code it needs, so a text tool never downloads image-processing logic. Pages load fast even on a phone.

Works offline once loaded

Because the logic is already in the page, most tools keep working if your connection drops — which is also the simplest proof that nothing is being uploaded.

Text & Writing Tools

Clean up, count, convert and reshape text without leaving your browser.

All 10 text tools →

Image Tools

Thirty ways to compress, resize, crop, edit and convert images locally with the Canvas API.

All 30 image tools →

Developer Tools

Formatters, generators and testers for everyday front-end and back-end work.

All 10 dev tools →

Calculators

Practical calculators for age, passwords, typing speed, loans and screens.

All 5 calculators →

SEO Tools

Audit, preview and generate the on-page and technical pieces of SEO.

All 35 seo tools →

What “runs in your browser” actually means

Most free online utilities are thin front ends for a server. You choose a file, the browser uploads it, a program somewhere else does the work, and you download the result. That model is fine for some jobs and completely unsuitable for others — a signed contract, a screenshot of an internal dashboard, an API response containing a customer record, an unpublished draft.

Every tool on this site takes the other approach. The code that does the work is delivered to your browser along with the page, and it runs there. Text you paste stays in a JavaScript variable. Images are decoded and re-encoded using the HTML Canvas API on your own device. Nothing is written to a server, because there is no server-side component to write to.

You do not have to take that on trust. Load any tool, turn off your internet connection, and keep using it — it will carry on working, because everything it needs is already in the page. Open your browser's network inspector while you use it and you will see no outbound request carrying your content.

Built to be genuinely fast

Each tool lives on its own page and loads only the code that tool requires. The case converter does not download image-processing logic; the image compressor does not carry a Markdown parser. There is one small shared stylesheet, one small shared script for navigation and clipboard handling, and then a few dozen lines specific to the tool you opened. On a mid-range phone on a slow connection, that is the difference between a page that works and one you abandon.