Ship Faster and Control Releases with Feature Flag Management

Change the way your team releases software. Roll out, segment, and optimise—with granular control. Stay secure with on-premise and private cloud hosting.

flagsmith-import.js
1import flagsmith from 'flagsmith';
2
3flagsmith.init({
4 environmentID: 'QjgYur4LQTwe5HpvbvhpzK',
5});
6
7const App = () => (
8 <Layout
9   darkMode={flagsmith.hasFeature("dark_mode")}
10   designV2={flagsmith.hasFeature("design_v2")}>
11   {flagsmith.hasFeature("chat") && <ChatWidget>}
12 </Layout>
13)
14
graphic with the word features
Chat
Design 2.0
Dark mode
Blob PlusBlob Result
Chat
Design 2.0
Dark mode
Chat UI
Abstract Background
Search UI
UI Item UI Item
UI Item DarkUI Item Dark
UI Item UI Item
UI Item DarkUI Item Dark

Trusted by top development teams

KB bank logookta logoCITI Logo
Nick Quaranto
Nick Quaranto, RubyGems creator
Wistia

Feature rollouts before Flagsmith: Chaotic, messy, sometimes dangerous! After Flagsmith: A lot less stressful, more calm, and orderly. Can't recommend it enough for the product scope and responsive team behind the scenes!

Romano Roth
Romano Roth
Zuehlke

Flagsmith enables us to continuously deploy to production and release on demand.

Jared Baribea
Jared Baribea
Smartex

Transitioning from our in-house tool to Flagsmith added capabilities that almost immediately helped us level up our software & product development

Feature Flag Illustration
Module UiMaintenance ModeDark Mode
Module UI
Icon

Feature flags

Flagsmith provides an all-in-one feature flag tool for developing, implementing, and managing your feature flags. Whether you are moving off an in-house solution or using feature toggles for the first time, you will be amazed by the power and efficiency gained by using Flagsmith.

Learn More
icon

Manage feature flags across multiple platforms

Easily create and manage feature toggles across web, mobile, and server-side applications. Just wrap a section of code with a flag, and then use Flagsmith to manage that feature.

icon

Powerful, granular segmenting rules

Manage feature flags by development environment—and for individual users, a segment of users, or a percentage. This means quickly implementing practices like canary deployments.

icon

Drive A/B and multivariate Tests

Multivariate flags allow you to use a percentage split across two or more variations for precise A/B/n testing and experimentation. Integrate with your existing stack and send flag data to your analytics platform.

You can configure features for Individual Segments, Users, and Development environments.

Icon

Remote config

Combine the value of feature toggles with the flexibility of remote config to test and deploy new features with confidence. All feature flags in Flagsmith are capable of being configured for remote config.

What does that mean for you? As well as toggling a feature flag, with remote config you can customize values for your features, letting you deploy functional and visual changes to users without changing any code or pushing any updates.

Learn More
Module UiModule UiModule UiModule UI
Module UIFlagsmith UI
icon

Remote application management

Remote config lets you alter an application in real-time, without having to wait for a deployment or app store approval.

icon

Test changes without deployments

Configure different elements of your features—like checkout payment options or the color of a button—directly through Flagsmith and release the changes to users in just a few clicks.

icon

Drive powerful A/B tests

Develop user segments based on traits or behaviors, then alter the application experience for subsections of your user base quickly and easily.

Available in many languages

We currently support these popular languages and frameworks

Learn More
REST
1$ curl 'https://api.flagsmith.com/api/v1/flags/' 
2-H 'X-Environment-Key: TijpMX6ajA7REC4bf5suYg' | jq
3
4[
5  {
6    "id": 131,
7    "feature": {
8      "id": 56,
9      "name": "kyc_button",
10      "created_date": "2018-06-28T13:30:09.983174Z",
11      "description": null,
12      "initial_value": null,
13      "default_enabled": true,
14      "type": "FLAG"
15    },
16    "feature_state_value": null,
17    "enabled": true,
18    "environment": 12,
19    "identity": null,
20    "feature_segment": null
21  }
22]
Logo FlagsmithTech IconTech IconTech IconTech Icon

Release with Confidence

Release with Confidence by Flagsmith
iconicon

User traits

Flagsmith makes it easy to store traits associated with your users without modifying your back-end or worrying about transferring data. Do you know who your early adopters are? What about your most active users? Understanding your user base lets you roll out updates strategically.

iconicon

User segments

Want your power users to be the first to test new features? Create detailed user segments based on stored traits, then roll out features based on those segments. As a feature is released, segments can be added or removed without requiring an update or any code changes. Test in production by making internal users or specific teams a segment and only exposing it to these internal segments. Nothing gives a release more confidence than having already been tested in production.

iconicon

Staged feature rollouts

If you’re not sure how a new feature will perform, why roll it out to your entire user base right away? Our platform lets you deploy features to a percentage of your user base. It’s easy to roll out to more users, and eventually to everyone if features perform well; or roll back updates that don’t perform as expected. Flagsmith integrates with popular customer data platforms and analytics products, so you can utilize the tools you already use to analyze the results of tests and fine-tune your application.

iconicon

Track changes

The only thing worse than rolling out a feature with bugs is not being able to revert back. Tracking changes to your application lets you pinpoint what edits were made when the error arose so you can undo the offending update. Flagsmith's feature flag software logs all changes for auditing and to make rolling back any features painless. Since the feature was launched with a feature flag, that rollback will be as simple as switching a toggle.

Illustration Finish Road

Get started

Enhance customer experience by bringing feature flags to your projects

Start Free Trial