colorstackorg/oyster

In-House Feature Flags ⛳️

Closed this issue · 0 comments

Currently, we're using Statsig for feature flags in our product.

There a couple downsides to this:

  1. Using another cloud product means more difficulty for a new contributor to use feature flags.
  2. Feature flag products like Statsig are very bloated (typically we just want to turn something on or off easily).
  3. We have to be careful with environments.

Instead, we should build a very simple feature flag system, controlling feature flags in our own database.