Flagsmith is an Open-Source Feature Flagging Tool to Ship Faster & Control Releases
Change the way your team releases software. Roll out, segment, and optimise—with granular control. Stay secure with on-premise and private cloud hosting.
- Feature flags: Release features behind the safety of a feature flag
- Make changes remotely: Easily toggle individual features on and off, and make changes without deploying new code
- A/B testing: Use segments to run A/B and multivariate tests on new features
- Segments: Release features to beta testers, collect feedback, and iterate
- Organisation management: Stay organised with orgs, projects, and roles for team members
- SDKs & frameworks: Choose from 15+ popular languages like Typescript, .NET, Java, and more. Integrate with any framework, including React, Next.js, and more
- Integrations: Use your favourite tools with Flagsmith
Flagsmith makes it easy to create and manage feature flags across web, mobile, and server side applications. Just wrap a section of code with a flag, and then use Flagsmith to toggle that feature on or off for different environments, users or user segments.
curl -o docker-compose.yml https://raw.githubusercontent.com/Flagsmith/flagsmith/main/docker-compose.yml
docker-compose -f docker-compose.yml up
The application will bootstrap an admin user, organisation, and project for you. You'll find a link to set your password in your Compose logs:
Superuser "admin@example.com" created successfully.
Please go to the following page and choose a password: http://localhost:8000/password-reset/confirm/.../...
The Flagsmith repository is comprised of two core components - the REST API and the frontend dashboard.
Further documentation for these can be found at:
You can try our hosted version for free at https://flagsmith.com
- Visit our docs
- Chat with other developers on Discord
- If you need help getting up and running, please get in touch
We love contributions from the community and are always looking to improve! Here are our contribution guidelines.
The majority of our platform is open source under the BSD-3-Clause license. A small number of repositories are under the MIT license.
We built Flagsmith as the open source feature flag tool we needed but couldn't find on GitHub. Our core functionality stays open, always. Read our open letter to developers.
With our core functionality being open, you can use our open-source feature flag and remote config management platform no matter what. Enterprise-level governance and management features are available with a valid Flagsmith Enterprise license.
To learn more, contact us or see our version comparison.
Thank you to the open source community for your contributions and for building this with us!
Made with contrib.rocks.