Skip to main content
Last updated: 21 Apr 2023

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.