Cookies and local storage
Draft. This has not yet been reviewed by a lawyer and should not be relied on as final. It exists so there is something real to review, not a placeholder.
The short version
We use only what's essential to make the app work. No advertising cookies, no analytics cookies, no third-party trackers, no cross-site tracking. Here is the complete list — not a summary of it.
What we store, and why
- Session cookie — keeps you signed in. Required for the app to function at all; there is no way to opt out of it and still use the app. Automatically expires after 30 days, marked so it can never be read by a script on the page or sent over a plain (non-HTTPS) connection.
- Invite code cookie — remembers the invite code you entered, briefly, while you complete signup. Deleted once your account is created.
- Theme preference (local storage, not a cookie) — remembers whether you chose light or dark mode. Stored only on your device; never sent to us at all.
- Offline page cache (local storage, not a cookie) — lets the app show a real page instead of a browser error if you briefly lose signal. Standard behaviour for an installable app (a PWA); contains no personal data, just the app's own static files.
What we don't use
No Google Analytics, no Meta Pixel, no ad-network cookies, no fingerprinting. Our error-monitoring tool runs only when something actually breaks, and reports the error — not your browsing behaviour.
See Privacy Policy for what we do with the data above.