I needed feature flags for a side project — not a SaaS dashboard, just three things: toggle a feature, roll it out to 10% of users, and target specific customers.

So I built a thin version that works at scale in production.

You can clone it and run it with Docker Compose, or build it step by step. Either way, you'll understand what's happening...