About

Calculator sites don't do files. File sites don't do calculators. Developer sites don't do cooking, and almost nobody does interactive teaching visualizers next to everyday utilities. This is an attempt at all of it in one place, with one design language and one search box.

The promises

Nothing leaves your device
Every tool here runs in your browser. There is no backend — the site is a folder of static files. Text you paste, numbers you type and images you drop are processed locally and are never transmitted anywhere.
No account, no ads, no upsell
Nothing is gated. Favourites and recent tools are stored in your own browser's local storage and can be cleared at any time from the home page.
Every result is a link
Tool inputs are encoded in the URL. Copy the address bar and you have shared the exact calculation, not just the tool. That makes results citable in a lesson plan, a bug report or a group chat.
The work is shown
Each tool states the formula it uses and links to the standard it came from. Where a formula is contested or approximate — body-fat estimates, sleep cycles, caffeine metabolism — that is said plainly rather than hidden behind a confident number.
It stays fast
Pages are prerendered and each tool is loaded as its own small chunk, so opening the tip calculator does not download the matrix solver.

Correctness

Unit conversion factors follow NIST Special Publication 811 and the BIPM SI Brochure. The converter engine is covered by a property test that round-trips every unit pair in every dimension, plus a table of hand-checked reference values (1 inch = 2.54 cm exactly, −40 °C = −40 °F, 1 acre = 43,560 ft², and so on). The expression parser, the omnibox and the Roman numeral converter have their own suites. Tests run on every build.

Health and finance tools name the formula they implement — Mifflin–St Jeor for BMR, the US Navy tape method for body fat, Karvonen for heart-rate zones — because the choice of formula changes the answer, and you deserve to know which one you got.

If something looks wrong, every tool page has a “Report an error” link at the bottom that opens a pre-filled issue.

What's here today

216 tools across 15 categories:

What's next

The roadmap, roughly in order: the rest of the converter matrix; PDF and audio/video tools built on WebAssembly so they can stay client-side; the visualizer program expanding one subject per release (economics is first, then math, statistics, physics and computer science); embeddable widgets and a classroom presentation mode; offline support as an installable app; and a request-a-tool board so the roadmap writes itself.

Deliberately not on the roadmap: interstitials, newsletter popups, and gating the answer behind a signup.

Disclaimers

Health, medical, legal, tax and financial tools are educational. They are not advice, they cannot see your circumstances, and they are not a substitute for a clinician, an accountant or a lawyer. Where a tool could plausibly be used for a decision that matters, it says so on the page.