Finance

Five calculators that show their working. Each one explains what it models, what it deliberately leaves out, and why the number it gives you might differ from what your bank or your account actually does.

None of them ask who you are. Amounts you type stay in your browser.

Why these run in your browser

Every page in this section is a static HTML file plus a small JavaScript file. There is no backend, no database and no upload endpoint. When you open an image, a PDF or a spreadsheet here, the file is read by your browser's own File API and stays in the memory of that tab until you close it.

That is a deliberate architectural choice with real consequences. It means we could not look at your files even if we wanted to, it means there are no queues or daily limits, and it means the tools keep working on a plane or a train with no signal. The trade-off is that anything genuinely requiring a server — live exchange rates, for instance — is the exception rather than the rule, and we say so on the page where it applies.