September 18th, 2025
This update introduces customization for the home page allowing you to pass custom challenges and games and also adds a “Skip” button for the frame check screen, allowing a person to skip the frame check.
➡️ The Skip button introduces faster starting point for experiences users allowing them to interact with the workout faster and also addresses potential device / space limitations, allowing a person to start a workout no matter what

➡️ Challenge and Game customization can now be done by passing in customParameters:
challenges_home: [
{ id: exerciseId, name: exerciseName, isGame: false},
{ id: "balloonpop", name: "Balloon Pop", isGame: true }
], You can only pass two objects in challenges_home array, it could be both challenges or both games, or one challenge - one game combo → totally up to you.
You can pass in any exercise id and display it as a challenge. Available games are:
“balloonpop”, “aliensquatshooter”, “colorchase”.
When specifying a game ensure isGame is true.
