A cross-platform fitness tracker shipped to both app stores in one quarter from a single codebase.
FitPulse had designs and a deadline: both stores by Q3. We built the app, the sync backend, and the release pipeline.

Workouts happen in basements and parks — connectivity is never guaranteed. The app had to record sessions fully offline, sync HealthKit and Google Fit data both ways, and feel native on two platforms with a two-person client team maintaining it after handoff.
Offline-first architecture with a local SQLite queue that reconciles on reconnect. One codebase in React Native with platform-adaptive navigation and haptics. We set up EAS build pipelines so the client ships updates themselves with one command.