Skip to content
← All Projects
Reset

Reset

Previous engagement

Reset is a holistic fitness platform designed exclusively for women, combining structured workout programs, personalized nutrition guidance, activity tracking, and community support. With over 500 workout varieties, a database of 10 million+ food items, and integration with Apple Health and Google Fit, Reset empowers women to eat their favorite traditional foods, work out around their schedule, and thrive in a diverse community.

Key Features

  • Over 500 varieties of workout programs with 1 year+ of structured training
  • Nutrition tracking with 10 million+ food database and macro-optimized recipes
  • Apple Health & Google Fit integration for steps, heart rate, sleep, and more
  • Exclusive moderated community of women focused on mutual support
  • Multiple themed challenges including Booty Secrets and Built Not Bought
  • 96% body transformation success rate across 25,000+ transformations

The challenge

The fitness app market was saturated, but it had a blind spot. Most platforms shipped rigid Western meal plans and treated cultural food traditions as an obstacle to work around, which left women from diverse backgrounds choosing between the food they grew up with and the results they wanted. That is not a sustainable trade, and it showed up as churn. The brief for Reset came from the other side of that problem: a platform where women could eat their favorite traditional foods, train around their own schedule rather than an idealized one, and do it somewhere supportive rather than performative. Building for that meant the cultural angle could not sit in the marketing copy. It had to reach the nutrition data, the meal planning, and the community itself.

The approach

Reset ships as a single Flutter codebase across iOS and Android, chosen because the product needed pixel-perfect custom UI on both platforms at once from a small team: animated workout timers and interactive macro tracking charts that a wrapped webview would have made feel secondhand. Over 95% of the code is shared. The app follows a clean architecture split between presentation, business logic, and data sources, with Firebase handling authentication, the real-time database, cloud storage for workout video, and push notifications. The 10 million+ item food database drove its own work: search-as-you-type with debouncing and local caching to keep logging fast, plus camera-based barcode scanning with ML-powered recognition for one-shot entry. A unified health data layer abstracts the differences between Apple HealthKit and Google Fit, so steps, heart rate, energy expenditure, water, and sleep read the same on either platform while each OS's permission model is respected. With 500+ workout videos, delivery meant a deliberate CDN strategy, adaptive bitrate streaming, and offline caching for unreliable connections.

The outcome

Reset is live at reset.app, and the published numbers put it ahead of the category it set out to correct: 25,000+ documented body transformations, a 96% body transformation success rate significantly above the industry average, and an A+ app rating across both platforms. The parts that were hardest to build are the ones holding those numbers up. Cultural sensitivity turned out to be an architectural requirement rather than a positioning statement, because the nutrition database had to carry foods from dozens of cuisines with accurate macro data and the meal planning algorithm had to accommodate cultural dietary patterns instead of forcing one template on everyone. Community moderation at scale needed real tooling, reporting workflows, and guideline enforcement rather than a chat feature, and that investment paid back in retention. And video delivery had to hold up for members on unreliable connectivity rather than quietly assume them away.

Tech Stack

FlutterDartFirebaseREST API