Skip to content
← All Projects
Stndrd

Stndrd

Previous engagement

Stndrd (CbumFitness) is a fitness application designed by 6x Mr. Olympia Chris Bumstead. Offering 35+ workout programs, nutrition tracking with 10M+ foods, and a global community with leaderboards and XP rewards, Stndrd redefines excellence and pushes individuals to become their best selves, physically and mentally. Featured as a "Highly Anticipated App" on both iOS and Android with 100,000+ user transformations.

Key Features

  • 35+ workout programs designed by 6x Mr. Olympia Chris Bumstead
  • Multiple training splits: Push/Pull/Legs, Bro Split, Arnold Split
  • Nutrition tracking with 10M+ food database and barcode scanning
  • Global leaderboard system with XP rewards and milestone badges
  • HD video demonstrations with exercise modifications
  • Friends Pods for accountability partnerships

The challenge

The brief from Chris Bumstead, 6x Mr. Olympia Classic Physique champion, was explicitly not to build another fitness app. It was to build a movement: a tool that rebuilds discipline, redefines excellence, and pushes individuals to become their best selves, physically and mentally. That is a tall order to hold up in software, and celebrity fitness products usually fail at exactly this point, where a name gets attached to something generic and users notice inside a single session. The engineering problem underneath it was more concrete. When a 6x Mr. Olympia announces a new app, the launch is not a gradual ramp. Traffic arrives all at once, and the first impression the product makes is whether it stays standing while everybody signs up on the same afternoon.

The approach

Every workout in Stndrd is genuinely designed by Chris Bumstead, and the architecture was built to carry that at scale. The backend auto-scales for viral launch spikes, with CDN-cached video content and a queue-based onboarding system that kept new-user signup from bottlenecking the database at peak load. The gamification engine needed real-time leaderboard updates without crushing the database, so it uses a tiered caching strategy: in-memory for the top 100, periodic batch updates for the broader leaderboard, and eventual consistency for individual rankings. Badges run on an event-driven service — workout completions, streak milestones, and challenge finishes emit events evaluated against badge criteria — which keeps that logic decoupled from the core workout flow. HD video for every exercise meant adaptive bitrate streaming, aggressive preloading of the next exercise during rest periods, offline download of full workout plans, and a thumbnail generation pipeline. Flutter and Dart carry one codebase to both platforms, over a Node.js backend.

The outcome

Stndrd shipped on the App Store and Google Play and was featured as a Highly Anticipated App on both, with 100,000+ user transformations documented and consistently high ratings across platforms. Alongside the current programming it carries the legacy Olympia Prep and Road to Olympia plans. Three things proved out. A celebrity product has to feel authentic, because users can tell when a name has been attached to something generic — every workout here is genuinely Chris Bumstead's and the app speaks in his training philosophy, and that authenticity shows up in retention. Gamification works when it reinforces the core behavior of showing up and finishing the session rather than distracting from it. And preparing for a viral launch is the easy half: the harder engineering problem is infrastructure that stays cost-efficient through ordinary weeks while staying elastic for challenge launches and social moments.

Tech Stack

FlutterDartFirebaseNode.js