Skip to content

Feature Flags

Feature flags (toggles) are the core primitives of Flagship. They allow you to decouple code deployment from feature release.

How it works

  1. Define a Flag: Create a flag in the dashboard (e.g., new-checkout-flow).
  2. Implement in Code: Use the OpenFeature SDK to check the flag's value.
  3. Target Users: Use Dimensions and Target Groups to determine who sees which variant.

Guides