All Projects → Flagsmith → flagsmith

Flagsmith / flagsmith

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

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
SCSS
7915 projects
HTML
75241 projects
Handlebars
879 projects

Projects that are alternatives of or similar to flagsmith

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/
Stars: ✭ 16 (-99.31%)
Mutual labels:  continuous-integration, cd, feature-flags, feature-toggles, feature-flaggers, remote-config, feature-flag, feature-flagging, flagsmith
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.
Stars: ✭ 13 (-99.44%)
Mutual labels:  continuous-integration, cd, feature-flags, feature-flaggers, remote-config, feature-flag, feature-flagging
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/
Stars: ✭ 42 (-98.18%)
Mutual labels:  cd, feature-flags, feature-toggles, feature-flaggers, remote-config, feature-flag, feature-flagging
featurehub
FeatureHub - cloud native feature flags, A/B testing and remote configuration service. Real-time streaming feature updates. Provided with Java, JavaScript, Go, .Net, Android and Flutter SDKs.
Stars: ✭ 136 (-94.11%)
Mutual labels:  feature-flags, feature-toggles, remote-config, feature-flag, feature-flagging
Flagsmith Api
Feature flagging and remote config service. Host yourself or use our hosted version at https://www.flagsmith.com/
Stars: ✭ 223 (-90.34%)
Mutual labels:  remote-control, continuous-integration, cd, feature-flags, feature-toggles
flipper
Feature Flipper, Feature Flags, Rollout Flags, Feature Toggles for Crystal
Stars: ✭ 21 (-99.09%)
Mutual labels:  feature-flags, feature-toggles, feature-flaggers, feature-flag
js-sdk
JavaScript frontend SDK for ConfigCat. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
Stars: ✭ 21 (-99.09%)
Mutual labels:  feature-flags, feature-toggles, remote-config, feature-flag
Flipper
🐬 Beautiful, performant feature flags for Ruby.
Stars: ✭ 2,732 (+18.32%)
Mutual labels:  feature-flags, feature-toggles, feature-flag, feature-flagging
ld-redux
A library to integrate launch darkly with react redux
Stars: ✭ 33 (-98.57%)
Mutual labels:  feature-flags, feature-toggles, feature-flag
Featuretoggle
Simple, reliable feature toggles in .NET
Stars: ✭ 641 (-72.24%)
Mutual labels:  continuous-integration, feature-flags, feature-toggles
Flagsmith Frontend
Web App and Mobile App for Flagsmith
Stars: ✭ 86 (-96.28%)
Mutual labels:  continuous-integration, feature-flags, feature-toggles
unleash-docker
Docker container for unleash
Stars: ✭ 89 (-96.15%)
Mutual labels:  feature-flags, feature-toggles, feature-management
unleash-client-java
Unleash client SDK for Java
Stars: ✭ 86 (-96.28%)
Mutual labels:  feature-flags, feature-toggles, feature-management
ld-scheduler
Schedule Launch Darkly flags on or off
Stars: ✭ 14 (-99.39%)
Mutual labels:  feature-flags, feature-toggles, feature-flag
growthbook
Open Source Feature Flagging and A/B Testing Platform
Stars: ✭ 2,342 (+1.43%)
Mutual labels:  feature-flags, remote-config, feature-flagging
Abstruse
Abstruse is a free and open-source CI/CD platform that tests your models and code.
Stars: ✭ 704 (-69.51%)
Mutual labels:  continuous-integration, cd
Lambdacd
a library to define a continuous delivery pipeline in code
Stars: ✭ 655 (-71.63%)
Mutual labels:  continuous-integration, cd
Gocd
Main repository for GoCD - Continuous Delivery server
Stars: ✭ 6,314 (+173.45%)
Mutual labels:  continuous-integration, cd
Cimonitor
Displays CI statuses on a dashboard and triggers fun modules representing the status!
Stars: ✭ 34 (-98.53%)
Mutual labels:  continuous-integration, cd
Jmeter Elasticsearch Backend Listener
JMeter plugin that lets you send sample results to an ElasticSearch engine to enable live monitoring of load tests.
Stars: ✭ 72 (-96.88%)
Mutual labels:  continuous-integration, cd

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].