Onboarding
Tonic internal

Preview

Compose a flow by toggling the optional steps, and preview the screens a user in that config would see — in order, with skipped steps omitted. Only optional (flag-gated) steps can be toggled, so the composition is always constraint-valid (you can't skip a required step). The preview uses the generated catalog + Atlas screenshots, so it can't drift from the real screens.

Cohort

Optional steps

Toggle a step to include or exclude it from the composed flow.

Composed flow · 29 screens

  1. 1
    Welcome screen
    Welcome
  2. 2
    Sign In screen
    Sign In
  3. 3
    AI Consent screen
    AI Consent
  4. 4
    Name Input screen
    Name Input
  5. 5
    Name Affirmation screen
    Name Affirmation
  6. 6
    Journey Status screen
    Journey Status
  7. 7
    Journey Affirmation screen
    Journey Affirmation
  8. 8
    Medication Selection screen
    Medication Selection
  9. 9
    Dose Selection screen
    Dose Selection
  10. 10
    Frequency Selection screen
    Frequency Selection
  11. 11
    Notifications Permission screen
    Notifications Permission
  12. 12
    Injection Day Selection screen
    Injection Day Selection
  13. 13
    Schedule Time screen
    Schedule Time
  14. 14
    Last Injection Date screen
    Last Injection Date
  15. 15
    Gender Selection screen
    Gender Selection
  16. 16
    Birthday screen
    Birthday
  17. 17
    Height screen
    Height
  18. 18
    Weight screen
    Weight
  19. 19
    Weight Goal screen
    Weight Goal
  20. 20
    Goal Weight screen
    Goal Weight
  21. 21
    Weight Pace screen
    Weight Pace
  22. 22
    Weight Goal Affirmation screen
    Weight Goal Affirmation
  23. 23
    Activity Level screen
    Activity Level
  24. 24
    HealthKit Benefits screen
    HealthKit Benefits
  25. 25
    Tracking Style screen
    Tracking Style optional
  26. 26
    Tracking Affirmation screen
    Tracking Affirmation optional
  27. 27
    Plan Preview screen
    Plan Preview
  28. 28
    App Store Review screen
    App Store Review optional
  29. 29
    Completion screen
    Completion

Config

The flow config this composition represents.

{
  "version": "draft",
  "stepOverrides": {},
  "variantSelections": {}
}

Publish

Write this composition to Convex for a variant key. The app fetches it for users that the onboarding_flow_config_v1 experiment assigns to that variant; an invalid/absent config falls back to today's flow. Publishing is operator-gated and runs server-side.

Tip: keep control = today's flow; publish a new variant key (e.g. no_review) for a real change, then add that variant to the PostHog experiment to ramp it.