You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flagsmith makes it easy to create and manage features flags across web, mobile, and server side applications. Just wrap
20
+
# [Flagsmith](https://flagsmith.com/) is an Open-Source Feature Flagging Tool to Ship Faster & Control Releases
21
+
22
+
Change the way your team releases software. Roll out, segment, and optimise—with granular control. Stay secure with on-premise and private cloud hosting.
23
+
24
+
* Feature flags: Release features behind the safety of a feature flag
25
+
* Make changes remotely: Easily toggle individual features on and off, and make changes without deploying new code
26
+
* A/B testing: Use segments to run A/B and multivariate tests on new features
27
+
* Segments: Release features to beta testers, collect feedback, and iterate
28
+
* Organisation management: Stay organised with orgs, projects, and roles for team members
29
+
* SDKs & frameworks: Choose from 15+ popular languages like Typescript, .NET, Java, and more. Integrate with any framework, including React, Next.js, and more
30
+
* Integrations: Use your favourite tools with Flagsmith
31
+
32
+
Flagsmith makes it easy to create and manage feature flags across web, mobile, and server side applications. Just wrap
16
33
a section of code with a flag, and then use Flagsmith to toggle that feature on or off for different environments, users
The Flagsmith repository is comprised of two core components - the [REST API](https://github.com/Flagsmith/flagsmith/tree/main/api) and the [frontend dashboard](https://github.com/Flagsmith/flagsmith/tree/main/frontend).
-**Feature flags**. Release features with confidence through phased roll-outs.
42
-
-**Remote config**. Easily toggle individual features on and off, and make changes without deploying new code.
43
-
-**A/B and Multivariate Testing**. Use segments to run A/B and multivariate tests on new features. With segments, you
44
-
can also introduce beta programs to get early user feedback.
45
-
-**Organization Management**. Organizations, projects, and roles for team members help keep your deployment organized.
46
-
-**Integrations**. Easily enhance Flagsmith with your favourite tools.
62
+
## Flagsmith hosted SaaS
63
+
You can try our hosted version for free at https://flagsmith.com
47
64
48
-
## Trying Flagsmith
65
+
## Community Resources + Contribution Guidelines
49
66
50
-
### Flagsmith hosted SaaS
67
+
*[Visit our docs](https://docs.flagsmith.com/)
68
+
*[Chat with other developers on Discord](https://discord.com/invite/hFhxNtXzgm)
69
+
* If you need help getting up and running, please [get in touch](https://www.flagsmith.com/contact-us)
51
70
52
-
You can try our hosted version for free at https://flagsmith.com/
71
+
We love contributions from the community and are always looking to improve! Here are our [contribution guidelines](https://docs.flagsmith.com/platform/contributing).
53
72
54
-
### Flagsmith Open Source
73
+
##Open Source Philosophy
55
74
56
-
The Flagsmith API is built using Python 3, Django 4, and DjangoRestFramework 3. You can try the application out using:
75
+
The majority of our platform is open source under the [BSD-3-Clause license](https://github.com/Flagsmith/flagsmith?tab=BSD-3-Clause-1-ov-file#readme). 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](https://www.flagsmith.com/about-us).
61
78
62
-
We also have options for deploying to AWS, GCP, Azure and On-Premise. If you need help getting up and running, please
63
-
[get in touch!](mailto:support@flagsmith.com)
79
+
## Open Source vs Paid
64
80
65
-
## Overview
81
+
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.
66
82
67
-
This repository is formed of 2 core components, the REST API (found in `/api`) and the web-based administrator dashboard
68
-
(found in `/frontend`) that you can use to manage Flagsmith. Technical documentation for each component can be found at
69
-
the [API](https://docs.flagsmith.com/deployment/locally-api) and
70
-
[Frontend](https://docs.flagsmith.com/deployment/locally-frontend) pages within our
71
-
[Documentation](https://docs.flagsmith.com/)
83
+
To learn more, [contact us](https://www.flagsmith.com/contact-us) or see our [version comparison](https://docs.flagsmith.com/version-comparison).
72
84
73
-
These two components run as separate applications. The web-based dashboard is a single page app that communicates via
74
-
REST calls to the API.
85
+
## Contributors
75
86
76
-
## Resources
87
+
Thank you to the open source community for your contributions and for building this with us!
77
88
78
-
-[Website](https://flagsmith.com/)
79
-
-[Documentation](https://docs.flagsmith.com/)
80
-
- If you have any questions about our projects you can email [support@flagsmith.com](mailto:support@flagsmith.com)
0 commit comments