Featbit
Self-HostedOpen-source feature flag management platform for development teams
Overview
Featbit is an open-source tool that helps teams reduce release risk by enabling gradual feature rollouts, targeted user segmentation, and instant rollbacks without redeploying code. It supports multiple programming languages via SDKs (Java, Python, JavaScript, etc.) and integrates with CI/CD pipelines. Deployment options include self-hosted setups using Docker Compose or Kubernetes, giving full control over data privacy. Additional features like A/B testing and real-time analytics help teams make data-driven decisions about feature releases.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
featbit:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: featbit
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Gradual feature rollouts and instant rollbacks
- User segmentation and targeted feature delivery
- Multi-language SDK support and CI/CD integration
Frequently Asked Questions
? Is Featbit hard to install?
Featbit offers straightforward self-hosting via Docker Compose (takes minutes for basic setups) or Kubernetes for scalable deployments. Detailed documentation guides users through both processes, though Kubernetes may require basic cluster management skills.
? Is Featbit a good alternative to LaunchDarkly?
Yes—Featbit provides core feature flagging capabilities (rollouts, targeting, rollbacks) similar to LaunchDarkly, but as open-source software, it avoids subscription costs and lets you host data on-premises. It lacks some enterprise features but is ideal for small-to-mid teams.
? Is Featbit completely free?
Featbit's self-hosted open-source version is 100% free to use with no hidden costs. A paid cloud version exists for teams preferring managed hosting, but the self-hosted option requires only your server resources.
Top Alternatives
People Also Ask about Featbit
Tool Info
Pros
- ⊕ Privacy-focused (self-hosted data control)
- ⊕ No subscription fees for core open-source version
Cons
- ⊖ Requires basic server setup (Docker/Kubernetes knowledge)
- ⊖ Limited enterprise features compared to proprietary tools like LaunchDarkly