Every time I looked at feature flag SaaS pricing, I had the same thought: I already run Redis. Why am I paying $500/month for a server I don't need?

Feature flags are not complicated. A flag is enabled or disabled. A user gets it or they don't. That's it.

So I built redis-feature-flags — a feature flag library backed by Redis you already run.

💰...