How bionico protects your health data — the current architecture, described in full.
One guarded home for your data, isolated per person at the database engine.
The bionico iOS app stores your health records in a dedicated PostgreSQL database hosted on Supabase in Zurich, Switzerland (eu-central-2). Every table is protected by Row Level Security: access rules enforced by the database engine itself, not by application code. Every query runs as you, authenticated by your personal token, and can only ever return your own rows.
There is no shared data pool, no cross-user analytics, and no way for one account to read another's records — the database refuses it at the lowest level.
Every request from the app to our servers carries your personal, short-lived access token, which is cryptographically verified server-side on every single function invocation before any data is touched. The pilot is additionally invite-gated: accounts outside the cohort cannot use data-processing features at all.
Industry-standard encryption protecting your data at rest and in transit.
AES-256 encryption on all database storage and backups
ActiveTLS 1.3 for all data transmission, including AI processing calls
ActiveConsent first, keys server-side, spending bounded.
bionico's intelligence runs on Anthropic's Claude models. Before any of your health data is sent for AI processing, the app discloses this and obtains your explicit consent. Under Anthropic's commercial terms, your inputs and outputs are not used to train models; under Anthropic's default API policy they are retained for up to 30 days for trust-and-safety monitoring, then deleted. Requests are assembled on our servers in Zurich and carry no name, e-mail, genome file or genotype — genetic markers reach the model as interpretations only.
Built for handing your doctor a report — on your terms.
When you create a clinician report, bionico freezes a snapshot of exactly what you approved and issues a private link. The link's token is stored only as a cryptographic hash — we could not reconstruct your link if we wanted to.
The website holds no health data at all.
bionico.swiss is a static site hosted on Netlify (SOC 2 Type II certified), with automatic HTTPS, DDoS protection, and strict security headers on every page:
Zero third-party tracking: no analytics trackers, no advertising SDKs, no social pixels, no session recording, no fingerprinting. The only form on this site is the access request: its contact fields are stored by our website host (Netlify, Inc., USA) until we have processed them, and its health-related answers go straight to our EU database.
We collect only what's necessary — and you can erase it all.
Governed by one of the world's strongest privacy frameworks.
bionico GmbH is a Swiss company subject to the nFADP (Bundesgesetz über den Datenschutz — Federal Act on Data Protection), and processes health data under GDPR Article 9(2)(a) — explicit consent. This includes:
Full details, including our AI sub-processor and international transfer safeguards, are in the privacy policy.
We take security seriously. If you discover a vulnerability, please report it to:
info@bionico.swiss