Scope the Figma screens do not cover but the briefing commits to. Two families: (A) health & sport connectors, and (B) data rights + account lifecycle. Plus (C) the cross-cutting mobile capabilities those two imply. Grounded in the Developer Specification (§6 CAS, §13 Settings) and the business-case/deck roadmap (wearables strategy, M4→Y3).
Status as of July 2026. The visible app is now effectively 1:1 with the Figma prototype and fully wired to Supabase + CAS on both mobile and web. Of the "beyond-Figma" work below, two data-rights pieces are already built: in-app JSON export and delete account ship today in Settings → Data Privacy. The remaining items are the ones the Figma never showed and that are still open:
service_role key must never ship in the client). That function is pending.Status: documented, not built. Needs a native dev build (not Expo Go).
Why it matters to the product, not just "integrations": the CAS algorithm today is fed by manual logs — the morning mood/energy gate, Edit Period, and MovementLog (Dev Spec §6.1). Connectors let those same signals arrive automatically and objectively, which is exactly what the deck's "data moat" and "50% churn reduction for connected users" depend on. Each connector maps to a specific CAS component:
| Source | Signals pulled | Feeds CAS component |
|---|---|---|
| Apple Health + Apple Watch (iWatch) — via HealthKit | HRV, resting HR, sleep, active energy, steps, workouts, wrist/skin temperature (Apple Watch Series 8+), blood oxygen, menstrual/cycle data, weight | Biomarkers (25) · Fitness (20) · Phase Confidence (skin-temp) |
| Android Health Connect / Google Fit | same categories on Android | same |
| Oura Ring | skin-temp trend, HRV readiness, sleep score | Biomarkers · Phase Confidence |
| Garmin / Fitbit / Whoop | workouts, HR, sleep, recovery | Fitness · Biomarkers |
| Strava | runs, rides, workouts (auto-fills MovementLog) | Fitness · Logging |
| CGM — Dexcom / Abbott Libre | glucose across the cycle | Biomarkers (future) |
CAS component reference (see the Developer Spec §6): C1 Phase Confidence (15) · C2 Biomarkers (25) · C3 Nutrition (30) · C4 Fitness (20) · C5 Logging (10). Connectors primarily strengthen C1, C2, C4 and C5.
Chosen by blending 2025 global market share (IDC / Statista) with health-data value for a cycle-nutrition app. Apple leads the wearable market (~28% share); Apple, Samsung, Xiaomi, Fitbit and Garmin together hold ~62%; Huawei is the #2 smartwatch vendor (25.5M units, 2025).
| # | Platform / device | Why it's in the 8 | How we connect |
|---|---|---|---|
| 1 | Apple Health / Apple Watch | Market leader (~28%). HealthKit is the iOS data hub; Apple Watch gives HRV, sleep & wrist temperature. | HealthKit (native) |
| 2 | Samsung Health / Galaxy Watch | Top-3 vendor; Galaxy Watch has skin-temp + built-in cycle tracking. | Health Connect + Samsung Health SDK |
| 3 | Google / Fitbit (Health Connect) | Fitbit (Google-owned) is top-5; Health Connect is the Android aggregation layer (replaces Google Fit). | Health Connect + Fitbit Web API |
| 4 | Garmin | Dominant in sport/endurance; rich HRV, sleep, Body Battery, women's-health tracking. | Garmin Health/Connect API (OAuth2) |
| 5 | Xiaomi (Mi Band / Mi Fitness) | Wristband volume leader — scale & affordability, very strong in Spain/Europe. | Health Connect / Mi Fitness |
| 6 | Huawei Health / Watch | #2 smartwatch vendor globally (25.5M units, 2025); strong in Europe & Asia. | Huawei Health Kit |
| 7 | Oura Ring | Smart-ring leader; gold-standard skin-temperature + cycle prediction — most femtech-relevant. | Oura API v2 (OAuth2 + webhook) |
| 8 | Strava | Leading sport/activity platform; auto-fills MovementLog with runs, rides & workouts. | Strava API (OAuth2 + webhook) |
Honourable mentions: Whoop (recovery/strain) and CGMs (Dexcom / Abbott Libre) — added later per the deck's Y3 roadmap.
The native-build gatekeeper. Think of Expo Go as a shared demo phone with a fixed set of apps installed — it can run our JavaScript, but it can't install a new native library like HealthKit on demand. To talk to Apple Health, Health Connect, or a vendor SDK we must compile our own binary (a native dev build via EAS) that bundles those modules. That's why every connector below is blocked on the native build, regardless of API readiness.
movement_activity). User confirms/edits.The Dev Spec names these in §13.5. Two are already built (export, in-app delete of the user's data); the rest still need full flows, backend, and legal handling. All are MVP / launch-blocking for an EU health app.
auth.uid()).service_role key must never ship client-side (it bypasses
RLS), so a server-side function is the correct — and pending — mechanism to complete a true
hard delete.Already shipped: in-app JSON export (B1), in-app account delete (B2, user data), Notification Center + reminders UI (C), App Preferences & Nutritional Preferences (C), Personal Information / rectification (B5).
MVP / launch-blocking (next): service-role Edge Function for full auth-record deletion (B2), consent controls + record layer (B4/WF-1), then the native dev build to unlock HealthKit + Health Connect (A1).
Fast-follow (Y1): Strava + Garmin (A3/A2), Connections screen (A5), deactivate (B3), 2FA + biometric unlock (C), offline sync hardening.
Later (Y2–Y3, per deck): Oura (A2), CGM (A4), write-back to HealthKit, research-data pipeline.
Screens/modules still to add to the Expo app (the connector set needs the native build):
Connections (integrations list + per-provider detail), permission-priming screens, an
onboarding "Connect a wearable" step, and — extending the Data Privacy flow that already
ships — consent toggles, activity log, and deactivate, plus Sign-in & Security hardening
(2FA, passkeys, sessions). Export and delete are already in place.
Wearable market data (used for the top-8 ranking, §A0): - IDC — Worldwide Wearable Devices Market Share (vendor tracker): https://www.idc.com/promo/wearablevendor/ - Statista — Wearables market share by vendor, quarterly 2025: https://www.statista.com/statistics/435944/quarterly-wearables-shipments-worldwide-market-share-by-vendor/ - Statista — Wearables: statistics & facts: https://www.statista.com/topics/1556/wearable-technology/ - Grand View Research — Wearable Technology Market Size, Share Report: https://www.grandviewresearch.com/industry-analysis/wearable-technology-market
Connector / platform developer documentation: - Apple HealthKit: https://developer.apple.com/documentation/healthkit - Android Health Connect: https://developer.android.com/health-and-fitness/guides/health-connect - Samsung Health SDK: https://developer.samsung.com/health - Fitbit Web API: https://dev.fitbit.com/build/reference/web-api/ - Garmin Health API: https://developer.garmin.com/gc-developer-program/health-api/ - Huawei Health Kit: https://developer.huawei.com/consumer/en/hms/huawei-healthkit/ - Oura API v2: https://cloud.ouraring.com/v2/docs - Strava API: https://developers.strava.com/ - Dexcom API: https://developer.dexcom.com/ · Abbott Libre: https://libreview.com/
Internal source documents: - NutriSync Collective — Complete Product & Developer Specification, v1.0 (June 2026): §6 (CAS), §13 (Settings/Privacy). - NutriSync investor deck / business case (June 2026): wearables strategy (HealthKit + Google Fit M4, Oura + CGM Y3).