Shape Shape

Feature Flag

Feature Flag is a mechanism to enable or disable functionality in software without deploying new code. Used for testing new features and gradual rollouts.

Example:

A web app uses a feature flag to release a new chat module to selected users.

WhatsApp Icon