Feature Flags
Feature flags (toggles) are the core primitives of Flagship. They allow you to decouple code deployment from feature release.
How it works
- Define a Flag: Create a flag in the dashboard (e.g.,
new-checkout-flow). - Implement in Code: Use the OpenFeature SDK to check the flag's value.
- Target Users: Use Dimensions and Target Groups to determine who sees which variant.
Guides
- Usage Examples: Code snippets for common languages.
- Dimensions: Learn how to target based on user attributes.
- Target Groups: Reusable targeting rules.