You don’t need a service provider to do feature flags


You don’t need a service provider to do feature flags.

There are many simple ways to toggle a feature:

-Comment out code
-Hide the feature’s link
-Only show it for certain users
-Read an env variable, URL param, or localStorage
-Check a DB table or HTTP endpoint

Start simple.

View original on X