Feature flags are graphical switches on the user interface representing a boolean variable in the source code. Here is a simple example below explaining how feature flags work.
Once a feature flag is flipped on the ConfigCat Dashboard, the change gets populated to the ConfigCat CDN. The ConfigCat SDK downloads the new value, caches it then serves whenever there is a getValue()
call. Try yourself below by clicking the toggle!
Feature toggles are switches on the ConfigCat user interface representing items in a key-value store for a specific feature.
Feature toggles are decision points in the application's code whether to enable a functionality or not.
Feature toggles let you turn a feature ON/OFF for your product's users anytime without deploying new code.
isCoolCatEnabled
Switch ON to enable cool cat colors.
Dive into our Feature Flags Tutorial, a comprehensive and interactive guide that teaches you how to effectively use feature flags. From basic toggles to advanced deployment strategies, this tutorial equips you with the knowledge to implement feature flags seamlessly in your projects.
Testing a new feature on 1%, 5%, 10% of your user base saves the company's reputation in the long term. Turning it up to 100% when everyone is confident.
Feature toggle driven A/B/n testing on real users enables you to test new theories and get instant feedback on which way to continue.
Target users based on region, email or any attribute and build segments or groups as needed. With ConfigCat Targeting, you have full control over who sees what at any given time.
Eating your own dog food, aka releasing a feature to a specified group of users like colleagues or early adopters and getting feedback in time helps to maintain your product's reputation by releasing high-quality software.
Separating releases from deployments, lets you turn features ON right when you need them even on Friday. Because if something goes wrong, you will turn them OFF instantly without re-deploying your code.
Sharing the control over feature flags with team members is a great way to collaborate and an opportunity for you to avoid being a bottleneck.
We believe that easy integration between your application and ConfigCat is key. So we have created open source SDKs with detailed documentation and getting started guide for all major platforms.