---
title: LaunchDarkly Reviews
meta_title: 'LaunchDarkly Reviews 2026: Details, Pricing, & Features | G2'
meta_description: Filter 819 reviews by the users' company size, role or industry
  to find out how LaunchDarkly works for a business like yours.
aggregate_rating:
  rating_value: 4.5
  review_count: 819
  scale: '5'
date_modified: '2026-08-13'
parent_category:
  name: Development
  url: https://www.g2.com/categories/development
---


# LaunchDarkly Reviews
**Vendor:** LaunchDarkly  
**Category:** [Feature Management Software](https://www.g2.com/categories/feature-management)  
**Average Rating:** 4.5/5.0  
**Total Reviews:** 819
## About LaunchDarkly
Founded in 2014 and headquartered in Oakland, California, LaunchDarkly serves over thousands of enterprises, including a quarter of the Fortune 500. LaunchDarkly is the runtime control platform for the AI era, trusted by software teams to control AI-generated code and AI agents in production at any scale. The LaunchDarkly platform delivers runtime control through two solutions: CodeControl and AgentControl. CodeControl helps teams ship AI-generated code confidently. With CodeControl, teams can observe production behavior, make changes in real time, and limit exposure based on actual impact. Through a combination of industry-leading feature flags, progressive rollouts, real-time observability, experimentation, and automatic recovery, LaunchDarkly gives organizations the ability to move at AI speed without giving up control. AgentControl helps teams keep AI agents in check in production, blocking bad behavior and steering responses in real time. Teams can configure prompts and models before launch, monitor and observe live performance and behavior, and automatically take action—without redeploying. When agents make curious decisions, or when small prompt or model changes cause big issues, AgentControl detects and corrects them as they happen. With runtime control across code and agents, LaunchDarkly helps enable teams to ship AI-built software with confidence, govern agent behavior in production, optimize AI performance and cost, build self-healing systems, and experiment continuously. The result is faster release velocity, lower production risk, and the ability to continuously adapt software and AI systems without slowing down to stay safer.



## LaunchDarkly Pros & Cons
**What users like:**

- Users appreciate the **ease of use** of LaunchDarkly, enjoying straightforward setup and intuitive UI for feature management. (211 reviews)
- Users value the **ease of implementing feature flags** in LaunchDarkly, enabling seamless adjustments without downtime. (174 reviews)
- Users value the **flexibility and intuitive design** of LaunchDarkly, enhancing feature flag management effortlessly. (116 reviews)
- Users admire the **easy setup** of LaunchDarkly, making integration and configuration seamless even for beginners. (93 reviews)
- Users value the **great documentation and ease of use** of LaunchDarkly, making implementation straightforward and efficient. (74 reviews)
- Users appreciate the **user-friendly interface** of LaunchDarkly, making it accessible for non-technical team members. (65 reviews)
- Rollout Management (64 reviews)
- Control (63 reviews)
- Users praise the **easy integrations** of LaunchDarkly, enabling seamless connections with existing tools for enhanced efficiency. (61 reviews)
- Users praise the **seamless integrations** of LaunchDarkly, enhancing flexibility and streamlining operations across teams. (60 reviews)

**What users dislike:**

- Users find **feature flag management cumbersome** , particularly with A/B functionality, tagging, and holdout group handling. (62 reviews)
- Users note **manual processes for managing flags** , which can hinder efficiency and complicate flag handling. (47 reviews)
- Users express concern over **missing features** like crypto-signature support and enhanced flag management in LaunchDarkly. (45 reviews)
- Users are frustrated by the **limited features** of LaunchDarkly, hindering automation and integration capabilities. (40 reviews)
- Users find the **complex features** of LaunchDarkly cumbersome, complicating environment management and configuration updates. (35 reviews)
- Users find the **interface confusing** , leading to a steep learning curve for effective flag configuration. (34 reviews)
- Confusion (33 reviews)
- Limitations (33 reviews)
- Complexity (32 reviews)
- Users express concerns over the **poor UI** , which can be frustrating and disrupt workflow during usage. (32 reviews)

## LaunchDarkly Reviews
  ### 1. LaunchDarkly Makes Feature Releases Safer with Powerful Flag Management and Integrations

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** May 10, 2026

**What do you like best about LaunchDarkly?**

Overall great Experience but some highlights are ,
LaunchDarkly: A Comprehensive Review
Here’s a detailed breakdown of LaunchDarkly's key aspects, focusing on the features and benefits that users most frequently highlight.

UI / UX: Intuitive and Empowering
One of the most consistently praised aspects of LaunchDarkly is its user interface. Instead of just being "easy to use," the platform's design has a direct impact on workflow efficiency.

Centralized Flag Management: The main dashboard provides a single source of truth for all feature flags. This clarity is invaluable in a complex microservices architecture where tracking feature states could otherwise be a nightmare. For example, a developer can instantly see that the "new-checkout-flow" is active for 5% of users in the UK, while the "beta-reporting-engine" is only on for internal staff. This eliminates ambiguity and the need to dig through code or config files.

Targeting and Segmentation: The user targeting rules engine is incredibly powerful yet simple to operate. You can create complex segments with a few clicks. For instance, you could roll out a new feature to "users in Germany on an iOS device who are part of the 'Pro' subscription tier." This granularity allows for precise, safe testing and reduces the risk associated with big-bang releases.

Toggle and Flag Status Visibility: The visual toggles and clear status indicators (e.g., "Active," "Inactive," "Launched") mean that even non-technical team members, like product managers or marketers, can understand the state of a feature and even control its release. This democratizes the release process and frees up engineering resources.

Integrations: A Connected Workflow
LaunchDarkly's value is significantly amplified by its extensive ecosystem of integrations, which embed feature flagging directly into the existing development lifecycle.

CI/CD and Code Repositories: Integrations with tools like Jira, GitHub, and Slack create a seamless feedback loop. A practical example is creating a Jira ticket that automatically generates a corresponding feature flag in LaunchDarkly. When a pull request is merged in GitHub, the flag can be automatically enabled in a staging environment.

APM and Observability: The integrations with platforms like Datadog, New Relic, and Dynatrace are a game-changer for performance monitoring. When a new feature is rolled out, you can overlay LaunchDarkly events (like "flag turned on") onto your performance graphs. If you see a spike in latency or errors that coincides perfectly with a feature release, you can immediately disable the flag with a single click in Launch_Darkly, effectively "killing" the problematic feature without a frantic rollback or hotfix deployment.

Unexpected Benefit: The Slack integration provides more than just notifications. It allows teams to manage flags directly from a Slack channel. For instance, during an incident, an engineer could type a command like /ld-kill-flag production new-api-integration to immediately mitigate an issue without ever leaving the incident response channel.

Performance: Negligible Overhead
A common concern with any third-party SDK is performance overhead. LaunchDarkly is engineered to minimize this.

Streaming Architecture: Instead of making a remote call for every flag evaluation, the LaunchDarkly SDKs establish a streaming connection (Server-Sent Events) to receive flag updates. This means that once the initial connection is made, all flag evaluations are performed in-memory at near-zero latency. For a high-traffic e-commerce site, this ensures that the user experience is not degraded by waiting for a feature flag service to respond.

Resilience and Fallbacks: The SDKs are designed with resilience in mind. If the connection to LaunchDarkly's servers is ever lost, the SDK will continue to serve the last known set of flag values. This ensures that your application continues to function predictably, even in the event of a network partition or an issue with LaunchDarkly's service.

Pricing / ROI: From Cost to Investment
While LaunchDarkly is a premium product, the return on investment is often justified by risk reduction and increased development velocity.

Decoupled Deploy and Release: The core value proposition is the ability to decouple code deployment from feature release. This means developers can merge and deploy code to production continuously, even if the features aren't ready for users. The code sits dormant behind a flag. This eliminates the stress and risk of "big bang" release days. The ROI here is measured in reduced deployment-related incidents, fewer rollbacks, and less developer time spent on managing complex branching strategies.

Saved Engineering Hours: Consider the time it takes to build a robust, in-house feature flagging system with a user-friendly UI, audit logs, and complex targeting rules. This is a significant engineering effort. By using LaunchDarkly, that time is instead spent on building core product features that deliver direct value to customers. The subscription cost is often a fraction of the cost of the engineering salaries that would be required to build and maintain a comparable internal solution.

Support / Onboarding: A True Partnership
Users frequently report positive experiences with LaunchDarkly's support and documentation.

Comprehensive Documentation: The developer documentation is clear, with copy-and-paste examples for every supported language and framework. This drastically reduces the time to get started. A developer can typically have the SDK integrated and their first feature flag operational within an hour.

Responsive and Knowledgeable Support: When issues do arise, support is noted to be responsive and staffed by engineers who understand the product deeply. This is a significant step up from basic first-line support and is crucial when dealing with a service that is so integral to the production environment.

AI / Intelligence: The Future of Flagging
LaunchDarkly is beginning to incorporate intelligence into its platform to move from reactive to proactive feature management.

Experimentation and A/B Testing: The platform's experimentation features allow you to tie feature flags to business metrics. For example, you can roll out a new "Add to Cart" button design to 10% of users and measure its impact on the conversion rate compared to the old design. The platform handles the statistical analysis and tells you if the new feature is a winner, a loser, or inconclusive.

Future Direction: While not fully "AI" in the generative sense, the direction is towards intelligent automation. This includes features that can automatically detect performance regressions caused by a feature release and potentially even automatically disable the flag. This moves towards a self-healing system where the platform itself helps ensure application stability.

**What do you dislike about LaunchDarkly?**

Nothing so far—everything looks good to me.

**What problems is LaunchDarkly solving and how is that benefiting you?**

Problem 1: Risky, Stressful, All-or-Nothing Releases
Traditional “release day” tends to be a high-stakes, high-stress event. A huge batch of new code goes live at once, and if anything breaks, it turns into a frantic scramble to roll back, which can mean downtime and frustrated engineers.

LaunchDarkly’s Solution: It decouples code deployment from feature release. Your team can continuously deploy code to production servers, while the new functionality stays dormant behind a feature flag. The feature only becomes visible to users when you flip the switch in the LaunchDarkly dashboard.

How That Benefits You:
Fearless Deployments: You can deploy code on a Tuesday afternoon with confidence, knowing it won’t affect users until you’re ready. This removes much of the stress and ceremony around “release day.”

Instant Rollbacks (Kill Switch): If a feature causes a bug or performance issue after release, you don’t need to redeploy or roll back code. You simply flip the flag off. Your Mean Time To Recovery (MTTR) drops from hours to seconds, giving you a strong safety net.

Problem 2: Slow Development Velocity and “Merge Hell”
Long-lived feature branches are a common bottleneck. They’re hard to merge, they delay feedback, and they make parallel work more difficult, which slows the whole team down.

LaunchDarkly’s Solution: It supports Trunk-Based Development. Developers can merge small, incomplete pieces of work into the main codebase (the “trunk”) every day, with those changes safely wrapped in a feature flag.

How That Benefits You:
Increased Development Speed: Features reach a “done” state faster because the team integrates continuously, instead of dealing with the painful merge of a massive, month-old branch.

Improved Code Quality: Small, frequent merges are easier to review and test, which helps reduce the number of bugs introduced into the main branch.

Problem 3: The Gap Between Staging and Production
Even with a strong staging environment, it rarely matches the scale, data, and messy reality of production. As a result, some issues only show up after you’ve released to real users.

LaunchDarkly’s Solution: It enables safer testing in production. You can expose a new, higher-risk feature to a tiny, controlled audience—such as the internal engineering team, a single test account, or 1% of your user base.

How That Benefits You:
Ultimate Confidence: You can validate that a feature works with real production data and infrastructure without putting all users at risk. You catch “production-only” bugs when they can affect only a handful of people (or just you).

Example: You can roll out a new database query or API integration to your internal team first. If it performs well under real-world conditions, you can progressively expand the audience with confidence.

Problem 4: Making Business Decisions Based on Guesses
You ship a feature you believe will improve engagement or conversion, but without a solid testing framework, it’s hard to know whether it actually helped. In that situation, you’re essentially guessing about the business impact of engineering work.

LaunchDarkly’s Solution: The Experimentation framework. You can wrap different versions of a feature in flags, assign them to different user groups, and tie the rollout to a key business metric (e.g., “add to cart” clicks, time on page, subscription sign-ups).

How That Benefits You:
Data-Driven Decisions: You can move from “we think this is better” to “we have proven this new checkout flow increases conversion by 8%.” That makes it possible to measure the ROI of development efforts objectively.

Product-Engineering Alignment: It creates a shared language between product managers and engineers. The focus shifts from simply shipping code to improving key business metrics, helping ensure the team is working on what delivers the most value.

**Official Response from Micaela Durkin:**

> Wow! Thank you so much for this incredibly thorough and thoughtful review. It's clear that you've explored the platform deeply, and we're thrilled it's making such a positive impact on your team's release confidence and development velocity. Hearing that features like targeting, APM integrations, and the decoupled deploy/release workflow are delivering real value is what we love to hear. We look forward to continuing to earn your trust and can't wait for you to see what's coming next on our roadmap!

  ### 2. Quick, Easy Feature Flags Visibility Across Teams

**Rating:** 5.0/5.0 stars

**Reviewed by:** Nathan L. | S, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 26, 2026

**What do you like best about LaunchDarkly?**

The biggest unlock for our team was making it quick and easy for developers, CS, and leadership to see exactly which features each customer has turned on.

**What do you dislike about LaunchDarkly?**

No downsides so far. It’s quick and easy to turn feature flags on and off for individual customers, which makes managing rollouts really straightforward.

**What problems is LaunchDarkly solving and how is that benefiting you?**

We run a multi-tenant system, which can quickly turn into a logistical nightmare when it comes to feature flagging. LaunchDarkly makes it straightforward to run A/B tests and clearly see exactly who has which features turned on.

**Official Response from Micaela Durkin:**

> Thank you for sharing such awesome feedback! I'm so glad LaunchDarkly has made it easier for your teams to see exactly which features each customer has enabled and manage rollouts with confidence. It’s especially great to hear it’s helping simplify feature flagging in a multi-tenant environment.

  ### 3. Easy-to-Navigate UI with Flexible Grouping and Time-Saving Change Approvals

**Rating:** 4.5/5.0 stars

**Reviewed by:** Mohamed Y. | Senior Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** February 10, 2026

**What do you like best about LaunchDarkly?**

I like how easy it is to navigate the UI, and that it lets me group flags, rollouts, and other categorizable resources however I want. It can be as simple or as complex as I need, depending on what I’m trying to do.

The change request approval system has been the biggest good change that I've used. It saves a lot of time that would otherwise be spent on private DMs on Slack.

**What do you dislike about LaunchDarkly?**

I'm not sure if it's a browser issue (I use Firefox), but sometimes pages load but the components themselves take some time to get rendered. I've also encountered a few hiccups with the search feature when I'm searching for specific flags; I have to be case-sensitive sometimes when I search for flags. Maybe it would be better if it was a bit more relaxed.

**What problems is LaunchDarkly solving and how is that benefiting you?**

Managing a huge number of feature flags through a clean UI for different environments (dev, testing, prod, ...etc.) save me a lot of time. I can even track and monitor evaluations for flags over time which helped me in debugging some production issues with ease. An incident that might take me a few hours to find its root cause now only takes 15-30 minutes through tracking flag evaluations on Launch Darkly.

**Official Response from Micaela Durkin:**

> Thank you for sharing about your experience! We’re thrilled to hear that the flexible grouping, easy-to-navigate UI, and the change request approval system are helping you save time and streamline collaboration across environments. We also appreciate your notes on Firefox rendering and case-sensitive search, if this continues, our support team would be happy to take a closer look.

  ### 4. Comprehensive Feature Flagging Made Simple

**Rating:** 4.5/5.0 stars

**Reviewed by:** Ron G. | Full Stack Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 23, 2026

**What do you like best about LaunchDarkly?**

I use LaunchDarkly for feature flagging and basic configuration management. I really appreciate having an easy UI to manage access to certain features on our app. I like being able to fine-tune access for organizations, users, etc. The flag variations are very helpful, and I like that the flags are not just boolean but can be essentially any data type. Overall, it allows me to do more than just simple feature flagging, which is beyond what some competitors offer. Using LaunchDarkly in general is quite easy.

**What do you dislike about LaunchDarkly?**

One thing that was annoying was when I have a rule targeting a single user in addition to a rule targeting an organization that the user is in, the organization value overrides the individual value - it should be the other way around. Also, it would be nice if there was more in-depth TypeScript support since flags can have any shape, maybe generating types for flags similar to what Supabase does for schema types.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly provides an easy UI for managing feature access and allows fine-tuning for organizations and users with versatile flag variations supporting any data type.

**Official Response from Micaela Durkin:**

> Thank you so much for the thoughtful review! We’re glad to hear LaunchDarkly is helping you go beyond simple feature flagging with flexible targeting and configuration. That control is key to releasing safely and adapting quickly.

We also appreciate the feedback on rule evaluation and TypeScript support. Insights like these help us continue improving the developer experience. We understand that rule precedence can feel unintuitive when user and organization targeting overlap, and there are ways to structure targeting so user-level access takes priority. If you’d like help setting this up, our support team would be happy to assist.

  ### 5. Easy-to-Use UI with Powerful Flag Targeting Across Environments

**Rating:** 4.5/5.0 stars

**Reviewed by:** Krishna S. | Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** July 08, 2026

**What do you like best about LaunchDarkly?**

I have been using this LaunchDarkly for about a year, and I really like the UI and how easy it is to use across different environments. It also offers all the possible flag combinations, so we can target specific users and features more precisely.

**What do you dislike about LaunchDarkly?**

Sometimes it’s hard to find the right combination of scenarios, but it totally depends on the setup we’ve done.

**What problems is LaunchDarkly solving and how is that benefiting you?**

Every sprint, we release new features. We use this to hide a feature behind a feature flag, so we can roll it out based on the target and our planning instead of releasing everything at once. This lets us plan the release and ship in a more controlled way.

**Official Response from Micaela Durkin:**

> Wohoo! Thank you so much for leaving such a great review. We're glad the UI and flexible targeting across environments have made it easy to control your sprint releases and roll out features on your own timeline. 

  ### 6. Easy and Reliable Feature Control

**Rating:** 5.0/5.0 stars

**Reviewed by:** Juan L. | Small-Business (50 or fewer emp.)

**Reviewed Date:** April 13, 2026

**What do you like best about LaunchDarkly?**

I like LaunchDarkly for its ease of use and the agility it provides for continuous delivery, allowing me to quickly revert to a stable version if any issues arise. I also appreciate the real-time listeners that save us from constantly checking the flags and allow us to receive updates and respond faster.

**What do you dislike about LaunchDarkly?**

In my A/B testing, LaunchDarkly does not provide us with user segmentation. It would be very helpful to know which already identified users are being assigned each value and to be able to extract more precise metrics. It would be very useful to know which flag value is assigned to each device; it could be a custom ID in case the user is not identified, but if the user is identified, it would be good to have that information.

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly to control experimental features, reverting to safe versions if there are errors. It gives us agility in continuous delivery and confidence to revert to a stable version. Additionally, I like its ease of use and the real-time listeners that allow us to respond quickly to changes.

**Official Response from Micaela Durkin:**

> Thank you so much for sharing your experience with LaunchDarkly. We’re glad to hear that its ease of use, real-time listeners, and ability to quickly roll back changes are helping you move with confidence and agility. 

We also appreciate your feedback on user segmentation in A/B testing. LaunchDarkly does support precise user and device-level targeting and experimentation through custom identifiers and integrations with your analytics stack, giving you flexibility to segment and analyze results in depth . I've provided some documentation below that may help. If you have additional questions please reach out. 

  ### 7. Effortless Feature Control with LaunchDarkly

**Rating:** 4.5/5.0 stars

**Reviewed by:** Matt Q. | Full Stack React &amp; Node Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 09, 2026

**What do you like best about LaunchDarkly?**

I love how LaunchDarkly allows us to easily control new features by letting us deploy quickly with features behind flags, removing worries about causing issues in our production environment. It's great that I can also use it to selectively give access to specific users, whether for early beta testing or entitlement control. I really appreciate its quick and straightforward implementation. I can easily create a new flag, call that in the code, and use it to wrap features, plus the instant updates in the UI are fantastic, as I don't need to refresh. The LaunchDarkly extension in VSCode is also very useful for quickly toggling flags in dev environments. Setting up LaunchDarkly was pretty easy; I installed the launchdarkly-react-client-sdk and bootstrapped the LDProvider in our React app to use hooks for calling flag values.

**What do you dislike about LaunchDarkly?**

Some of the UX around controlling the more in-depth configuration and variations on flags can feel a bit clunky or burdensome.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly lets us deploy quickly with features behind flags, avoiding production issues. It provides selective access for beta testing and entitlement control, making feature management and user control effective.

**Official Response from Micaela Durkin:**

> Thank you for sharing your experience and leaving us this thoughtful review! We’re glad to hear how easy it is for you to control feature releases, manage targeted access, and get up and running quickly with LaunchDarkly. We also appreciate your feedback on flag configuration and will share it with our product team.

  ### 8. Easy LaunchDarkly Implementation with Reliable, Intuitive Feature Flag Management

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** April 30, 2026

**What do you like best about LaunchDarkly?**

What I like best about LaunchDarkly is how easy it was to implement in our system. We can manage feature flags consistently across both backend and frontend use cases, which made adoption straightforward for our team.

It is also fairly easy to use once set up. Defining targeting rules for specific contexts, such as project-specific configurations or user segments, is intuitive and gives us good control over gradual rollouts and experiments.

From a performance perspective, we have not noticed any issues. The feature flag evaluation has been reliable and has not introduced any visible impact on our application experience.

**What do you dislike about LaunchDarkly?**

At first, learning how to set up the targeting rules can be a bit challenging.

**What problems is LaunchDarkly solving and how is that benefiting you?**

We get an easy to use feature flag management tool, which allows us to easily run expermients with customers to get early feedback.

**Official Response from Micaela Durkin:**

> Thank you for taking the time to share your experience! We’re so glad to hear implementation was smooth and that managing feature flags across your backend and frontend has been straightforward. It’s great that targeting and rollouts are helping you run experiments and gather early feedback. We also appreciate the note on the initial learning curve, we’re actively working to make that experience more intuitive with our Academy.

  ### 9. Deploy Safer and Faster with LaunchDarkly Feature Releases

**Rating:** 5.0/5.0 stars

**Reviewed by:** Yasannia K. | Case advocate, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 04, 2026

**What do you like best about LaunchDarkly?**

*Deploy safer + faster*
- *Separate code deploys from releases*: Ship code to production multiple times a day, but only turn features on when product is ready. No more “big bang” releases.

**What do you dislike about LaunchDarkly?**

I don’t dislike anything about launchdarkly

**What problems is LaunchDarkly solving and how is that benefiting you?**

The kill switch instantly turns off a problematic feature without a code roll back

**Official Response from Micaela Durkin:**

> We love to hear this! Thank you so much for sharing your experience. It's great to know you're deploying safer and faster with LaunchDarkly. 

  ### 10. Scalable, Confident Rollouts with Feature Flags

**Rating:** 5.0/5.0 stars

**Reviewed by:** Beth J. | Manager, Growth Product Specialists and Scale Product Success Partners, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 02, 2026

**What do you like best about LaunchDarkly?**

LaunchDarkly has been critical for provisioning and managing access to a beta program at scale. It allows us to selectively enable features for specific customer cohorts without manual work or separate environments. This makes it much easier to run a structured beta, gather feedback safely, and iterate without impacting our broader customer base.

**What do you dislike about LaunchDarkly?**

There’s an initial learning curve when setting up flags and defining targeting rules, especially if multiple teams are involved. Clear ownership and documentation are important to get the most out of it.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly solves the challenge of safely rolling out beta features to a subset of customers while maintaining control and flexibility. It enables us to quickly grant or revoke access, experiment with different cohorts, and expand the beta confidently as we learn. This has significantly reduced risk and made our beta program much more scalable and effective.

**Official Response from Micaela Durkin:**

> Thank you for the thoughtful review! We’re glad LaunchDarkly is helping you run scalable, low-risk beta programs and confidently manage access across customer cohorts. We also appreciate the callout on the learning curve, and agree that clear ownership and documentation are key as teams scale their use of flags.

  ### 11. Effortless Feature Management and Intuitive Dashboard

**Rating:** 5.0/5.0 stars

**Reviewed by:** Noor S. | Software engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** January 08, 2026

**What do you like best about LaunchDarkly?**

The experience, it's incredibly easy to use. The dashboard is super intuitive, easy to follow once you get familiar with it. The integration as well, is very easy and straightforward. Implementing flags in LD is about as easy as it gets. Just install the SDK, initialize with api key, and you're ready to use feature flags. Documentation is very detailed, just follow along when confused.

Favorite part about LD - how much better life is with testing. It very easy to manage flags based on environments. This is useful when testing and if ever in the event something is wrong in production, it's very easy to kill it with the flagging system. The targeting rules -- being able to segment users based on their attributes makes gradual rollouts very easy.

**What do you dislike about LaunchDarkly?**

There's really not much to dislike about LD.

**What problems is LaunchDarkly solving and how is that benefiting you?**

Feature flag management, shipping out features every quarter. It makes testing easier, managing the features in the event it goes wrong.

**Official Response from Micaela Durkin:**

> Thank you so much for this thoughtful review! We’re glad to hear LaunchDarkly has been easy to adopt and that the intuitive dashboard and clear documentation are helping your team move quickly with feature flags. Making testing simpler and production releases safer is exactly what we aim for, so it’s great to hear LaunchDarkly is having that impact for you.

  ### 12. Enabling Dynamic Feature Management at Scale

**Rating:** 4.5/5.0 stars

**Reviewed by:** Swaroop C. | Staff Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** January 07, 2026

**What do you like best about LaunchDarkly?**

LaunchDarkly provides fine-grained control over features and configurations, allowing us to make changes without the need for redeployments or causing downtime. This flexibility lets us experiment safely, introduce updates gradually, and address issues as they arise in real time. Thanks to local flag evaluation and minimal impact on performance, we can innovate more quickly while still ensuring system stability and delivering a great user experience.

**What do you dislike about LaunchDarkly?**

While LaunchDarkly offers robust capabilities as a feature management platform, it can become challenging to handle as the number of flags and environments increases. Teams that are new to feature flagging may face a learning curve, and keeping flags well-organized demands consistent effort and discipline.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly helps us with feature management by enabling dynamic configuration updates. It allows us to enable or disable features and update configurations at runtime without requiring any pod restarts. All configuration rule evaluations happen locally, ensuring there is no additional latency overhead.

**Official Response from Micaela Durkin:**

> Thank you so much for the thoughtful review and for highlighting how LaunchDarkly enables dynamic feature management at scale without redeployments or downtime. We’re glad to hear that local flag evaluation and real-time control are helping your team move faster while maintaining performance and stability. We also appreciate your perspective on managing flag sprawl and onboarding, and we’re continuing to invest in training to help teams stay organized as they scale. The LaunchDarkly Academy is a great resource for new teams. 

  ### 13. Effortless Feature Management with LaunchDarkly

**Rating:** 5.0/5.0 stars

**Reviewed by:** Rafael T. | Senior Full Stack Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 06, 2026

**What do you like best about LaunchDarkly?**

I really like LaunchDarkly because it's very, very easy to use. We can accomplish a lot with just a few clicks. It allows us to ship faster, creating a new feature flag quickly and enabling or disabling it based on different rules without affecting everyone. This speed and efficiency are truly valuable. The initial setup was very quick and straightforward thanks to the solid documentation, which makes deploying on both the front end and back end very fast and without too much trouble.

**What do you dislike about LaunchDarkly?**

It can get a little expensive

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly to manage feature flags, allowing us to ship production-ready features without affecting users. It simplifies toggling features, offers granular control, and helps us deploy quickly with a few clicks, ensuring fast feature rollouts tailored to select users.

**Official Response from Micaela Durkin:**

> Thanks so much for the kind words! It's good to know LaunchDarkly is helping your team ship faster with less friction and that the docs made setup a breeze. 

  ### 14. Effortless Feature Management

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 28, 2026

**What do you like best about LaunchDarkly?**

I like that LaunchDarkly is very easy to use. You just inject it into your code, create a flag, and use it for controlled access to features. It's super fast, enabling or disabling features instantly when I toggle them. I also like subscribing to the flag change feature, which is a nice touch. Although there's a minor learning curve initially, once you get familiar with it, working with LaunchDarkly becomes super easy.

**What do you dislike about LaunchDarkly?**

There's honestly nothing that i dislike about it.

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly for incremental feature releases and controlling features. It allows me to show new features to specific organizations and ensure they aren't breaking changes. It's easy to inject, enables or disables features instantly with toggles, and supports subscribing to flag changes.

**Official Response from Micaela Durkin:**

> Thank you for sharing this! It's great to hear how smoothly LaunchDarkly fits into your workflow, from quick integration to instant toggling and the flag change subscriptions for incremental rollouts. Being able to safely test new features with specific organizations before a wider release is exactly what we hope teams get out of the platform, so we're glad it's working well for you.

  ### 15. Intuitive and Efficient for Feature Management

**Rating:** 5.0/5.0 stars

**Reviewed by:** Anca L. | Mid-Market (51-1000 emp.)

**Reviewed Date:** April 03, 2026

**What do you like best about LaunchDarkly?**

I find LaunchDarkly very intuitive and easy to navigate. You can create flags easily, and editing them is just as simple. Even new users can quickly understand how it works. Being able to easily add or remove functionalities on a live product is invaluable. We release new features at least twice a month, and having the agility to turn flags off for various reasons in a very efficient way makes LaunchDarkly the best partner for software development. It was our first go-to and it keeps rocking it.

**What do you dislike about LaunchDarkly?**

One thing that could be improved is the archived flags- right now there is no fast way to bulk reactivate flags.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly lets me toggle features in our product interface, adding or removing them easily on a live product. This efficiency is critical since we release new features regularly, ensuring we can manage flags swiftly.

**Official Response from Micaela Durkin:**

> Thank you for the thoughtful review! We’re glad to hear LaunchDarkly’s intuitive design and ease of use help your team move quickly and confidently with frequent releases. We appreciate your feedback on bulk reactivating archived flags and will be sure to share it with our product team.

  ### 16. Screen Recordings Make Debugging Complex TypeScript Apps Effortless

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** April 09, 2026

**What do you like best about LaunchDarkly?**

It lets me watch a recording of the user’s screen while they’re using my app, so I can pinpoint the exact issue and understand whether it was user error or an actual system problem. For example, my app is a TypeScript app with lots of different features—AI integration, plenty of chat in the UI, 3D rendering, and other things that are hard to troubleshoot using only the console.

**What do you dislike about LaunchDarkly?**

Sometimes it breaks when the session is really long and has a lot of logs. It gets the memory usage of my chrome tab really high and it just break causing an OOM issue

**What problems is LaunchDarkly solving and how is that benefiting you?**

It lets me view user sessions easily and follow the execution timeline. It also integrates with Slack, which helps me get answers faster. The AI feature is useful for understanding issues that might otherwise feel ambiguous.

**Official Response from Micaela Durkin:**

> Thank you for sharing your experience! We’re so glad to hear how valuable session recordings, execution timelines, and the Slack integration have been for debugging complex TypeScript applications and speeding up issue resolution. We also appreciate your feedback on performance with longer sessions and high log volume and will share this with our team.

  ### 17. Fine-Grained Control with LaunchDarkly

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User | Mid-Market (51-1000 emp.)

**Reviewed Date:** May 25, 2026

**What do you like best about LaunchDarkly?**

I like using LaunchDarkly for progressively shipping production features and quickly changing configurations using custom flags. It solves problems like releasing features on a subset of clients through feature flags and allows for safe releases with rollback options. I find the ability to have quicker release cycles very beneficial. The fine-grained configurations are great, especially the ability to play with feature flags at different levels like entire environments or specific users, even across environments. I also integrate LaunchDarkly on Python jobs.

**What do you dislike about LaunchDarkly?**

Defining individual when handling multiple environments can be sometimes cumbersome. Maybe a screen where I can change configs per individual customers and it automatically detects the environment. With one extra option where the individual config per user can be assigned without clicking first the environment. I know it can be technically challenging though.

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly to ship production features progressively using feature flags, allowing safe rollbacks and quicker release cycles.

**Official Response from Micaela Durkin:**

> Thank you for leaving us such a great review! We love to hear you're experiencing faster release cycles and safer rollbacks. 

We also appreciate your feedback on managing individual user configs across multiple environments.  That's a valid friction point and I'll make sure it gets in front of the right team. 

  ### 18. Effortless Feature Flag Management with LaunchDarkly

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 20, 2026

**What do you like best about LaunchDarkly?**

I really like the ease of use and simple UI of LaunchDarkly. It's super convenient for a SaaS company like ours, which operates worldwide and needs to control features in a monitored way. Additionally, the initial setup of LaunchDarkly was pretty easy.

**What do you dislike about LaunchDarkly?**

I find that it doesn't force us, as developers, to provide a good naming mechanism or at least it doesn't show it that way. Maybe incorporating an AI assistant to help provide explanations of features could enhance this aspect, even if the developer didn't include one.

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly for gradual releasing feature flags, providing an easy and controlled way to release features. The simple UI and ease of use make it super convenient for a worldwide SaaS company.

**Official Response from Micaela Durkin:**

> Thank you so much for sharing this feedback with us! We love to hear the simple UI and ease of setup have made gradual feature rollouts easier to manage for your team, especially with the complexity that comes with operating globally. We also appreciate you flagging the naming and documentation, that kind of input is genuinely useful as we think about how to make the product clearer for developers. I've shared some best practice guides below for flag conventions if that's helpful. Thanks again for your partnership.

  ### 19. Effortless Feature Rollouts, Outstanding Ease of Use

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 23, 2026

**What do you like best about LaunchDarkly?**

I love the ease of use and the API of LaunchDarkly. The easy usability within our code base for using feature flags is fantastic, and we have a model that helps us within a framework. The initial setup of LaunchDarkly has been great with no problems.

**What do you dislike about LaunchDarkly?**

Certain things about the API when it comes to permissions aren't as smooth as I'd like. It's a bit tricky when locking down our users to do certain things. Aside from that, there's not much to scoff at.

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly to roll out features for any number of customers across all our products. Its ease of use and API make it easy for us to implement feature flags within our code base.

**Official Response from Micaela Durkin:**

> Thank you for the kind words about our ease of use and API, and for the setup process going smoothly. We appreciate your partnership and look forward to continuing to support your team.

  ### 20. LaunchDarkly: Excellent for Feature Toggles and Smooth Releases

**Rating:** 4.5/5.0 stars

**Reviewed by:** David P. | Porfolio Architect, Enterprise (> 1000 emp.)

**Reviewed Date:** June 29, 2026

**What do you like best about LaunchDarkly?**

We primarily leverage LaunchDarkly for new feature toggles and releases in our workflow.

**What do you dislike about LaunchDarkly?**

The UX can sometimes be difficult to follow, especially when making changes to a specific environment.

**What problems is LaunchDarkly solving and how is that benefiting you?**

Feature release is our biggest benefit, and it's working perfectly. It's easy to enable or disable features for everyone or for specific people.

**Official Response from Micaela Durkin:**

> Thank you for your review! So great to hear LaunchDarkly is helping your team release features confidently and target rollouts with ease, and we appreciate the feedback on the UX as we continue working to make the experience more intuitive across environments.

  ### 21. Easy-to-Use UI and Reliable Uptime for Feature Flags

**Rating:** 5.0/5.0 stars

**Reviewed by:** Aman T. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 07, 2026

**What do you like best about LaunchDarkly?**

easy to use UI. Is rarely down, which is essential for feature flags

**What do you dislike about LaunchDarkly?**

Searching across flags is not the best experience

**What problems is LaunchDarkly solving and how is that benefiting you?**

easy rollouts across environements, especially in an AI assisted coding world

**Official Response from Micaela Durkin:**

> We’re so glad to hear that LaunchDarkly’s easy-to-use UI and reliability are helping your team roll out changes confidently, especially in an AI-assisted coding environment! 

  ### 22. Effortless Feature Management with LaunchDarkly

**Rating:** 4.5/5.0 stars

**Reviewed by:** Seth B. | Mid-Market (51-1000 emp.)

**Reviewed Date:** May 04, 2026

**What do you like best about LaunchDarkly?**

I like how LaunchDarkly helps with production releases. We can just flip a flag and release a new feature to a beta group or to everyone. If there is an issue, we can easily just turn the flag off to hide the feature. I also find the UI easy to use, and it's clear what the state of the flag means and what environment I am applying the flag change to.

**What do you dislike about LaunchDarkly?**

Not much. I only use it for feature flags though.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly helps with production releases by allowing us to flip a flag and release features to a beta group or everyone. Issues can be managed easily by turning the flag off to hide the feature.

**Official Response from Micaela Durkin:**

> Thank you for sharing your experience with LaunchDarkly! It's great to hear how seamlessly you’re able to manage releases with feature flags and quickly roll back when needed, and that the UI makes it easy to understand and control changes across environments. We're here to help you release with confidence and flexibility! 

  ### 23. Intuitive Interface, Flexible Feature Management

**Rating:** 4.5/5.0 stars

**Reviewed by:** Austin V. | Product Manager, Enterprise (> 1000 emp.)

**Reviewed Date:** April 16, 2026

**What do you like best about LaunchDarkly?**

I love that LaunchDarkly lets us control access to new features and roll them out at whatever pace and to whatever audience we want. I really appreciate the good interface, which is intuitive and simple to use, as it means I don't have to waste time figuring out the interface or learning code to control feature flags as a product manager. I also find that the search functionality works well despite having many feature flags.

**What do you dislike about LaunchDarkly?**

Sometimes finding feature flags can be hard as we have so many.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly lets us control access to new features and roll them out at our own pace. Its intuitive interface saves time, allowing me to manage feature flags efficiently without needing to learn code as a product manager.

**Official Response from Micaela Durkin:**

> Thank you so much for the great review! We’re glad LaunchDarkly is helping you roll out features with flexibility and keep things simple for your team. We also appreciate the feedback on finding flags at scale, which is something we’re continuing to improve.

  ### 24. Seamless Feature Rollouts with Effortless Segmentation

**Rating:** 5.0/5.0 stars

**Reviewed by:** Aditya G. | Small-Business (50 or fewer emp.)

**Reviewed Date:** April 28, 2026

**What do you like best about LaunchDarkly?**

I like using LaunchDarkly to roll out features in phases and being able to test them on specific accounts. The ability to create segments is really handy because it allows me to create a data set and use it in rules at multiple places, which means I don't have to manually add rules every time. Instead, I can just add an existing segment. The initial setup was very easy as well; I was able to create the flag in the UI and quickly implement it within our code.

**What do you dislike about LaunchDarkly?**

Nothing, everything works great

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly to roll out features in phases and test accounts first. Creating segments helps us reuse rules without manually adding them each time.

**Official Response from Micaela Durkin:**

> Thank you for sharing your experience with us! I'm glad to hear phased rollouts and reusable segments are helping you all move faster and avoid repetitive work. It’s great the setup and implementation felt smooth as well.

  ### 25. Instant Kill Switch Control Without Redeploys—A Production Safety Net

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Construction | Enterprise (> 1000 emp.)

**Reviewed Date:** February 17, 2026

**What do you like best about LaunchDarkly?**

The best part is the immediate 'Kill Switch' capability. If a new feature causes a spike in errors or crashes a service, we can disable it in under 200ms without having to redeploy code or restart applications. It’s the ultimate safety net for our production environment.

**What do you dislike about LaunchDarkly?**

My main concern is the inherent dependency risk. Because our release process is so heavily reliant on LaunchDarkly, any latency or outage on their infrastructure can impact our ability to manage features in real-time. We saw this firsthand during a recent AWS outage; because LD’s flag evaluation was affected, it trickled down to our end users. It serves as a reminder that you have to be extremely intentional about your 'fallback' values in the code to ensure the app remains functional even if the flagging service is unreachable.

**What problems is LaunchDarkly solving and how is that benefiting you?**

Operational Peace of Mind: You can ship code at 2 PM on a Friday because you know the feature is hidden behind a flag. If anything breaks, you have a 200ms kill switch rather than a 30-minute rollback process.
The "Big Bang" Release Risk: Traditionally, deploying code meant releasing it to everyone at once. If there was a bug, you had to scramble to roll back the entire deployment.

**Official Response from Micaela Durkin:**

> Thank you for sharing such a thoughtful review! We’re so thrilled to hear that kill switches give your team the confidence to ship, even on a Friday afternoon, and helps reduce the risk of big bang releases. We also appreciate you calling out the importance of fallback values and dependency planning, as resilience is critical when feature management becomes such a core part of your release process.

  ### 26. Highly Granular Flags That Are Easy to Tailor

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** August 03, 2026

**What do you like best about LaunchDarkly?**

I really appreciate the granularity of the flags and how easily you can tailor them to your exact needs.

**What do you dislike about LaunchDarkly?**

Sometimes the UI feels a bit overwhelming, and it can take extra effort to navigate. It’s also not the easiest to replicate an environment exactly without using the CLI.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly helps us roll out features smoothly and confidently, and it’s been great for ensuring we avoid downtime.

**Official Response from Micaela Durkin:**

> We're so happy to know that LaunchDarkly’s granular flagging and reliable rollouts help you release confidently!  We appreciate your candid input on making the UI easier to navigate. We’re also continuing to make environment replication and migration workflows smoother with capabilities like compare-and-copy settings and developer tooling.

  ### 27. Streamlined Feature Management, Boosts Product Releases

**Rating:** 4.5/5.0 stars

**Reviewed by:** Mary R.

**Reviewed Date:** February 10, 2026

**What do you like best about LaunchDarkly?**

I like LaunchDarkly's easy-to-use interface. It took a minute to learn, but once you get the hang of it, it's easy. I appreciate having normal names for flags along with code-names, so our CRM can display which flags a customer is part of without it looking like code. I also like the segments feature because I can group customers into a segment and add them to feature flags, ensuring I've got them all. If needed, I can add a customer to the segment without having to edit a ton of different flags.

**What do you dislike about LaunchDarkly?**

I find it a bit annoying that when a new flag is created, we always have to name the true/false values. They used to be labeled enabled/disabled by default, so half our flags are one or the other. Also, when you turn it on, it's on for everyone by default. For our company, we usually do the opposite, so I'm always editing that right at the start to avoid accidentally turning it on for everyone.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly manages all feature flags, replacing manual code updates and a home-grown tool. It lets us control beta access, roll back features if needed, and handle product releases smoothly. Without it, managing features would be much harder, especially with bugs.

**Official Response from Micaela Durkin:**

> Thank you so much for sharing your experience! We’re glad to hear that the interface, segments feature, and ability to use clear flag names are helping you streamline customer targeting and manage releases with confidence. We appreciate your feedback around default true/false naming and rollout behavior as well, and we’ll be sure to share that with our product team as we continue improving the flag creation experience.

  ### 28. Flexible Feature Flags with Easy Configuration

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Business Supplies and Equipment | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 24, 2026

**What do you like best about LaunchDarkly?**

I like the flexibility of being able to configure a feature flag with different rules.

**What do you dislike about LaunchDarkly?**

For now, nothing to complain about. I really like the way Launch Darky works, and how easily you can use it on both the backend and the frontend.

**What problems is LaunchDarkly solving and how is that benefiting you?**

With it, I can easily configure new features for internal users, and I can also release special features only for premium users or for specific customers.

**Official Response from Micaela Durkin:**

> Love hearing this! We're glad the flexibility of configuring flag rules has made it easy to roll out features for internal users and tailor releases for specific customers across both backend and frontend. We appreciate your partnership and look forward to continuing to support your team.

  ### 29. Feature Flag Management with LaunchDarkly

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 09, 2026

**What do you like best about LaunchDarkly?**

I think the UI of LaunchDarkly is just very clean, simple, and easy to use. Generally, it's really good. I love the targeting rules; you're able to just grab a random list of items from your DB or something, a bunch of IDs, and paste it in to create a new group yourself. Our LaunchDarkly is integrated with GitHub, so when we add flags to GitHub, it automatically creates them in LaunchDarkly. Overall, I've been very happy with LaunchDarkly.

**What do you dislike about LaunchDarkly?**

Sometimes in LaunchDarkly it's not clear which context keys I should be using (this is moreso of an issue with our management rather than the product) BUT it would be nice to have these auto generated based on which contexts are currently being provided to the flag in evaluations instead of some master list of context keys.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly lets me roll out features gradually, test on a small user set first, and minimizes launch risks.

**Official Response from Micaela Durkin:**

> Thank you so much for sharing your experience with us! We’re happy to hear that the clean UI, flexible targeting rules, and GitHub integration are making it really easy for you to create and manage flags while rolling out features gradually with confidence. We appreciate your feedback on context keys as well, and we’ll be sure to share that suggestion with our product team. 

  ### 30. Effortless Feature Rollouts, Empowering Non-Tech Users

**Rating:** 5.0/5.0 stars

**Reviewed by:** Beth C. | Operations Lead, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 03, 2026

**What do you like best about LaunchDarkly?**

I like how user friendly LaunchDarkly is for someone who's non-technical. It's really quick to get your head around and really quick to make changes. It's also really clear on who's getting what experience and why, so you don't feel any nervousness around releasing something.

**What do you dislike about LaunchDarkly?**

Nothing

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly provides a simple interface to manage complicated rollouts. I can set up segments and flags myself, reducing reliance on engineers. It offers visibility over access, making the process straightforward and efficient.

**Official Response from Micaela Durkin:**

> Thank you for sharing this! We’re thrilled LaunchDarkly helps make complex rollouts approachable for non-technical teams and gives you the clarity and confidence you need to manage changes.

  ### 31. Safe, Targeted Rollouts with Clear UI and Audit History

**Rating:** 5.0/5.0 stars

**Reviewed by:** Behnam S. | Customer experience engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** January 27, 2026

**What do you like best about LaunchDarkly?**

I like how easy it is to roll out changes safely, targeting specific users, doing gradual rollouts, and instantly rolling back if something looks off. The UI is clear and the audit/history makes it easy to track what changed and why.

**What do you dislike about LaunchDarkly?**

Sometimes it can feel a bit complex at first especially with lots of flags and rules and it’s easy for flags to pile up if you don’t stay on top of cleanup.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly helps us ship changes more safely by separating releases from deployments. We can roll out features gradually, target specific users/segments, and quickly turn things off if there’s an issue so we reduce risk, move faster, and troubleshoot incidents without rushing hotfix deployments.

**Official Response from Micaela Durkin:**

> Thank you for sharing your experience! We’re glad to hear LaunchDarkly helps you roll out changes safely with clear targeting, quick rollbacks, and a helpful audit history. We also appreciate the feedback on managing flags at scale and agree that staying on top of cleanup is key as teams grow.

  ### 32. Empowers Feature Management with Easy Configuration

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Financial Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** January 29, 2026

**What do you like best about LaunchDarkly?**

I like that LaunchDarkly is very configurable, allowing me to set values for feature flags across different environments like dev, QA, staging, and production etc. It also lets me configure various parameters that our UI or API works on, making it flexible. I appreciate that it can handle not just true or false values but also return string values and lists, which I find beneficial.

**What do you dislike about LaunchDarkly?**

At this moment, I think there is no external APIs allowed by LaunchDarkly to show the feature flag values. So our organization planned to build an internal app or page to let product managers and others see the feature flags and their values without giving everyone access to LaunchDarkly. We couldn't find an external API that supports this, as LaunchDarkly doesn't expose the endpoint for flag names and values. I think it is a limitation for my organisation's requirement.

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly for feature flags, enabling my team to ship new features safely. It lets us turn features on or off to prevent customers from encountering defective products, and supports both Boolean, string and list values for robust API and UI functionality.

**Official Response from Micaela Durkin:**

> Thank you so much for the great review! We’re glad LaunchDarkly’s flexibility across environments and support for multivariate flag values are helping your team ship safely and with confidence. We appreciate your feedback around external visibility into flag values, and our Slack or Teams integrations may be helpful for sharing flag changes and activity more broadly with your team.

  ### 33. Easy to Understand, Comprehensive, and Flexible Feature Flagging with LaunchDarkly

**Rating:** 4.5/5.0 stars

**Reviewed by:** Micah B. | Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** June 02, 2026

**What do you like best about LaunchDarkly?**

LaunchDarkly is easy to understand while still being extremely comprehensive and flexible. I’ve used it at multiple workplaces, and I’m always happy to see it already in use as a service at an organization.

**What do you dislike about LaunchDarkly?**

Not much to complain about—any shortcomings I initially thought it had were overcome once I learned more about the product.

**What problems is LaunchDarkly solving and how is that benefiting you?**

Segmented rollouts let us release features to specific user groups, using feature flags so we can quickly revert if needed. It also makes it easy to target particular user segments when a feature requires it.

**Official Response from Micaela Durkin:**

> Thank you for sharing your experience with LaunchDarkly! We’re glad to hear it's been been both easy to use and flexible, and that segmented rollouts have helped you release with more confidence.

  ### 34. Time-Saving Feature Management with LaunchDarkly

**Rating:** 5.0/5.0 stars

**Reviewed by:** Israel S.

**Reviewed Date:** January 28, 2026

**What do you like best about LaunchDarkly?**

I like how easy it is to integrate LaunchDarkly into our app, even in a complex enterprise Angular application. The straightforward implementation and creation of new feature flags save us a lot of time and effort, allowing new feature flags to be created in just minutes. I appreciate the well-designed dashboard, offering plenty of metrics to evaluate statistics for each flag. It's clear to see the state of each flag at any given time, which helps avoid mistakes. The organization of the dashboard into projects makes it easy to manage a large number of flags. What I like most is the rapid toggling response; changes reflect in the app in just 3-5 seconds after saving. We've also had a smooth experience with no server downtime during tests. I first heard about LaunchDarkly from a teammate and found it to be incredibly likable from the start. The initial setup was straightforward, and with just a Confluence article and a short call, we had it fully integrated in under two days. I rate it a 10 for its time-saving feature flagging and other capabilities, even those I haven't explored yet.

**What do you dislike about LaunchDarkly?**

The only thing that comes to my mind is to improve the possibility to completely get rid of feature flags created by mistake. I've only found the options to archive or deprecate it. But in some projects could be dozens of flags, and not necessarily all of the are required... so it would be nice to be able to delete them.

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly to control access and visibility of features without redeploying, which saves time. It allows almost real-time changes to feature flags, eliminating the need for backend development or hardcoding values.

**Official Response from Micaela Durkin:**

> Thank you so much for the thoughtful review and for sharing how LaunchDarkly has helped your team save time with fast flag creation and clear visibility in a complex Angular environment. We’re glad the dashboard, real-time updates, and smooth rollout helped you avoid downtime. You can delete flags, though it’s generally not recommended, and we’re happy to help if you’re not seeing that option.

  ### 35. Enhanced Feature Control with User-Friendly Experience

**Rating:** 4.5/5.0 stars

**Reviewed by:** Jason P.

**Reviewed Date:** January 26, 2026

**What do you like best about LaunchDarkly?**

I appreciate that LaunchDarkly offers a better UX compared to Taplytics, both in the SDK and the dashboard. I particularly like that when editing a flag, the change does not apply until I click 'save changes.' Taplytics, about 2 years ago, didn't have that feature and would apply my changes as soon as I made them.

**What do you dislike about LaunchDarkly?**

I think UX can be improved in managing many feature flags in an experiment. I don't think I can intuitively understand what experiment (a feature flag parent or group) this current feature flag I'm looking at is grouped with. With multiple feature flags being turned on, I would love to be able to see a diagram or graph that shows the entire branches of what flags we have set up and its traffic status.

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly to control features and experiments, solving feature experimentation and monitoring usage stats for each feature flag.

**Official Response from Micaela Durkin:**

> Thank you for sharing your experience with us! We’re glad to hear you’ve found value in the UX improvements and the ability to review flag changes before saving, especially compared to past tools you’ve used. We also appreciate your feedback on visualizing experiments and will be sure to share that with our product team.

  ### 36. Essential Tool for Granular Feature Management

**Rating:** 5.0/5.0 stars

**Reviewed by:** Waylan M.

**Reviewed Date:** January 23, 2026

**What do you like best about LaunchDarkly?**

What I like most is how flexible and precise it is with feature gating. I use it to control access to different parts of our platform, and it’s easy to target features by individual users, email domains, or specific groups. That level of control lets us roll out changes safely, test things with the right audiences, and avoid unnecessary risk. It’s become a really valuable part of how we ship and manage features, and I’d absolutely recommend it.

**What do you dislike about LaunchDarkly?**

There isn’t much I dislike about LaunchDarkly. Like any tool, it can take some time to fully understand and use all of its capabilities, but once you’re familiar with it, it works very well.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly helps us avoid all-or-nothing releases. We use it for granular feature gating so we can control who sees what and roll features out gradually instead of flipping a big switch for everyone. That makes releases safer, reduces risk, and gives us more control over how changes reach users.

**Official Response from Micaela Durkin:**

> Thanks so much for sharing this thoughtful review! We’re glad to hear LaunchDarkly’s granular targeting helps you roll out changes safely, reach the right audiences, and avoid all-or-nothing releases. We also appreciate the note on the learning curve and are happy to hear it’s become a valuable part of how you ship and manage features.

  ### 37. Effortless Feature Rollouts & Easy Configuration

**Rating:** 4.5/5.0 stars

**Reviewed by:** Kamlesh S.

**Reviewed Date:** February 02, 2026

**What do you like best about LaunchDarkly?**

I like the easy setup and configuration of LaunchDarkly. The dashboard makes it simple to set up flags that can be used in software systems with the chosen SDK, like Python. The UI dashboard also allows for monitoring of the flags and their usage. The option to rollback changes easily by toggling LaunchDarkly flags is very useful. The initial setup was easy thanks to the self-explanatory docs.

**What do you dislike about LaunchDarkly?**

I dislike that instead of having a binary true or false for flags, the flags should have the options to take a continuous range of values. This has specific use cases and currently this may be possible but probably requires some setup.

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly for gradual rollout of product features. It provides easy rollback of changes through toggling flags. The setup and configuration are easy, and the dashboard allows monitoring and using flags with SDKs like Python.

**Official Response from Micaela Durkin:**

> Thank you for the thoughtful review! We’re glad to hear LaunchDarkly has made feature rollouts, rollbacks, and monitoring easy for you, and that the documentation and Python SDK helped make setup straightforward. We also appreciate your feedback on flag flexibility, and want to note that LaunchDarkly supports additional flag types like number and JSON, which can handle more advanced or continuous value use cases, and we’ll keep working to make those capabilities easier to use and discover.

  ### 38. Easy Feature Flag Management with Granular Targeting Options

**Rating:** 4.5/5.0 stars

**Reviewed by:** James S. | Senior Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 11, 2026

**What do you like best about LaunchDarkly?**

LaunchDarkly makes it very easy to configure and manage feature flags for our software. The wide variety of targeting options and flag variations allow us to easily roll out features at a very granular level.

**What do you dislike about LaunchDarkly?**

The wide amount of customization can make the simple cases of flag configuration feel a little overwhelming at first. Takes some time to get used to the UI and terminology.

**What problems is LaunchDarkly solving and how is that benefiting you?**

We put all our new features behind feature flags and gradually roll them out to customers, LaunchDarkly makes this simple. We also have a lot of flags we use for troubleshooting purposes that help with customer support cases.

**Official Response from Micaela Durkin:**

> Thank you for sharing your experience! We’re so glad LaunchDarkly’s targeting and flag variations make it easy for your team to roll out features thoughtfully and support troubleshooting when needed. We also appreciate the feedback on the learning curve, and we’re continually working to make the UI and terminology more intuitive for both simple and advanced use cases. The LaunchDarkly Academy has been really helpful for teams getting started. 

  ### 39. First-Class Feature Flag Management with Granular Audit Controls

**Rating:** 4.5/5.0 stars

**Reviewed by:** Andy N. | Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 07, 2026

**What do you like best about LaunchDarkly?**

First-class feature flag management with granular audit controls

**What do you dislike about LaunchDarkly?**

Nothing comes to mind. Everything just works

**What problems is LaunchDarkly solving and how is that benefiting you?**

Allows the team to ship safely and experiment with features. Their SDKs provide ease of implementation

**Official Response from Micaela Durkin:**

> We truly appreciate you sharing your experience with LaunchDarkly, and I'm glad it's been a good one! 

  ### 40. Truly reliable feature flagging that takes the stress out of deployments.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** January 14, 2026

**What do you like best about LaunchDarkly?**

I’ve used several tools in this space, but LaunchDarkly stands out because of its absolute consistency. In our team, we rely on the high availability and accuracy of their SDKs; when we toggle a flag, it works instantly without any "flicker" or delay. The platform is very smooth to navigate, which makes it easy to manage multiple environments. It’s one of the few tools in our stack where everything just works exactly as it’s supposed to, every time.

**What do you dislike about LaunchDarkly?**

Honestly, there isn't much to complain about. If I had to pick something, the pricing model is definitely on the enterprise side, so you have to be mindful of your seats as your team grows. But given the uptime and accuracy we get in return, the value is clearly there.

**What problems is LaunchDarkly solving and how is that benefiting you?**

It has completely changed how we handle releases. We no longer have to do "big bang" deployments at midnight. We can push code to production behind a flag and then roll it out to 1% or 5% of users during normal business hours. This has made our release cycle much more stable and has significantly reduced the risk of production outages.

**Official Response from Micaela Durkin:**

> Thank you for the thoughtful review and for calling out the consistency and reliability of LaunchDarkly! We’re so glad to hear the SDK performance, instant flag updates, and easy environment management are helping your team ship confidently during normal business hours. It’s great to know feature flags have made your release process safer and more predictable.

  ### 41. Effortless Feature Rollouts with Handy UI

**Rating:** 4.5/5.0 stars

**Reviewed by:** Mubin A.

**Reviewed Date:** January 12, 2026

**What do you like best about LaunchDarkly?**

I appreciate the UI of LaunchDarkly, which is kind of easy to understand without having to read a manual, although some exploration and guides can be helpful. I like how LaunchDarkly allows us to roll out features to specific clients, using key attributes like ID or country, and even lets us filter hundreds of IDs in a segment. This makes it much easier compared to doing it manually in the codebase or with a database. Having a UI to manage features definitely makes things easier for us.

**What do you dislike about LaunchDarkly?**

If I'm not mistaken, once I set the key name for a feature, it cannot be changed. I shouldn't reuse the same key name as it will confuse future team members including me. I need to create a different feature to have a new key name.

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly to roll out new features without breaking production and to customize user experiences. It makes dividing user pools into different experiences easy, avoiding codebase and database manual work, and lets me target specific clients accurately.

**Official Response from Micaela Durkin:**

> Thank you for your thoughtful review and for highlighting how LaunchDarkly’s UI and targeting capabilities simplify feature rollouts without changes to your codebase. We’re glad to hear that segments and attribute-based targeting are helping you manage complex rollouts with confidence!

  ### 42. The industry standard for safe feature management

**Rating:** 5.0/5.0 stars

**Reviewed by:** Janey L. | Engineering Manager, Enterprise (> 1000 emp.)

**Reviewed Date:** January 10, 2026

**What do you like best about LaunchDarkly?**

My favorite feature is the "Kill Switch" capability. It gives our team tremendous confidence to know that we can immediately disable a problematic feature in production without having to roll back code. The ability to separate deployment from release has truly transformed our workflow for the better.

**What do you dislike about LaunchDarkly?**

Dealing with "flag debt" can be quite challenging. Although there are tools available to help spot outdated flags, actually removing them from the codebase once a feature is fully released still demands significant manual effort and discipline from the engineering team.

**What problems is LaunchDarkly solving and how is that benefiting you?**

It decouples our code deployments from feature releases. We can merge code to the main branch daily without exposing incomplete features to customers. It acts as an immediate safety net. If a new feature causes performance issues, we can disable it in seconds without waiting for a new build or deployment pipeline to run. It allows us to safely test features with a small percentage of users to gather feedback and verify stability before rolling out to 100% of our audience.

**Official Response from Micaela Durkin:**

> Thank you for the thoughtful review! We’re glad to hear how LaunchDarkly helps your team move faster, test safely, and protect performance in production with confidence. We also appreciate your feedback on flag debt and are continuing to invest in tooling and guidance to make flag cleanup easier.

  ### 43. Unmatched Feature Release Control and Speed

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer & Network Security | Enterprise (> 1000 emp.)

**Reviewed Date:** January 12, 2026

**What do you like best about LaunchDarkly?**

Its the best tool we have found to implement Feature Releases. The ease of not having to deploy changes when we want to enable/disable features is unparalleled.
The speed at which we are able to release features has considerably increased because we know things are behind a flag and the flag cant be turned on/ off at will and easily in seconds.
We also features like A/B testing targeting segments and users and groups.

**What do you dislike about LaunchDarkly?**

Maintaining different environments and keying in different configurations for each environment is a little clumsy. 
If there is something that would allow like a single screen to apply multiple configurations for different environments at the same time instead of doing it one at a time, it would be cool.

**What problems is LaunchDarkly solving and how is that benefiting you?**

Mostly, the ease of turning on/off features is the biggest advantage. 
Also, the ability to target users and groups and segments with minimal effort.

**Official Response from Micaela Durkin:**

> Thank you so much for the great review and for highlighting how LaunchDarkly has helped you speed up feature releases and confidently control rollouts without redeploying code. It’s so great to hear that flags, targeting, and experimentation are making it easier to release and test features with the right users at the right time.

  ### 44. Effortless Feature Management, Strong Analytics

**Rating:** 4.5/5.0 stars

**Reviewed by:** Quinn N. | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 20, 2025

**What do you like best about LaunchDarkly?**

I appreciate how LaunchDarkly has become an essential part of our software delivery process, allowing us to manage feature flags and perform progressive rollouts confidently. The setup process was very straightforward, with clear documentation and easy integration of SDKs. Using LaunchDarkly significantly enhances our release management and risk reduction strategies while facilitating cross-team collaboration. One of the standout benefits is the ability to roll out features gradually, test changes, and roll back instantly if needed without disrupting our customers or requiring a redeploy. I find the feature complete nature of the service for managing feature flags, along with its impressive analytics capabilities, extremely valuable. These features bolster our decision-making process, enabling us to make smarter decisions around feature availability and customer segmentation. Additionally, I find the ease of use of the platform compelling, and it significantly contributes to why I would consider buying LaunchDarkly again.

**What do you dislike about LaunchDarkly?**

I would add more capabilities to flag organization - having more filters available to keep flags organized across segments.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly helps manage releases, reduces risk, and improves collaboration. It allows gradual rollouts, instant rollbacks, and offers control over live features, enhancing decision-making with its analytics.

**Official Response from Micaela Durkin:**

> Thank you for your thoughtful review! We're happy to hear LaunchDarkly has become an integral part of your release and decision-making process, especially for managing feature flags and progressive rollouts. We also appreciate your feedback about adding more filtering options for organizing flags. Have you tried using tags to help with flag organization? That might make it easier to manage across segments.

  ### 45. Comfortable, Environment-Based Flag Management

**Rating:** 5.0/5.0 stars

**Reviewed by:** German S. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 24, 2026

**What do you like best about LaunchDarkly?**

Comfortable for flag management per environment

**What do you dislike about LaunchDarkly?**

The UI is not straightforward when trying to add a new flag

**What problems is LaunchDarkly solving and how is that benefiting you?**

different environment and container flags management in one place

**Official Response from Micaela Durkin:**

> Thank you for taking the time to share your experience with LaunchDarkly! 

  ### 46. Effortless Feature Flag Management with LaunchDarkly

**Rating:** 4.5/5.0 stars

**Reviewed by:** Thomas B. | Backend Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** January 14, 2026

**What do you like best about LaunchDarkly?**

I like the simplicity of the mechanism and the clearness of the management console in LaunchDarkly. I also appreciate the easy feature flag management and frontend feature flag support it provides. Additionally, the feature flag values refresh, or data invalidation process, works well. The initial setup was pretty easy too.

**What do you dislike about LaunchDarkly?**

The review and approval system wasn't clear at first. I also would like to be able to automatically apply changes as soon as they're approved.

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly for easy feature flag management and support for Frontend feature flags.

**Official Response from Micaela Durkin:**

> Thank you for sharing your experience with us! We’re glad to hear that the intuitive interface and strong frontend feature flag support have made managing flags simple for you, and that both the initial setup and the flag refresh process have been smooth and reliable. We appreciate your feedback on the approvals process, and there is an option to automatically apply approved changes depending on your configuration. Our support team would be happy to help answer any questions about the set up process.

  ### 47. Transformative Feature Management with Dependable Flags

**Rating:** 5.0/5.0 stars

**Reviewed by:** Kartik M.

**Reviewed Date:** December 30, 2025

**What do you like best about LaunchDarkly?**

I use LaunchDarkly for feature rollout plans, controlling a particular feature, and rolling back changes while on-call. It gives me an assurance about which feature broke something or didn't, making me feel safe in the head. I love the dependent flags feature because it eliminates the need to communicate with the other team about going live, as I can just make it a dependent flag. Additionally, authoring history is a must-have for me as it allows me to see who turned a feature on or off and investigate the associated ticket. The initial setup of LaunchDarkly was straightforward.

**What do you dislike about LaunchDarkly?**

I believe long back when using dependent flag, there was a small inconsistency that the parent flag had to be rolled out before my flag but not sure it maybe mentioned in the docs now. Other than that I have no issues.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly makes me feel assured by identifying if a feature broke something. I love using dependent flags to streamline communication with teams and appreciate the authoring history for tracking changes.

**Official Response from Micaela Durkin:**

> Thank you for the detailed review! We’re glad to know LaunchDarkly is giving you confidence during rollouts and on-call work, and it’s great to hear how dependent flags and authoring history are helping you move faster with less coordination overhead. 

  ### 48. Intuitive UI with Easy Feature Flag Management

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User | Enterprise (> 1000 emp.)

**Reviewed Date:** May 28, 2026

**What do you like best about LaunchDarkly?**

I like how easy and intuitive it is to turn on and off flags and control what users have access to the feature. The intuitive and friendly UI and the flexible feature set make it easy for me to configure user access and flip flags quickly. The initial setup is also quite simple and easy.

**What do you dislike about LaunchDarkly?**

If one has to manage a set or matrix of features instead of a single feature, it might be a little hard to manage.

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly to limit access to new features for gradual rollouts. It's easy to turn flags on and off and configure user access with an intuitive UI and flexible features.

**Official Response from Micaela Durkin:**

> Thank you so much for sharing this review with us and for your time! We’re happy to hear LaunchDarkly is making it easy to manage flags, control access, and support gradual rollouts with a simple setup and intuitive UI. We also appreciate the candid feedback on managing larger sets of features, and we’re grateful you took the time to share your experience.

  ### 49. Effortless Feature Management with LaunchDarkly

**Rating:** 5.0/5.0 stars

**Reviewed by:** Siddharth P. | Tier 3 Sr. Support Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 20, 2025

**What do you like best about LaunchDarkly?**

I greatly appreciate LaunchDarkly for its ability to efficiently manage feature flags for customer instances. It provides a quick and seamless way to enable or disable application functions, which is incredibly valuable for managing dynamic customer requests, such as enabling AI services. The feature history tracking is another fantastic aspect, allowing me to see past changes made to each feature flag, contributing to better management and oversight. Additionally, the initial setup was remarkably straightforward, thanks in part to the support provided by the LaunchDarkly team. Their guidance made the process smooth and hassle-free.

**What do you dislike about LaunchDarkly?**

There is nothing that I dislike about LaunchDarkly

**What problems is LaunchDarkly solving and how is that benefiting you?**

I use LaunchDarkly to quickly enable and disable application functions and manage Feature Flags, streamlining the process for customer requests and tracking feature flag changes.

**Official Response from Micaela Durkin:**

> Thank you so much for your thoughtful review! We are thrilled to hear that LaunchDarkly has made managing feature flags effortless and that our support team helped make your setup smooth. It’s great to know the feature history tracking and flexibility for managing customer requests are adding real value to your workflow.

  ### 50. Intuitive Feature Flagging with Easy Setup

**Rating:** 5.0/5.0 stars

**Reviewed by:** Matt L.

**Reviewed Date:** December 17, 2025

**What do you like best about LaunchDarkly?**

I really like how LaunchDarkly is super easy to use, especially with the change log for each feature flag. It's like a git repo, allowing us to see who's edited it and when, which is super helpful and intuitive for our workflow. It was also super easy to set up; our front-end engineer did it in a day. LaunchDarkly makes managing feature flags for our different customers very convenient.

**What do you dislike about LaunchDarkly?**

When I'm editing a feature flag, I always have to type the word 'production' or 'development.' For production, I feel like that's necessary, but for a dev environment, it doesn't seem like we should have to do that all the time. That's the main complaint. I also find LaunchDarkly a little difficult to navigate. Our entire organization uses LaunchDarkly, and finding our specific team's feature flags is a bit of a puzzle if I start at the beginning.

**What problems is LaunchDarkly solving and how is that benefiting you?**

LaunchDarkly allows us to segment features behind service agreements, so we can turn features on and off for different customer subsets easily. It's been super helpful for managing these features.

**Official Response from Micaela Durkin:**

> Thank you so much for the thoughtful review! It’s great to hear how the change log, intuitive workflow, and quick setup have supported your team. We appreciate you calling out the friction around typing environment names for your flags, and I’ve shared that feedback with our product group. If your team isn’t already using tags, they can be a helpful way to organize flags by team. I've linked the documentation below! 


## LaunchDarkly Discussions
  - [What is LaunchDarkly used for?](https://www.g2.com/discussions/what-is-launchdarkly-used-for) - 1 comment
  - [How do I use LaunchDarkly?](https://www.g2.com/discussions/how-do-i-use-launchdarkly) - 1 comment

- [View LaunchDarkly pricing details and edition comparison](https://www.g2.com/products/launchdarkly/reviews?filters%5Bnps_score%5D%5B%5D=5&page=2&section=pricing&secure%5Bexpires_at%5D=2026-08-13+23%3A02%3A39+-0500&secure%5Bsession_id%5D=d81bdc38-a1f2-4a38-a17c-b48baf7e8f57&secure%5Btoken%5D=0e1aed4614b37a446da7cb7d9123cd733db852e4b4cff7b19fbf36f943fec1d4&format=llm_user)
## LaunchDarkly Integrations
  - [Amazon Elastic Kubernetes Service (Amazon EKS)](https://www.g2.com/products/amazon-elastic-kubernetes-service-amazon-eks/reviews)
  - [Amazon Kinesis Data Streams](https://www.g2.com/products/aws-amazon-kinesis-data-streams/reviews)
  - [AWS Cloud9](https://www.g2.com/products/aws-cloud9/reviews)
  - [AWS CloudTrail](https://www.g2.com/products/aws-cloudtrail/reviews)
  - [AWS Lambda](https://www.g2.com/products/aws-lambda/reviews)
  - [Azure Kubernetes Service (AKS)](https://www.g2.com/products/azure-kubernetes-service-aks/reviews)
  - [BambooHR](https://www.g2.com/products/bamboohr/reviews)
  - [Bitbucket](https://www.g2.com/products/bitbucket/reviews)
  - [Claude](https://www.g2.com/products/claude-2025-12-11/reviews)
  - [Claude Code](https://www.g2.com/products/anthropic-claude-code/reviews)
  - [Confluence](https://www.g2.com/products/confluence/reviews)
  - [Cursor](https://www.g2.com/products/cursor/reviews)
  - [Datadog](https://www.g2.com/products/datadog/reviews)
  - [Dynatrace](https://www.g2.com/products/dynatrace/reviews)
  - [Express.js](https://www.g2.com/products/express-js/reviews)
  - [GitHub](https://www.g2.com/products/github/reviews)
  - [Google Kubernetes Engine (GKE)](https://www.g2.com/products/google-kubernetes-engine-gke/reviews)
  - [Grafana Labs](https://www.g2.com/products/grafana-labs/reviews)
  - [Honeycomb](https://www.g2.com/products/honeycomb/reviews)
  - [Internal](https://www.g2.com/products/internal/reviews)
  - [Jenkins](https://www.g2.com/products/jenkins/reviews)
  - [Jira](https://www.g2.com/products/jira/reviews)
  - [Linear](https://www.g2.com/products/linear/reviews)
  - [MTECH Systems](https://www.g2.com/products/mtech-systems/reviews)
  - [Next.js](https://www.g2.com/products/next-js/reviews)
  - [Node.js](https://www.g2.com/products/node-js/reviews)
  - [Procore](https://www.g2.com/products/procore/reviews)
  - [Python](https://www.g2.com/products/python/reviews)
  - [React Native](https://www.g2.com/products/react-native/reviews)
  - [Slack](https://www.g2.com/products/slack/reviews)
  - [Slack Connector for Jira](https://www.g2.com/products/slack-connector-for-jira/reviews)
  - [Snowflake](https://www.g2.com/products/snowflake/reviews)
  - [TouchBistro Restaurant POS](https://www.g2.com/products/touchbistro-restaurant-pos/reviews)

## LaunchDarkly Features
**Additional Functionality**
- Tagging
- Natural Language Processing
- Data Extraction
- Multi-Language
- Predictive Analytics
- Drag & Drop
- Speech Recognition
- Reporting/Analytics
- Data Storage Management
- Virtual Personal Assistant (VPA)
- AI Copilot
- Customer Segmentation
- Collaboration Tools
- Data Import/Export
- Generative AI
- For eCommerce
- Role-Based Permissions
- Customizable Branding
- Search/Filter
- Monitoring
- Document Management
- API
- Data Visualization
- Trend Analysis
- Machine Learning
- Access Controls/Permissions
- Alerts/Escalation
- Performance Metrics
- Real-Time Data
- Third-Party Integrations
- Mobile App
- Multiple Data Sources
- For Sales Teams/Organizations
- Sentiment Analysis
- Activity Dashboard
- Chatbot
- Workflow Automation

**Additional Functionality**
- Code Generation
- Text to Image
- Generative AI
- API
- Natural Language Processing
- Virtual Characters and Avatars
- Content Generation
- Personalization and Recommendation
- Conditional Generation
- Transformer Model
- Automated Image & Video Editing
- Interactive and Co-Creative Systems
- Text Summarization
- Data Augmentation
- Variation Autoencoder Models
- Adversarial Training
- Transfer Learning and Fine-tuning
- Simulation and Scenario Generation
- Creative Design
- AI Copilot
- Prompt Engineering
- Foundation Model

**User Identification**
- Demographics
- User Segmentation
- Geolocation
- Predictive Analytics

**User Behavior**
- Click Tracking
- Mouse Movement 
- Frustration Tracking

**Product Analytics**
- Account-Level Analytics
- User-Level Analytics
- Segmentation
- Funnels
- Multi-Product Analytics
- Integrations
- Usage Tracking/Analytics

**Functionality**
- Deployment-Ready Staging
- Integration
- Extensible

**Bug Reporting**
- User Reports & Feedback
- Tester Reports & Feedback
- Team Reports & Comments

**Visibility**
- Dashboards and Visualizations
- Alerts and Notifications
- Reporting

**Management**
- Flag Management
- Rollout & Rollback Control
- Monitoring

**Monitoring**
- Performance Baselines
- Performance Analysis
- Transaction Monitoring
- AI/ML Assistance
- Multi-System Monitoring
- Generative AI
- Container Monitoring

**Computing**
- Generative AI

**Prompt Engineering - Large Language Model Operationalization (LLMOps) **
- Prompt Optimization Tools

**Telemetry Collection & Ingestion - Observability**
- Multi-Telemetry Ingestion
- OpenTelemetry Support

**Prompt Management - Prompt Management Tools**
- Change tracking
- Prompt Behaviour Feedback

**Workflow Design & Integration - AI Orchestration**
- Dependency Management
- Workflow Coordination
- Multi-Provider API Connectivity
- Multi-Step Workflow Creation
- Enterprise System Integration
- Real-Time Data Pipelines

**Agentic AI - Observability Software**
- Autonomous Task Execution
- Multi-step Planning
- Cross-system Integration
- Adaptive Learning
- Natural Language Interaction
- Proactive Assistance
- Decision Making
- AI/Machine Learning
- Third-Party Integrations

**Tracking & Reporting**
- Custom Event Tracking
- Real-Time Insights
- Attribution
- Activity Dashboard
- User Path Tracking
- User Activity History
- Multi-Channel Attribution
- In-App Events Tracking

**A/B Testing **
- Error and Bug Tracking
- Split URL Testing
- Data Analysis
- Notes

**Management**
- Processes and Workflow
- Reporting
- Automation

**Bug Monitoring**
- Bug History
- Data Retention

**Monitoring and Management**
- Automation
- Performance Baseline
- Real-Time Monitoring

**Functionality**
- Multi-Environment Control
- Feature Testing
- Low-Code Interface

**Response**
- Dashboards and Visualization
- Incident Alerting
- Root Cause Analysis (RCA)
- Trend Analysis
- Data Visualization

**Experimental Design**
- Multivariate testing capacities
- Split Testing
- Mobile Testing
- AI Assisted Testing
- AI Generated Variations
- Multivariate Testing

**Model Garden - Large Language Model Operationalization (LLMOps)**
- Model Comparison Dashboard

**Visualization & Dashboards - Observability**
- Unified Dashboard
- Trace Visualization
- Activity Dashboard

**Agentic AI - Product Analytics**
- Cross-system Integration
- Adaptive Learning
- Machine Learning

**Performance Analytics - Prompt Management Tools**
- Lower Latency
- Token Usage
- Cost Control

**Performance Optimization & Analytics - AI Orchestration**
- Workflow Performance Dashboards
- Workflow Reporting
- Resource Utilization Monitoring
- Computational Resource Management
- Dynamic Scaling
- Component Monitoring

**Metrics**
- Engagement
- Retention
- Return
- Conversions
- Engagement Tracking
- Uninstall Tracking
- Conversion Tracking
- Location Tracking
- ROI Tracking
- Retention Tracking
- Visitor Tracking
- Behavior Tracking
- Revenue Tracking

**Visitor Information**
- User Identification
- Search Box

**Analytics**
- Reporting and Analytics
- Visual Analytics

**Correlation & Root Cause Analysis - Observability**
- Cross-Telemetry Correlation
- Root Cause Detection
- Intelligent Alerting

**Agentic AI - Bug Tracking**
- Adaptive Learning
- Natural Language Interaction
- Proactive Assistance
- Assignment Management
- Prioritization

**Agentic AI - Continuous Delivery**
- Autonomous Task Execution
- Cross-system Integration
- Adaptive Learning
- Natural Language Interaction
- Proactive Assistance

**Model Benchmarking and Comparison - Prompt Management Tools**
- Strategic Model Selection

**Governance & Compliance Controls - AI Orchestration**
- Regulatory Compliance
- Governance Policy Enforcement
- Role-Based Access Control
- Audit Trail Management
- Security Protocols

**Agentic AI - Application Performance Monitoring (APM)**
- Autonomous Task Execution
- Adaptive Learning
- Proactive Assistance
- Decision Making
- Third-Party Integrations

**Agentic AI - Log Monitoring**
- Natural Language Interaction

**Behavioral Analytics - Product Analytics**
- Multi-Product Analytics
- User level Analytics
- Account level Analytics
- Segmentation
- Funnels

**Additional Functionality**
- API
- Audit Trail
- Drag & Drop
- Projections
- Charting
- Ticket Management
- Monitoring
- Status Tracking
- Progress Tracking
- Workflow Management
- Project Time Tracking
- Issue Tracking
- Configurable Workflow
- Collaboration Tools
- Agile Methodologies
- Customizable Fields
- Backlog Management
- Real-Time Updates
- Single Sign On
- Generative AI
- Task Scheduling
- Activity Tracking
- Activity Dashboard
- Task Management
- Project Management
- Project Planning
- Feedback Management
- Code Repository Integration
- Reporting & Statistics
- Email Management
- Knowledge Base Management
- Multiple Projects
- Tagging
- AI Copilot
- File Management
- Issue Management
- Task Planning
- Data Visualization
- Bug/Issue Capture
- Bug Tracking
- Alerts/Notifications
- Commenting/Notes
- @mentions
- Third-Party Integrations
- Customizable Templates
- Task Progress Tracking
- Real-Time Notifications
- Access Controls/Permissions

**Additional Functionality**
- Alerts/Notifications
- Surveys & Feedback
- Mobile Access
- Customizable Templates
- Workflow Management
- Customizable Reports
- Visual Editor
- Conversion Rate Optimization
- Access Controls/Permissions
- Campaign Segmentation
- Widgets
- Activity Dashboard
- Funnel Analysis
- Drag & Drop
- API
- Content Management
- Behavior Tracking
- Landing Pages/Web Forms
- Engagement Tracking
- Geotargeting
- AI Copilot
- Monitoring
- Conversion Tracking
- Customizable Branding
- Real-Time Data
- Assessment Management
- Search/Filter
- Data Visualization
- Statistical Analysis

**Additional Functionality**
- Monitoring
- Push Notifications
- Access Controls/Permissions
- Campaign Management
- Data Modeling
- Funnel Analysis
- For Marketers
- Single Sign On
- Workflow Management
- Customer Experience Management
- Trend Analysis
- Mobile Access
- Third-Party Integrations
- Alerts/Escalation
- Data Import/Export
- Collaboration Tools
- Session Recording
- Data Visualization
- Root Cause Analysis
- Drag & Drop
- Performance Metrics
- Generative AI
- Cohort Analysis
- Issue Management
- Compliance Management
- Heatmaps
- Customizable Branding
- Search/Filter
- AI Copilot
- Event Triggered Actions
- API
- Reporting/Analytics
- A/B Testing

**Application Development - Large Language Model Operationalization (LLMOps) **
- SDK & API Integrations

**Scalability & Ecosystem Integration - Observability**
- Kubernetes Monitoring
- Hybrid/Multi-Cloud Support
- Real-Time Monitoring
- Network Monitoring
- Container Monitoring
- Activity Monitoring

**Agentic AI - Session Replay**
- Cross-system Integration

**Agentic AI - A/B Testing**
- Autonomous Task Execution
- Cross-system Integration
- Adaptive Learning
- Proactive Assistance
- Audience Targeting
- Third-Party Integrations

**Production-ready Deployment Tools - Prompt Management Tools**
- CI/CD Integration

**Platform Infrastructure - Product Analytics**
- Cross System integrations
- Alerts
- Integrations

**Model Deployment - Large Language Model Operationalization (LLMOps) **
- One-Click Deployment

**AI Features - Observability**
- Predictive Insights
- Generative AI
- AI Anomaly Detection

**Prompt Performance - Prompt Management Tools**
- Real-time Visibility

**AI driven optimization - Product Analytics**
- User scoring
- Adaptive learning
- Automated insights
- Autonomous task execution

**Additional Functionality**
- Vulnerability Management
- Load Balancing
- Asset Discovery
- AI Copilot
- Real-Time Data
- Incident Reporting
- Real-Time Analytics
- Threat Response
- Threat Intelligence
- Performance Metrics
- Alerts/Notifications
- Compliance Management
- Workflow Management
- Configuration Management
- Issue Tracking
- Reporting & Statistics
- Log Management
- Troubleshooting
- Incident Management
- Root Cause Analysis
- Prioritization
- Key Performance Indicators

**Additional Functionality**
- Conversion Tracking
- Funnel Analysis
- Product Data Management
- Engagement Tracking
- Alerts/Notifications
- Cohort Analysis
- Session Recording
- AI Copilot
- Data Visualization
- Customer Journey Mapping
- Generative AI
- Interactive Reports
- A/B Testing

**Model Monitoring - Large Language Model Operationalization (LLMOps)**
- Real-Time Performance Metrics

**Security - Large Language Model Operationalization (LLMOps)**
- Access Control Management

**Performance**
- Real User Monitoring (RUM)
- Performance Metrics

**Functionality**
- Load Balancing
- Cloud Observability
- Server Monitoring

**Additional Functionality**
- Real-Time Data
- Email Alerts
- Bottleneck Identification
- API
- Uptime Reporting
- Resource Management
- Dashboard Creation
- Data Import/Export
- Baseline Manager
- Issue Tracking
- Drag & Drop
- Reporting/Analytics
- Alerts/Notifications
- Prioritization
- Collaboration Tools
- Real-Time Reporting
- Application Management
- SSL Security
- Incident Management
- Access Controls/Permissions
- Status Tracking
- Audit Management
- Customizable Reports
- Diagnostic Tools
- Single Sign On
- Workflow Management
- AI Copilot
- Activity Tracking
- Event Logs

## Top LaunchDarkly Alternatives
  - [PostHog](https://www.g2.com/products/posthog/reviews) - 4.5/5.0 (1,046 reviews)
  - [Statsig](https://www.g2.com/products/statsig/reviews) - 4.7/5.0 (346 reviews)
  - [Optimizely Web Experimentation](https://www.g2.com/products/optimizely-web-experimentation/reviews) - 4.2/5.0 (401 reviews)

