Privacy is a constraint we design around, not a marketing line. Where data must live on a server to deliver the product (cloud sync, multi-device, AI Coach history, persistent DNA findings), it lives in row-level-security-scoped tables that only you can read. Where it doesn't need to leave your device, it doesn't.
Your intake answers and analysis results are kept in your browser's local storage. If you create an account and enable cloud sync, an RLS-scoped copy is stored in our Supabase database so the same profile loads across your devices.
You can run a Free analysis without creating an account; only browser-local storage is used. Pro and Clinical features (cloud sync, AI Coach history, multi-profile, DNA persistence) require an authenticated Supabase account tied to your email.
Your biology is not a product. We do not sell, share, license, or monetize your health data to third parties. No advertisers, no data brokers, no exceptions.
You can delete your account and wipe all server-stored profile, analysis, chat, and genomic rows from inside the app at any time. Local-storage data is cleared from your browser when you sign out or clear site data.
Your raw DNA file (23andMe / Ancestry / etc.) is parsed entirely in your browser. We extract only the targeted SNP rows we interpret (currently 718 markers — rsid + genotype) and discard the raw file from memory. Those extracted rows are then sent to our AI for interpretation and stored server-side in our RLS-scoped genomic_data table so findings can re-render across devices.