Where it fits in our builds
One codebase, both app stores, the same backend
The mobile app shares the TypeScript patterns and the backend of your web product: Supabase for auth and data, the same APIs, the same design language handed off from Figma. iOS and Android ship from one repo.
- Expo managed workflow until native modules are needed.
- HealthKit, payments, and push as first-class features.
- OTA updates for fixes that cannot wait for store review.
TypeScript
React
Expo
Supabase
Figma
GitHub




