Legal
Cookie Policy
Cookies are currently used for authentication and basic session continuity, with more preference controls planned later.
What is used today
The current app uses an HTTP-only session cookie to keep signed-in users authenticated.
Additional preference, analytics, or attribution cookies may be added as the product matures.
Why it matters
Authentication cookies make protected routes and account state work without exposing session data to client scripts.
That is the minimum viable cookie footprint needed for the current auth flow.
Future controls
Consent and preference controls should be expanded before broad public launch.
Those controls are not fully implemented in the prototype UI yet.