title | description |
---|---|
Overview |
SwitchFeat is an open source feature flags management platform which allows to easily control feature releases, enable or disable functionalities in real-time, and perform data-driven experiments. |
SwitchFeat is based on three simple concepts: Flags, Segments, Rules. Once you master those, managing your feature flags is going to be very easy.
Flags are usually features that you want to switch on/off in your application. Segments group multiple users together to share feature visibility or other traits. Rules are a set of segments which could be assigned to one or more flags.