Privacy

Health Log — nothing leaves your browser

On Health Log

Every record you put into the Health Log — date, sleep (h), energy 1-10, and notes — lives in your browser's local storage on your machine. There is no server. There is no account. There is no analytics ping. There is nothing for us to leak.

The threat model most health SaaS ignores

health and body data is the kind that matters. It maps priorities, routines, and futures. In most tools in this category — habit-tracker apps with premium tiers, health-data platforms that upsell insights back to you — that data lives in a database in a data centre, protected by whichever policy is currently in force at a company you have never met.

The safest record is the one that never entered a database in the first place.

How the file behaves on the wire

Load the Health Log once. Open dev tools. Watch the network tab. There is nothing there. The file makes no fetch, no analytics beacon, no font call, no telemetry. Once cached, it runs airplane-mode, forever.

The one exception is if you click a link that leaves the file. The file itself never leaves.

What "no account" actually buys you

No email to breach. No password to lose. No session to hijack. No support ticket where a stranger reads your health record to help you.

The trade-off, honestly: we cannot recover your file for you. That is the shape of ownership.

What the Health Log does not do

Questions people ask

01

Where is my data stored?

In your browser's local storage on your machine. Export to JSON any time; it is plain text you can read.

02

Can Offline.Ltd see anything?

No. There is no back-channel. Not for support, not for improvements, not for anything. We built the file so this is architecturally impossible, not just policy.

03

What if my laptop is stolen?

Standard disk encryption on your OS is the correct answer, as for any private file. The Health Log does not add a separate password because the OS already does that job properly.

The most private health record is the one that never enters a database in the first place.

Other angles on Health Log