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.

  • development
    staging
    production

    Per environment

    Development can run ahead. Production stays put.

  • booleantrue
    string"blue"
    number0.25
    json{…}

    Typed values

    Booleans for kill switches. Strings, numbers, JSON when you need more.

  • old-checkout
    deprecatedlocked

    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

  1. new-checkoutboolean
    defaultfalse
    01

    Create

    Name it once. Override per environment when you need to.

  2. Your appFeatureToggle
    02

    Connect

    Wire the app once. After that, the dashboard owns the switches.

  3. new-checkoutproduction
    03

    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.

Get started