About Toolgin
A small, independent set of everyday utilities — built to open fast, do one job well, and never ask for your data in return.
Most free online tools work the same way: you paste your text into a box, it travels to somebody's server, something happens there, and an answer comes back. For counting words or formatting a bit of JSON, that is a strange trade. You have handed over your content — which might be a draft contract, a customer export or an API response — to get an answer your own computer could have worked out instantly.
Toolgin exists because that trade is unnecessary. Every tool on this site is a small program that runs inside your browser, on your own machine.
How the tools actually work
When you open a Toolgin page, your browser downloads the page and a small amount of JavaScript. From that moment on, everything happens locally. Typing into a text box triggers a function running on your device. The result appears. Nothing is sent anywhere, because there is nowhere for it to be sent — the tools have no server-side component at all.
What you do not have to deal with
- No accounts. There is nothing to sign up for, so there is no password to manage and no profile to delete.
- No uploads. Your input is not transmitted, so there are no file size caps, no queues and no daily limits.
- No paywalled results. You do not get halfway through a conversion and find the download button locked behind a subscription.
How each tool is built
Every tool is an independent page with its own code. Nothing is shared between them beyond the header, the footer and the stylesheet. That sounds inefficient, and in a sense it is — but it means a change to one tool cannot quietly break another, and opening one tool never downloads the code for the rest of the site.
The logic behind each tool is written as a plain function and covered by automated tests before any of the interface is built. Edge cases matter here more than features: empty input, stray whitespace, tabs, emoji, accented characters and non-Latin scripts are all tested, because those are exactly the inputs that make casually built tools give wrong answers without saying so.
Which tools get built
New tools are added one at a time, based on what people actually search for and what readers ask for directly. A tool earns a place here if it is something people need repeatedly, if it can be done honestly in the browser, and if the existing options are slow, cluttered or careless with input.
If a tool you need is missing, tell us about it. Requests genuinely shape what gets built next.
How Toolgin is funded
Toolgin is free to use and carries advertising. Ads are how the hosting, the domain and the time spent building tools are paid for, and they are the reason there is no subscription and no premium tier.
Advertising is served by third parties, which means those advertising partners may use cookies and similar technologies in your browser. That is separate from the tools themselves, and it is described in plain terms in our Cookie Policy and Privacy Policy. We keep ads out of the working area of each tool: no interstitials, no pop-ups, and nothing that shifts the page while you are reading it.
Who is behind it
Toolgin is an independent project, built and maintained by a single developer rather than a company. There is no team inbox and no support department — messages sent through the contact form are read by the person who writes the code.
That also means mistakes are possible. If a tool gives you a result that looks wrong, please report it. A bug report with the input that caused it is the single most useful thing anyone can send.
Get in touch
Bug reports, tool suggestions, corrections to these pages and general questions are all welcome through the contact page.