• Stars
    star
    4,775
  • Rank 8,823 (Top 0.2 %)
  • Language
    Python
  • License
    BSD 3-Clause "New...
  • Created over 6 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/

Feature Flag, Remote Config and A/B Testing platform, Flagsmith

Stars Docker Pulls Docker Image Size Join the Discord chat

Flagsmith is an open source, fully featured, Feature Flag and Remote Config service. Use our hosted API, deploy to your own private cloud, or run on-premise.

Flagsmith

Flagsmith makes it easy to create and manage features 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.

Get up and running in 1 minute via our Self Hosted Repository:

git clone [email protected]:flagsmith/self-hosted.git
docker-compose -f self-hosted/docker-compose.yml up

Flagsmith Screenshot

Features

  • Feature flags. Release features with confidence through phased roll-outs.
  • Remote config. Easily toggle individual features on and off, and make changes without deploying new code.
  • A/B and Multivariate Testing. Use segments to run A/B and multivariate tests on new features. With segments, you can also introduce beta programs to get early user feedback.
  • Organization Management. Organizations, projects, and roles for team members help keep your deployment organized.
  • Integrations. Easily enhance Flagsmith with your favourite tools.

Trying Flagsmith

Flagsmith hosted SaaS

You can try our hosted version for free at https://flagsmith.com/

Flagsmith Open Source

The Flagsmith API is built using Python 3, Django 2, and DjangoRestFramework 3. You can try the application out using:

We also have options for deploying to AWS, GCP, Azure and On-Premise. If you need help getting up and running, please get in touch!

Overview

This repository is formed of 2 core components, the REST API (found in /api) and the web-based administrator dashboard (found in /frontend) that you can use to manage Flagsmith. Technical documentation for each component can be found at the API and Frontend pages within our Documentation

These two components run as separate applications. The web-based dashboard is a single page app that communicates via REST calls to the API.

Resources

More Repositories

1

react-native-performance-monitor

React Native Performance Monitor - Realtime graphing of React Native render performance
JavaScript
363
star
2

self-hosted

Create an entire Flagsmith environment locally
115
star
3

flagsmith-frontend

Web App and Mobile App for Flagsmith
95
star
4

nextjs-redux

A heavily audited, performant starter project for nextjs with Redux
JavaScript
66
star
5

flagsmith-js-client

Javascript Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
TypeScript
60
star
6

flagsmith-docs

This is the documentation repository for the Docs of Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
JavaScript
37
star
7

flagsmith-charts

Helm Charts for Flagsmith. Feature flagging and remote config service. Host yourself or use our hosted version.
Mustache
36
star
8

flagsmith-nodejs-client

Flagsmith Node JS Client. Flagsmith lets you manage features flags across web, mobile and server side applications. Get builds out faster. Control who has access to new features.
TypeScript
25
star
9

flagsmith-java-client

Java Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
Java
21
star
10

flagsmith-python-client

Flagsmith Python Client. Flagsmith lets you manage features flags across web, mobile and server side applications. Get builds out faster. Control who has access to new features.
Python
20
star
11

flagsmith-rules-engine

Evaluate objects against a set of JSON rules supporting nested ALL, NONE and ANY predicates with standard operators
JavaScript
19
star
12

flagsmith-dotnet-client

.NET Standard Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
C#
19
star
13

flagsmith-php-client

PHP Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
PHP
17
star
14

flagsmith-ios-client

iOS Client written in Swift for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
Swift
16
star
15

flagsmith-flutter-client

Flutter Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
Dart
15
star
16

flagsmith-go-client

Flagsmith Golang Client
Go
13
star
17

react-navigation-focus-render

Wrapping components in this will ensure that they are only rendered when the screen is focused
TypeScript
12
star
18

flagsmith-ruby-client

Ruby Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
Ruby
11
star
19

flagsmith-engine

This project powers the core Flagsmith API flag evaluations engine.
Python
10
star
20

flagsmith-elixir-client

Elixir Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
Elixir
8
star
21

flagsmith-rust-client

Flagsmith Rust Client
Rust
6
star
22

flagsmith-website

The code for the flagsmith public site
JavaScript
6
star
23

terraform-examples

Examples for cloud-specific Flagsmith deployments using Terraform
HCL
6
star
24

terraform-provider-flagsmith

Flagsmith Terraform Provider
Go
5
star
25

flagsmith-cli

A CLI to fetch and output your Flagsmith features to a file
TypeScript
4
star
26

flagsmith-realtime-example

Flagsmith Realtime demo with SSE
JavaScript
4
star
27

flagsmith-kotlin-android-client

Kotlin based client for using Flagsmith in Android applications
Kotlin
4
star
28

edge-proxy

The Flagsmith Edge Proxy Docker Image
Python
3
star
29

flagsmith-js-examples

Examples for using the Flagsmith Javascript SDK with various frameworks
TypeScript
3
star
30

technical-tests

For hiring!
Python
2
star
31

demo-html

Shop demo
HTML
1
star
32

flagsmith-jira-integration

Jira integration for Flagsmith
TypeScript
1
star
33

flagsmith-openfeature-provider-python

Flagsmith OpenFeature provider for the python SDK
Python
1
star
34

flagsmith-tutorial

JavaScript
1
star
35

flagsmith-rust-flag-engine

Flag Engine implementation in Rust
Rust
1
star
36

issue-152-replication

Replicating https://github.com/Flagsmith/flagsmith-js-client/issues/152
TypeScript
1
star
37

flagsmith-kotlin-client

Kotlin Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
Kotlin
1
star
38

flagsmith-homepage

The homepage and supplementary pages to https://www.flagsmith.com/
JavaScript
1
star