Skip to main content

Harness Feature Flags (FF) is a feature management solution that lets you change your software's functionality without deploying new code. It does this by letting you hide code or behavior without having to ship new versions of the software. A feature flag is like a powerful If statement.