Software Alternatives & Reviews

ConfigCat

ConfigCat is a developer-centric feature flag service with unlimited team size, awesome support, and a reasonable price tag.

Pricing:
Platforms:
  • iOS
  • Android
  • Swift
  • Objective-C
  • Java
  • JavaScript
  • .Net
  • Python
  • Go
  • PHP
  • Cross Platform
  • Browser
  • Ruby
  • React Native
  • ReactJS
  • Node JS
  • Laravel
  • Elixir
  • ASP.NET API
  • Web
  • REST API
  • Linux
  • Windows
  • Kotlin

ConfigCat Reviews and details

Screenshots and images

  • ConfigCat Landing page
    Landing page //
    2019-11-22

Badges

Promote ConfigCat. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about ConfigCat and what they use it for.
  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
    ConfigCat - ConfigCat is a developer-centric feature flag service with unlimited team size, excellent support, and a reasonable price tag. Free plan up to 10 flags, two environments, 1 product, and 5 Million requests per month. - Source: dev.to / 2 months ago
  • How to Use ConfigCat Feature Flags with Docker
    ConfigCat allows you to manage your feature flags from an easy-to-use dashboard, including the ability to set targeting rules for releasing features to a specific segment of users. These rules can be based on country, email, and custom identifiers such as age, eye color, etc. - Source: dev.to / 5 months ago
  • Add ConfigCat to Next.js App
    I recently started helping my friend @jordan-t-romero with a NextJS and NodeJS project she is working on. This weekend we incorporated ConfigCat so that we can add feature flags to control what content is displayed in the different environments (local, staging, production, etc.). - Source: dev.to / 10 months ago
  • Running an A/B Test in Android Kotlin Using ConfigCat and Amplitude
    But how can you be sure you’re making the right changes? It’s impossible to read your clients’ minds, but A/B testing might just be the next best thing. In this article, I’ll guide you through conducting an A/B test on an Android (Kotlin) application using ConfigCat’s feature flag management system and Amplitude. - Source: dev.to / 10 months ago
  • How to use ConfigCat with Redis
    If you're planning on cutting back or saving bandwidth utilization and optimizing for better performance on the client side then a caching solution like Redis can help. And, as we've seen from the code examples, Redis integrates quite easily with ConfigCat. With a caching solution in place, you can supercharge the way you do standard feature releases, canary deployments, and A/B testing. Besides Node.js, ConfigCat... - Source: dev.to / 11 months ago
  • Automating and managing your ConfigCat resources with Terraform
    Collaboration, and centralized infrastructure management - Terraform scripts usually live in a git repository, making it ideal for managing your ConfigCat resources in a central place. With the added benefit of git operations, you can perform actions such as branching, pull requests and approve strategy. For example - Suppose you were tasked with creating a new environment in ConfigCat. You can either do it... - Source: dev.to / 11 months ago
  • How to conduct an A/B test in iOS using feature flags and Amplitude
    In order to manage and streamline your A/B testing experiments, it is beneficial to use an effective feature flagging tool. With such a tool, you can quickly release and test experimental features with a click of a button. In a later demonstration, I'll use ConfigCat's cloud-hosted feature flag management service to conduct a demo test experiment. For context, ConfigCat is a developer-centric feature flag service... - Source: dev.to / about 1 year ago
  • How to conduct an A/B test experiment in Go using feature flags
    Let's see how we can set this up using ConfigCat's feature flag service. For context, ConfigCat supports simple feature toggles, user segmentation, and A/B testing and has a generous free tier for low-volume use cases or those just starting out. - Source: dev.to / about 1 year ago
  • How to use ConfigCat's feature flags with Elmah
    To toggle the logging functionality on or off at will, I'll create a feature flag in ConfigCat’s feature flag platform. ConfigCat is a feature flag and remote configuration service that empowers developers to control and customize the functionality of their applications. With ConfigCat, you can easily toggle features on and off, alter their settings, and roll out updates to specific users or groups. Targeting is... - Source: dev.to / about 1 year ago
  • How Feature Flags Can Help You Ship Faster and Smarter?
    ConfigCat is a feature flag management service and LaunchDarkly alternative. It allows software engineers/developers to remotely control the behavior of their applications without needing to redeploy the code. This means that new features can be tested and rolled out to production gradually, and bugs can be fixed without having to take the entire application offline. With ConfigCat, developers can use feature... - Source: dev.to / about 1 year ago
  • How to use feature flags in an Alpine.js application
    My intention is to deploy the Set Daily Goal button as the new feature. By wrapping this new component with a feature flag, I can seamlessly deploy it by remotely switching on its feature flag without having to edit and redeploy the app. Let’s examine how to do this using ConfigCat's feature flag service. - Source: dev.to / about 1 year ago
  • How to use feature flags in Swift
    Consider the red Upvote button in the playlist card as the new feature to be rolled out. To deploy this feature I'll link it to a feature flag. In this way, I can toggle it on or off remotely without editing or redeploying the code. In order to do this, I am going to use ConfigCat's feature flag service. - Source: dev.to / about 1 year ago
  • Using Feature Flags in a Preact Application
    Before we start coding, we need to prepare our feature flag management system. In order to do that, head over to ConfigCat and create a free account. Then, log in and head to your dashboard. This is the place where you can manage all your feature flags. - Source: dev.to / about 1 year ago
  • How to A/B test your Python application
    A/B testing is a useful method to determine if a new feature is performing to your expectations by testing it on a small percentage of users before deploying it to everyone. With the help of ConfigCat, you can streamline your test using feature flags and user segmentation. Their 10-minute trainable feature flag management interface makes it easy for you and your team to get up and running quickly. I highly... - Source: dev.to / over 1 year ago
  • How to Implement and use Feature Flags in a Svelte Application
    As you have seen, integrating feature flags into your Svelte app using ConfigCat is pretty straightforward. With feature flags, you can clear up any questions when introducing changes to your application without affecting users' experience. - Source: dev.to / over 1 year ago
  • How to use feature flags in Inferno.js
    For this demo, I've created a Newsletter component, as shown above. To release this feature, I will link it to a feature flag. As a result, when I switch the feature flag on, the Newsletter section will appear on the website. To show you how this can be done, I'll use ConfigCat's feature flag service. - Source: dev.to / over 1 year ago
  • How to use ConfigCat's feature flags in Solid.js
    Consider the random hex color generator component as the new feature to be rolled out. We will link a feature flag to this component to seamlessly deploy it. In this way, we can toggle it on or off remotely without touching or redeploying our code. We can do this with the help of a cloud-hosted feature flag service like ConfigCat. ConfigCat supports simple feature toggles, user segmentation, and A/B testing and... - Source: dev.to / over 1 year ago
  • How to build a remote light switch with Raspberry Pi and Feature Flags
    Following this step-by-step tutorial, you'll build a remote light switch using a Raspberry Pi and ConfigCat’s feature flag tools in no time. Let’s get started! - Source: dev.to / over 1 year ago
  • How to implement A/B testing in Ionic
    To segment users in ConfigCat, we first need to enable VariationIDs in our ConfigCat panel to support A/B testing. - Source: dev.to / over 1 year ago
  • Welcome to the ConfigCat subreddit!
    ConfigCat is a developer-centric feature flag service with unlimited team size, awesome support, and a reasonable price tag. Home page: https://configcat.com/. Source: over 1 year ago
  • Targeting, Segmentation, and Canary Releases for beginners
    In this tutorial, we explored how you can target certain types of users in order to test your feature directly in production. Looking to do more? ConfigCat’s feature flags management system allows you to create complex user segmentation scenarios, even in much more depth than I’ve shown you in this tutorial. - Source: dev.to / over 1 year ago

External sources with reviews and comparisons of ConfigCat

Top Mobile Feature Flag Tools
ConfigCat is a managed feature flag and remote configuration tool that allows an unlimited number of team members on all their plans. They claim to be functional and friendly with clear public documentation, a slack support channel, and a simple pricing model. ConfigCat is a cross-platform solution, with open source SDKs. They offer feature flags and remote configuration with targeting and staged rollouts. Having...
Feature Toggling Tools for $100 or less
In summary, LaunchDarkly’s ‘Starter Package’ supports the most SDK’s and their web interface is slightly more functional. ConfigCat’s “Pro” package allows large teams to work together. Rollout’s Solo package is the most convenient for A/B testing. Bullet Train’s “Scale-Up” package is suitable for low traffic applications. FeatureFlow’s ‘Medium’ package is ideal if you don’t need added features such as audit logs...

Do you know an article comparing ConfigCat to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic ConfigCat discussion

Log in or Post with

This is an informative page about ConfigCat. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.