- Notifications
You must be signed in to change notification settings - Fork0
A scalable, fast and 100% open-source feature flag & experimentation management platform
License
fMoro1999/featbit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Try FeatBit immediately withour online demo. The video below shows you how to get started quickly.
5.29.4.mp4
FeatBit is an open-sourcefeature flags management tool that empowers developers:
Ship Code Safely. Mitigate risks with Production Testing, roll out features to 1% of users initially then expanding progressively, and ensure instant error recovery without redeployment.
Targeted Experiences. Giving you control over who sees each feature and when they see it. Release features to specific target users, and continuously measure and improve your business.
Innovate Faster. Decouples code deployments from feature releases. Deploy at will, and release any feature immediately upon request from the boss.
Host Anywhere. FeatBit allows you to host your feature flags service wherever your business needs it, ensuring compliance and data protection.
Born for developers. Use simple if/else statements to control and release features, eliminating complex DevOps tasks. This enables developers to directly drive business value.

To self-host FeatBit with Docker, Run this script:
git clone https://github.com/featbit/featbitcd featbitdocker compose up -d
Once all containers have started, you can access FeatBit's portal athttp://localhost:8081 and log in with the default credentials:
- Username:test@featbit.com
- Password:123456
NoteBy default, FeatBit's portal is only accessible from the local machine where Docker Compose is running. If you want to make it publicly accessible, refer to theFAQ for instructions.
Find your preferred SDK in our list ofofficial SDKs and import it into your project. Follow the setup guides for your specific SDK.
You can also learn how to connect an SDK in the "Getting Started" section after logging in to the Portal for the first time.
To check the state of a feature flag in your code, you just need a simple function call to verify the expected value. Here's how it might look in C#:
varuser=FbUser.Builder("tester-id").Name("tester").Build();if(featbit.BoolVariation("user-new-algorithm",user,defaultValue:false)){// run new algorithm}else{// run old algorithm}
The above sections show you how to get up and running quickly and easily. When you're ready to start configuring and customizing FeatBit for your own environment, check out theInstallation Documentation,K8s Manifest Files andFeatBit Agent Documentation for getting started with self-managed deployments, FeatBit configuration options, or running FeatBit locally via docker.
Join our Online Slack Support & Community
Email us atcontact@featbit.co if Slack isn't your thing.
FeatBit offers a range of features including:
SDKs forJavaScript,C#,Java,Python, andGo, with more to come.
Managing Feature flags: Create, manage, and filter feature flags.
Targeting users with flags: Assign individual users to specific flag variations.
Reusable Segments: Include or exclude users from a segment based on user attributes.
Insights: Gain insights into feature usage during the rollout.
IAM: Define access levels to projects, environments, or teams to enforce your policies.
Experimentation: Run feature-level A/B tests anywhere in your stack to make data-driven decisions.
Audit Log: Keep track of feature flag and segment changes.
Feature Workflow: Control your use of feature flags by creating complex automated workflows within FeatBit (Flag Triggers, Scheduled Flag Changes, Change Approve Requests).
Web APIs, automate your workflow with Web APIs.
SSO, integrate with your existing Identity Provider.
Platform-level, manage your flags in multiple projects and environments.
Pro Solution for Big Data, aprofessional version tailored for teams and companies to accommodate in excess of millions of daily online users with feature usage, custom events, and A/B testing insights.
Relay Proxy/Agent: Host a feature flag service in your customers' private environments or reduce network latency for your end users.
Integrations (experimental features): Export data to third-party system monitoring services, data analytics services, workflow tools, or any other tools that can optimize your entire workflow.
ChatGPT Tech Debt Reduction (experimental features): Utilize ChatGPT4 and FeatBit's VSCode extension to minimize technical debt associated with feature flagging.
Helm Charts Installation, FeatBit can be installed on-premises, in the cloud, or in a hybrid environment through Helm Charts.
Building FeatBit is a collaborative effort, and we owe much gratitude to many intelligent and talented individuals.
Join Slack to get your assignment.
We would like to express our gratitude to all the individuals who have already contributed to FeatBit!
Made withcontrib.rocks.
FeatBit is an Open Core product. The bulk of the code is under permissive MIT license. See theLICENSE file for details.
The following listed features are protected by a commercial license key, please contact us bySlack orEmail to get a license key or a trial license key:
- Schedule
- Change request
- SSO
- Multi-organizations
About
A scalable, fast and 100% open-source feature flag & experimentation management platform
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- C#37.3%
- TypeScript32.3%
- HTML17.3%
- Less6.1%
- Python4.6%
- JavaScript1.3%
- Other1.1%