Comprehensive Feature Flag Management
LaunchDarkly offers a robust platform for feature flag management, allowing for granular control over which features are enabled for different user segments.
Real-time Feature Control
Changes to feature flags can be made in real-time, reducing the need for redeploys and allowing for instant rollouts and rollbacks.
Scalability
LaunchDarkly is built to handle large-scale deployments and can manage tens of millions of feature flags efficiently.
Team Collaboration
The platform includes features that facilitate team collaboration, such as role-based access control and detailed audit logs.
Integration Capabilities
LaunchDarkly supports integrations with a wide range of DevOps and CI/CD tools, making it easier to incorporate into existing workflows.
Advanced Targeting
The platform allows for sophisticated targeting rules and user segmentation, enabling highly personalized feature rollouts.
LaunchDarkly is generally regarded as a good choice for teams that require robust feature management capabilities. It is particularly beneficial for organizations practicing continuous delivery and aiming to reduce release risk while increasing development velocity.
We have collected here some useful links to help you find out if LaunchDarkly is good.
Check the traffic stats of LaunchDarkly on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of LaunchDarkly on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of LaunchDarkly's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of LaunchDarkly on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about LaunchDarkly on Reddit. This can help you find out how popualr the product is and what people think about it.
This is a realistic scenario, because Claude, ChatGPT, and Gemini all recommend LaunchDarkly. But when you ask these questions of your agent, the response comes from a single model that was asked just once. Itโs subject to the same training bias and nondeterminism as any prompt. In my research, the tool recommendations can vary considerably. - Source: dev.to / 21 days ago
One common runtime control is a feature flag, which is a configurable switch that changes application behavior without requiring a redeploy. In ML systems, feature flags can be used to route users between model versions, limit exposure to selected cohorts, or revert quickly to a known-safe model when problems appear. Tools such as LaunchDarkly provide this kind of runtime control. - Source: dev.to / about 2 months ago
This kind of goes without saying since it's the opposite of the first don't I listed, but it's worth restating and giving some examples. Using tools from third parties means taking advantage of what they have done so you don't have to do that work. This means you are free to build things that make your app special. I like to use feature flag tools for this. Some examples are LaunchDarkly, Split, and AWS App... - Source: dev.to / about 2 years ago
Taplytics is a broad A/B testing platform for marketing teams. While DevCycle is a feature flagging tool built for developers. Taplytics actually has feature flagging, but DevCycle is much more focused and plans to compete directly with incumbents like LaunchDarkly by building a better developer experience (more on how later). But with Taplytics they built so many features and every customer was using them in a... - Source: dev.to / over 2 years ago
I had a custom rule added to Little Snitch that blocked the following domains: launchdarkly.com, clientstream.launchdarkly.com, mobile.launchdarkly.com. Source: over 2 years ago
There are however Saas to implement directly a feature management system. Several solutions exist like LaunchDarkly, Flagsmith or Unleash.io. Using a SaaS (Software as a Service) feature flagging solution offers the advantage of a faster and more straightforward implementation process. These services are readily available and can be quickly integrated into your project. - Source: dev.to / almost 3 years ago
Currently, there are numerous feature flag systems available. Options include our own company's open-source system, "Bucketeer", and the renowned SaaS "LaunchDarkly" among others. When comparing these, the following considerations might come into play:. - Source: dev.to / almost 3 years ago
A variety of tools can cover some of these use cases. PLG tools like Segment and journy.io can track activity. Maybe you use a feature flag service such as LaunchDarkly. Stripe or Chargebee might manage some of the billing-related aspects. Meanwhile, problems related to authentication might be visible in your Auth0 account. However, itโs unlikely that youโre using all these platforms. Even if you are, you probably... - Source: dev.to / about 3 years ago
If you have not used it and wonder what I am talking about: https://launchdarkly.com/. Source: about 3 years ago
Well, today we are here to talk about one more way you can utilize feature flags in your development workflows. We use LaunchDarkly extensively to gate new feature rollouts, whether it be in our application or our servers. - Source: dev.to / over 3 years ago
Hence, here if we need to rollback / switch off a feature, its very simple. We just need to set this flag as false and re-deploy or use a cloud third party like LaunchDarkly and change the value to false. - Source: dev.to / over 3 years ago
I'm trying to wrap my head around how to best solve a problem my team is running into with regards to feature flags. We are using LaunchDarkly, but I don't think the problem we're dealing with is platform-specific. Source: over 3 years ago
I greatly appreciate any insight into this. I first noticed this a few month back and eventually accepted the certificate from launchdarkly.com. However, when this happened again a few days ago I became more suspicious if this is legit since Norton obviously does not find this "Valid". Source: over 3 years ago
I'm not familiar with Segment, but you can't go wrong with launchdarkly[0] even though they get a bit expensive recently. [0] https://launchdarkly.com/. - Source: Hacker News / over 3 years ago
Are you looking for an external service with integrations with multiple programming languages, such as LaunchDarkly? Source: over 3 years ago
4) You can go as far as to use a feature flag service. So assume you want to introduce a new feature in your logic. You may use Launch Darkly to quickly switch between your different versions. Source: almost 4 years ago
Here's an example of a SaaS that's doing well and only has a dark mode: https://launchdarkly.com/. Source: almost 4 years ago
The most common is feature flagging, which is what you already mentioned which can be a simple boolean or experiment variants that the client can fetch and use when rendering ui. Some tools that can do this are launch darkly or firebase remote config to name a couple. Source: almost 4 years ago
At Knock, we use LaunchDarkly to power feature flags. Feature flags are powerful because they enable us to control, at runtime, the behavior of different parts of the system. Most of the time, this means controlling access to features on our client-side application, or controlling the rollout of new features across our application. However, we recently adopted a circuit breaker pattern built around feature flags.... - Source: dev.to / about 4 years ago
The engineering team at LaunchDarkly, a feature management platform, uses Automations to define the logic for notifications associated with approvals for their customers' feature releases. Any time approval is requested or granted, an Automation is triggered to ensure all the relevant stakeholders are alerted. You can read more about their use case here. - Source: dev.to / about 4 years ago
Feature-flagging is not a differentiator for us, and having another system to maintain would end up costing us more in the long term - especially as you add more dimensions to the flags, such as percentage-based or attribute-based rollouts ("enable this for all users who have this app version"). That's why we opted to use LaunchDarkly, a feature management platform-as-a-service. - Source: dev.to / about 4 years ago
LaunchDarkly is a prominent and widely recognized name in the domain of feature management and developer tools, particularly focusing on feature flags, A/B testing, and configuration management. It has carved a niche for itself among enterprise-grade feature flagging solutions.
LaunchDarkly offers an extensive suite of features that cater to various platforms and programming languages, which has attracted high-profile clients, including Microsoft, Atlassian, and Invision. Despite providing comprehensive enterprise-ready capabilities, the security features are exclusive to their "Enterprise" plan. The platform supports integrations with products like Optimizely, NewRelic, and VSTS. Additionally, LaunchDarkly provides a well-documented REST API, which enhances its versatility in integration scenarios.
When compared to other players such as Flagsmith, ConfigCat, or Unleash, LaunchDarkly stands out for its robust feature set and market presence. Its integration capabilities, although somewhat limited out-of-the-box, are augmented by the REST API. Competitors like DevCycle are positioning themselves to offer improved developer experiences, indicating a competitive market where feature flagging is a significant area of focus.
The public opinion on LaunchDarkly is generally favorable, with many users appreciating its powerful feature flagging capabilities. These allow for fine-grained control over feature rollouts, making it a go-to choice for managing feature releases in a scalable way. However, it is noted that while LaunchDarkly offers extensive capabilities, it can become an expensive solution for some users, especially when scaling up.
One appreciated element is the ability to schedule releases through the console, which provides a straightforward way to manage feature rollouts. User segmentation management is another key feature that resonates well with users who require tailored access controls.
Despite its popularity, some users face challenges with LaunchDarkly, particularly concerning pricing and security features that are reserved for higher-tier plans. The service's robustness can sometimes introduce complexity, and the need for additional configuration might deter smaller teams or developers seeking plug-and-play solutions.
There are occasional contentions from users about system maintenance costs increasing as the number of flags and their complexity rise. The inclusion of percentage-based and attribute-based rollouts could lead to maintenance overhead if not managed effectively.
LaunchDarkly remains a leader in the feature flagging space, revered for its detailed execution and flexibility. Its suitability for enterprise-scale applications and broad integration support makes it a preferred choice for organizations looking to efficiently manage feature rollouts and experimentations. While alternatives exist, LaunchDarkly's established market presence and continued innovation, such as embracing automation for processes like notifications, solidify its status as a robust solution in the industry. However, potential users should carefully evaluate their needs against the platform's cost and tiered offering strategy to ensure a beneficial deployment of resources.
Do you know an article comparing LaunchDarkly to other products?
Suggest a link to a post with product alternatives.
Is LaunchDarkly good? This is an informative page that will help you find out. Moreover, you can review and discuss LaunchDarkly 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.