What we cover
Everyday math, finance, unit conversion, chemistry, physics, statistics, date/time, text cleanup, PDF tasks, JSON repair, QR generation, auth helpers, and developer formatting workflows.
Calctrove is a browser-first collection of calculators, converters, PDF helpers, text utilities, JSON tools, generators, and developer workflows. The goal is practical: make common calculations and transformations quick to run, easy to inspect, and clear enough to verify before you use the result.
We avoid account walls for core usage and keep the main tool experience focused on input, validation, result, reset, and copy. Many tools run locally in the browser, which helps keep everyday clipboard text, PDFs, and generated values off a server-side processing path unless a page clearly says otherwise.
Everyday math, finance, unit conversion, chemistry, physics, statistics, date/time, text cleanup, PDF tasks, JSON repair, QR generation, auth helpers, and developer formatting workflows.
Tools use deterministic formulas, explicit constants where practical, validation states, and automated tests. For high-stakes use, verify independently and keep the original inputs.
Changes ship in batches after lint, typecheck, test, build, static route, and browser smoke checks pass for the affected area.
Report the URL, inputs, expected result, and browser/device. Formula or validation defects are prioritized ahead of cosmetic requests because incorrect math is a release blocker.
A tool page should do more than return a number. It should explain the calculation enough for a user to spot unit mistakes, invalid inputs, copy/reset issues, or a formula mismatch. Pages that are experimental, duplicated, or too thin are kept out of the public index until they have working behavior, useful context, stable test coverage, and a clear user purpose.