rigami.
Glossary
/// Definition

Feature flags

Feature flags are runtime switches that turn code paths on or off without a redeploy.

In depth

Feature flags (LaunchDarkly, Statsig, ConfigCat, GrowthBook) let teams ship code decoupled from release, run experiments, and roll out safely to cohorts.

Related terms