Feature flags decouple deploy from release. Ship new code dark, enable it for a 5% cohort, watch metrics, roll out or roll back. For small teams, a config file with boolean flags is fine. LaunchDarkly and Statsig are the enterprise options.
Feature Flag
Also known as: feature toggle