FeatBit (Code) is a feature flag management service that you can self host or deploy to various clouds, or deploy to Kubernetes written in C#. We'll s

🏴 FeatBit

submited by
Style Pass
2024-03-29 16:00:12

FeatBit (Code) is a feature flag management service that you can self host or deploy to various clouds, or deploy to Kubernetes written in C#.

We'll sum it up for the impatient: feature flags let you separate deploying features and enabling features, by standardizing on a means of turning feature integration on and off without redeploying your code.

The easiest way to get started with FeatBit is probably the cloud offering or deploying to a pre-existing cloud setup, but here we'll focus on how to self-host it.

The README on GitHub is really easy to follow, and since docker is supported (w/ docker-compose) you can get started quite quickly (which we love):

Using Redis and MongoDB (even though we're fans of Postgres 🐘 here at AWSMFOSS) isn't too much to ask for an application that scales horizontally and isn't necessarily hyper focused on relational data.

Another cool thing is that you can check their Roadmap via GitHub Projects as it's out in the open (and looks to be frequently updated/active):

Leave a Comment
Related Posts