Skip to content
devops

Feature Flag

Feature Flag

Definition

Feature flags (also called feature toggles) decouple code deployment from feature release by wrapping new functionality in conditional checks that can be toggled at runtime. This enables trunk-based development, A/B testing, canary releases to specific user segments, and instant kill switches for problematic features.

LaunchDarkly, Unleash, and OpenFeature are common feature flag platforms.


Ship secure code faster

Crash Override integrates security into the developer workflow. No context switching, no waiting on reviews.