We're not going to ask you to trust a privacy policy. This page explains exactly what the app does with your data — in plain language, with the code that proves it, so you can check it yourself in five minutes.
| What's stored | Where | Sent anywhere? |
|---|---|---|
| Your name, temperature unit, cycle averages | Your browser only | Never |
| Daily temperature, period dates, notes | Your browser only | Never |
| Analytics, crash reports, usage tracking | Doesn't exist | N/A — not collected at all |
| Account, email, phone number | Never asked for | N/A — no accounts exist |
No server exists
The app is static files — HTML, CSS, JS. There's nothing running anywhere that your data could be sent to, even if we wanted to.
Zero network calls in the code
No fetch, no analytics SDK, nothing. The app's only two dependencies are React and React DOM — no tracking library exists anywhere in the tree.
Backups are files, not uploads
Exporting a backup downloads a JSON file to your own device. Nothing is uploaded anywhere — you decide where that file goes, if anywhere.
localStorage calls, nothing else.