Why your health tracking app shouldn't need your email address
Open any health tracking app on the App Store. Before you can log a single symptom — before you've seen a single screen of the product — you're asked for your email address, a password, and often your date of birth.
This is so normal that most people don't question it. But it's worth asking: why does an app that stores data on your phone need to know who you are?
The account requirement is a design choice, not a technical necessity
Modern browsers have had robust local storage APIs for over a decade. An app can store years of health data — meals, symptoms, check-ins, notes — entirely within your browser or device, with no server involved. The data never leaves your device unless you explicitly export it.
The reason most apps ask for an account isn't technical. It's business. An email address is a marketing asset. A logged-in user can be retained, re-engaged, upsold. Your account data is used to justify "monthly active user" figures to investors. Your health data, in aggregate, has value that no app company is going to leave uncollected.
What you're agreeing to
When you create an account with a health app, you're typically agreeing to a privacy policy that allows the company to use your data for "product improvement," "analytics," and partnerships with unnamed third parties. The data might be anonymised — or it might not be, depending on how granular the collection is and who buys it.
This isn't theoretical. Several major health apps have been found sharing detailed symptom and cycle data with Facebook, Google, and data brokers — despite claiming in their marketing that your health data is private.
Private by design
A private-by-design health tool starts from a different assumption: the data belongs to the person who created it, and the software's job is to help them use it — not to extract value from it.
In practice, this means:
- Data is stored on your device using your browser's localStorage API
- No account is required — or created — at any point
- Export is always available so you own a copy of your data
- The app works offline, because it doesn't need a server
- If you stop using the app, your data doesn't follow you to a company's database
You give up cloud sync across devices and the ability to access your data from anywhere. For most people tracking health symptoms, that's a trade they're happy to make.
The simplest test
Before you install a health app, ask one question: does it require an account? If yes, ask a second one: why?
If the answer isn't obviously necessary for the core function of the app, you're probably not the customer. You're the product.
Fieldnote tools require no account. All data is stored in your browser. See the tools →