Skip to content

Files

Latest commit

4475cc2 · Jul 22, 2023

History

History
36 lines (31 loc) · 956 Bytes

introduction.mdx

File metadata and controls

36 lines (31 loc) · 956 Bytes
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.

Key concepts

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.