Launch features without deploys
Control what ships to users from the dashboard. Flip live. Keep the release train for code.
Keep deploys for code
- git push → wait → hope×new-checkout
Skip the deploy
Flip in the dashboard. Running apps pick it up.
- developmentstagingproduction
Per environment
Development can run ahead. Production stays put.
- booleantruestring"blue"number0.25json{…}
Typed values
Booleans for kill switches. Strings, numbers, JSON when you need more.
- old-checkoutdeprecatedlocked
Soft retire
Deprecate and keep serving while callers move. Overrides lock.
- value"blue"enabled
Kill switch keeps the value
Turn a feature off without wiping the string, number, or JSON you set.
How a feature goes live
- new-checkoutbooleandefaultfalse01
Create
Name it once. Override per environment when you need to.
- Your appFeatureToggle02
Connect
Wire the app once. After that, the dashboard owns the switches.
- new-checkoutproduction03
Flip
Change production without a build. Roll it back the same way.
Ship the next change from the dashboard
Free account. First project. First feature live in minutes.