About ToolsSoup
Last updated: July 31, 2026
ToolsSoup is a collection of 294 free tools that run entirely in your web browser. No accounts, no installs, and nothing you paste is uploaded.
What ToolsSoup is
ToolsSoup is a set of 294 small, single-purpose tools organized into 14 categories: formatters and validators for developers, text and PDF utilities, image editing, color and CSS helpers, calculators, unit converters, generators, and QR and barcode tools. It exists because the obvious search result for a job like “format this JSON” or “merge two PDFs” is usually a page covered in ads that wants an email address before it will do thirty seconds of work. Each tool here opens, does the one thing, and gets out of the way.
How it works, and why that matters
The site is static. Every page is plain HTML served from a CDN, and the tools themselves are JavaScript running inside your browser tab. There is no backend that could receive your data. When you choose a file, it is read from your disk by the browser and processed in memory on your own machine. That is the difference that matters when you are decoding a JWT that is still valid, hashing something that resembles an API key, or merging PDFs that belong to a client — with nothing to upload, there is nothing to leak, log or retain.
The two exceptions
Two tools genuinely need the network, and it would be dishonest to imply otherwise. The currency converter fetches current exchange rates, and the IP address lookup asks a third-party service what your public address is, since that is not something your own browser can know. Both send the minimum request required, directly from your browser to that provider. Every other tool on the site works with no connection at all once the page has loaded — you can disconnect and keep using it.
No ads, no trackers, no paid tier
ToolsSoup is not funded. There are no ads, no analytics, no tracking scripts, and no cookies. There is no free tier that runs out, no upgrade prompt, and no account to create, so there is nothing to collect about you and no reason to. Hosting a static site costs very little, which is what makes this sustainable for one person. If a tool ever stops working, it is a bug rather than a limit you have hit.
Languages, and getting in touch
Every tool is available in English, Brazilian Portuguese and Spanish, with its own translated address in each language rather than a machine-translated overlay of the English page. ToolsSoup launched in July 2026 and is built and maintained by one independent developer. If something is broken, a translation reads badly, or a tool you expected is missing, email [email protected]. Bug reports that include the input which caused the problem are especially welcome, and requests do get read.