Trust & privacy

Privacy isn't a promise here — it's a set of controls we enforce and test. Every claim below maps to the mechanism that makes it true.

Tools that run on your device (most of the catalogue)
We claimThe controlHow it's verified
Client tools send nothing to any serverCSP `connect-src 'self'`; no third-party origins on tool routesAn e2e network-capture test fails if a tool page makes any external request
They keep working with the Wi-Fi offService worker caches the app shell + engines; tools compute on-deviceAn airplane-mode e2e run exercises tools with the network blocked
No cookies for anonymous useNo cookie is set for anonymous visitors; preferences live in local IndexedDBNo `Set-Cookie` on anonymous responses; storage is browser-local only
No third-party scripts, no tracking, no PII in telemetryNo analytics or ad scripts on tool routes; the CSP forbids themSame CSP + network-capture test; there is no tracking code to audit
Money math is exactAll currency is integer paise — never floating pointCalculators ship hand-computed goldens; a mutation gate must kill ≥90%
Usable by everyoneWCAG 2.1 AA, full keyboard operation, both themesAxe runs in e2e on representative pages across breakpoints and themes
When you bring your own AI key or your own cloud
We claimThe controlHow it's verified
Your AI key goes to the provider, not to usBYOK: the browser calls the provider directly where possibleIf a key ever transits our server it is never stored or logged
Heavy tools can run in YOUR cloudOpen self-hosted runner (Docker) — you point the tools at itThe runner is open source; data never touches Demystify infrastructure
Server tools disclose before you uploadA pre-upload disclosure is shown for any tool that leaves the deviceServer-lane tools are labelled by run-lane in the catalog and UI

Sub-processors

Client tools use none. The few server features below rely on these processors — listed for transparency (DSS-1 D13.5). No client tool sends your data to any of them.

Security disclosure: /.well-known/security.txt. No security certification is claimed; the roadmap is VAPT → ISO 27001 → SOC 2, and none is claimed before the report is in hand.

See for yourself

Open any tool, turn off your Wi-Fi, and keep working. Or read the quality & coverage report and the developer API to see how the three privacy lanes (on-device, your key, your cloud) fit together.