Software Alternatives, Accelerators & Startups

LaunchDarkly

LaunchDarkly is a powerful development tool which allows software developers to roll out updates and new features.

LaunchDarkly

LaunchDarkly Reviews and Details

This page is designed to help you find out whether LaunchDarkly is good and if it is the right choice for you.

Screenshots and images

  • LaunchDarkly Landing page
    Landing page //
    2023-09-12

Features & Specs

  1. 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.

  2. 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.

  3. Scalability

    LaunchDarkly is built to handle large-scale deployments and can manage tens of millions of feature flags efficiently.

  4. Team Collaboration

    The platform includes features that facilitate team collaboration, such as role-based access control and detailed audit logs.

  5. Integration Capabilities

    LaunchDarkly supports integrations with a wide range of DevOps and CI/CD tools, making it easier to incorporate into existing workflows.

  6. Advanced Targeting

    The platform allows for sophisticated targeting rules and user segmentation, enabling highly personalized feature rollouts.

Badges

Promote LaunchDarkly. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

How LaunchDarkly Enables Product Managers to Test in Production

Getting Started with Feature Flags - #1 LaunchDarkly Feature Flags

Show & Tell with LaunchDarkly's Edith Harbaugh: Mobile Feature Flags

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 LaunchDarkly and what they use it for.
  • Coding Agents Play Favorites With Your Dependencies
    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
  • MLOps Lifecycle: Stages, Workflow, and Best Practices
    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
  • How to Add Paid Features to Your SaaS Apps
    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
  • Pivoting a million dollar DevTool startup
    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
  • Arc Update - 1.20.1 (43987)
    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
  • Feature flags implementation in Nest.js ๐Ÿ˜ป
    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
  • Boost DX, Enhance UX, and Skyrocket Profits! Dive into a sub-50ms world with Edge Feature Flags ๐Ÿš€
    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
  • How to build a secure admin panel for your SaaS app
    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
  • Have you used Launchdarkly and if so what do you think of it?
    If you have not used it and wonder what I am talking about: https://launchdarkly.com/. Source: about 3 years ago
  • Using Feature Flags for API Version upgrades
    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
  • Software releases
    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
  • Feature Flags: How to implement "sticky" variants?
    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
  • Norton Flagging Active Trader Pro Certificates as having Invalid Signatures
    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
  • Ask HN: How to you track if newly released features have expected engagement?
    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
  • How do you release experimental features to early adopters?
    Are you looking for an external service with integrations with multiple programming languages, such as LaunchDarkly? Source: over 3 years ago
  • Looking for advice in creating event-driven PowerShell Scripts
    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
  • I'm creating a SAAS website, where I'll be selling a service to companies. Will it seem unprofessional if my website is in "dark mode"?
    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
  • Server side update
    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
  • Controlling Elixir supervisors at runtime with feature flags
    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
  • Announcing Courier Automations: Application Logic for Notifications
    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
  • Now you see me, now you don't: feature-flagging with LaunchDarkly at incident.io
    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

Summary of the public mentions of LaunchDarkly

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.

Key Features and Integrations

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.

Competitive Landscape

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.

Public Sentiment and Use Cases

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.

Challenges and Considerations

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.

Conclusion

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.

Suggest an article

LaunchDarkly discussion

Log in or Post with

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.