System Design Feature Flag System

Design a feature flag system for a mid size company. It should support an API like

flags.isOn(String flagName, Context context);

Design everything needed to support this api, flag rollouts, ramp ups across servers as well as client devices.

I have not found anything online about this. Does anyone have any insights ?

Comments (2)