About Toolhub

What Toolhub is

Toolhub is a collection of free developer and everyday utility tools that run entirely in your browser. There is no signup, no account, no tracking, no server-side processing. Paste data in, get the result, close the tab โ€” nothing is stored or transmitted. The site ships in 15 languages, installs as a Progressive Web App for offline use, and is open source under the MIT license.

Why it exists

Most online utility sites are ad-saturated parking pages, freemium SaaS with rate limits, or single-tool sites where the maintainer moved on three years ago. The data you paste in often gets logged, sometimes for spam detection, sometimes for training data, sometimes for resale to brokers. Toolhub exists because that pattern is fixable: a static site that runs computation in the browser solves the same problems without any of the data risk. One page per tool. Runs locally. Leaves you alone.

Who maintains it

Toolhub is built and maintained by JXXR1, working independently. No company, no funding round, no investors, no exit timeline. Decisions about which tools to build, which languages to support, and how the site is monetised are made by the maintainer alone, against the principles documented further down this page. Contact via contact@toolhub.software.

How it works technically

Toolhub is a static site of pre-rendered HTML hosted on Cloudflare Pages, served globally via Cloudflare's edge network. Every tool runs as JavaScript inside the visitor's browser โ€” there are no API endpoints, no backend services, no database. The only network requests after the page loads are for fonts and (in production) AdSense ad slots. Tool inputs never reach our infrastructure because there is no infrastructure to reach. The exception is tools that explicitly fetch a known third-party resource (e.g., the YouTube Thumbnail tool, which loads an image from YouTube's CDN) โ€” these are documented on each tool's help block.

MIT-licensed and inspectable

Toolhub is released under the MIT license. Every tool's computation logic runs in the visitor's browser and is fully inspectable via DevTools โ€” there is no proprietary server-side processing to hide. Anyone is free to run the tools on their own infrastructure. There is no "open source frontend, closed backend" split. Bug reports and tool ideas are welcome at contact@toolhub.software.

No AI slop

Tool help blocks, articles, and About-page content are written by a human, not generated by an LLM. Translations to the 14 non-English languages use machine translation as a starting point and are then reviewed within reason โ€” Italian and English get the most attention because the maintainer is native or fluent in both. Smaller languages are corrected by native-speaker community contributors via email. If you spot a translation that reads as robotic or wrong, email contact@toolhub.software โ€” it is an easy fix and exactly the kind of contribution that makes the site better for everyone.

Principles Toolhub is built on

Five principles run through every tool on the site. They predate any specific tool and outlast any specific implementation:

How tools get built

The build process is opinionated. A new tool reaches the site only after passing a checklist:

What makes Toolhub different from other "free tools" sites

The market for free online utilities is crowded. Most sites in the category fall into one of three patterns: ad-saturated parking pages, freemium SaaS with rate limits, or single-tool sites maintained by one developer who moved on years ago. Toolhub aims to be different on five concrete axes:

Quality and maintenance cadence

Toolhub is actively maintained. The cadence is:

Languages and accessibility

Toolhub is published in 15 languages and follows WCAG 2.1 Level AA practices wherever achievable on a static-site stack:

What Toolhub is not

To set expectations cleanly, here is what Toolhub deliberately does not do:

Contact and contribution

The primary contact channel is contact@toolhub.software. Use it for:

For matters that are not appropriate for a public issue, the email contact in the GitHub profile is the route.