Sign in Agent Mode
Categories
Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

LaunchDarkly

LaunchDarkly

Reviews from AWS customer

2 AWS reviews

External reviews

703 reviews
from and

External reviews are not included in the AWS star rating for the product.


5-star reviews ( Show all reviews )

    Anurag G.

Powerful Feature Control and Integration, but High Pricing for Growing Teams

  • October 15, 2025
  • Review provided by G2

What do you like best about the product?
Strong Feature-Flag / Release Control Capabilities
Good Developer & Integration Experience
Improved Velocity, Reduced Risk
High Ratings & Recognition
What do you dislike about the product?
LaunchDarkly is known to be one of the priciest feature flag platforms.
Pricing scales quickly as you add environments, projects, or users, especially for large teams.
Many small or mid-sized teams say it’s hard to justify the cost if they only use basic flagging.
What problems is the product solving and how is that benefiting you?
LaunchDarkly helps our team safely manage feature releases and experiments without redeploying code. By using feature flags, we can gradually roll out new functionality, perform A/B testing, and quickly disable problematic features in production.

It’s been especially valuable for:
• Reducing deployment risk — we can test features with a small user group before full release.
• Enabling faster iterations — product and QA teams can toggle features instantly without developer intervention.
• Improving reliability — if an issue occurs, we can roll back a feature in seconds instead of redeploying.
• Supporting multiple environments — it simplifies managing flags across staging, pre-prod, and production.

Overall, LaunchDarkly has made our release process more controlled, data-driven, and safer, helping us deliver new features faster while minimizing user impact.


    Kyle B.

LaunchDarkly does exactly what it needs too without bloat

  • October 09, 2025
  • Review provided by G2

What do you like best about the product?
I like how much custom control I have over the rules. I like that I can roll out a feature to however many clients I choose, black or whitelist everyone and retain a history so that I can go back later and revert if need be. The rules are very explicit and we use it for every feature we release.
What do you dislike about the product?
Pricing seems to be a sticking point for some companies. Provisioning a seat for myself seems to be a consistently difficult endeavor and I imagine it's due to cost concerns
What problems is the product solving and how is that benefiting you?
Our continuous integration means that features get released as the devs complete them. LD enables us to roll out betas and control the release of features as well as contain bugs.


    Oren L.

Effortless Feature Flagging with Room for Improvement

  • September 29, 2025
  • Review provided by G2

What do you like best about the product?
I appreciate the seamless integration of LaunchDarkly into our system, which simplifies the implementation of feature flags in our various environments. The feature flag service is crucial for controlling bug production, wrapping codes, and enhancing both internal testing and customer success. This tool significantly supports our operations and it's incredibly useful for testing better features and preparing for new clients.
What do you dislike about the product?
One aspect of LaunchDarkly that I find challenging is the process of opening and managing feature flags across all environments. Currently, I need to enable each feature flag one by one in different environments such as development, staging, pre-production, and production. This is time-consuming and tedious. I would prefer a feature that allows me to update all flags simultaneously across all environments, which would streamline the process significantly.
What problems is the product solving and how is that benefiting you?
I use LaunchDarkly's feature flag service to control bugs and enhance internal testing, which supports better features for customer success and new clients.


    Mohammad S.

LaunchDarkly in Practice: Safe Rollouts, Gradual Delivery, and Real Trade-offs

  • September 25, 2025
  • Review provided by G2

What do you like best about the product?
Feature flag management is essential for enabling gradual rollouts, allowing teams to test new features in production environments safely. This approach also makes it easier to segment users, so specific groups can experience updates before a full release. By using these strategies, I can control who sees new features and monitor their impact, which helps ensure a smoother deployment process.
What do you dislike about the product?
When considering cost and value for smaller teams, it's important to note that the pricing can increase significantly as more feature flags are added.
What problems is the product solving and how is that benefiting you?
Risky Releases and Rollbacks


    Frank A.

Launchdarkly is a game changer for feature management

  • September 24, 2025
  • Review provided by G2

What do you like best about the product?
The ability to easily and securely enable or disable features, as well as collect data, has been very valuable. I have also found the integration with GitHub and Datadog to be excellent.
What do you dislike about the product?
The current tooling functions well, but I find that it needs more integration with GitHub. I would also appreciate greater visibility on flags and a smoother connection with the main application.
What problems is the product solving and how is that benefiting you?
Quickly be able to turn and off feature flags and even schedule those changes to avoid late night releases.


    Shubin L.

A very powerful feature flags management system, might be the most powerful and reliable one.

  • September 24, 2025
  • Review provided by G2

What do you like best about the product?
It broadcasts the changes to multiple running pods if the pods are subscribed to the LaunchDarkly.
What do you dislike about the product?
The flag configuration types are limited. It don't have complex data types.
What problems is the product solving and how is that benefiting you?
It provides us the ability to release new software features safely, and it is easy to turn on/off the feature without rollback the whole thing if anything unexpected happens.


    Thejus T.

Excellent Flag manager

  • September 24, 2025
  • Review provided by G2

What do you like best about the product?
The software is easy to use, offering quick and efficient flag management along with effective context tracking. SDK is fairly easy to integrate as well.
What do you dislike about the product?
I have no complaints so far; using this has been straightforward and it meets my expectations.
What problems is the product solving and how is that benefiting you?
For me, the main benefit is how it handles feature management and keeps track of context.


    Julia L.

Great experience!

  • September 22, 2025
  • Review provided by G2

What do you like best about the product?
Easy to use. User experience is very good.
What do you dislike about the product?
Not much. Happy to use myself and with my team
What problems is the product solving and how is that benefiting you?
NA


    Sahil S.

LaunchDarkly facilitating Agile development

  • September 17, 2025
  • Review provided by G2

What do you like best about the product?
The best part about LaunchDarkly is how easy it makes the feature flagging and gradual rollouts of features. It allows my team to work on multiple different features at the same time without worrying about risky deployments to production. I can push a new feature behind a flag and keep it OFF until the feature is ready to go live. I also liked how easy it was to integrate it with our existing codebase and tech stack. Really a game changer
What do you dislike about the product?
I think the main drawback which our team felt was the pricing plans. It felt a bit high especially considering for smaller teams. Also, sometimes the UI can be a bit confusing when handling a large number of flags in various different environment. It took a bit of time to get used to. But once we were familiar with it, it works well!
What problems is the product solving and how is that benefiting you?
LaunchDarkly helps us stay agile and manage continuous releases. My team can work on multiple features at the same time without worrying about breaking the production, since every new feature sits safely behind a feature flag that’s turned OFF by default. This means we can merge code early and keep the main branch stable, while the development goes on for the feature. It also allows our QA team to handle automation scenarios. We can automate test suites for different features based on different sets of feature flag, this helps us in testing agile workflows. Overall, it reduces the deployment risks while helping us in our development cycle and increasing confidence in every production release.


    Retail

Great platform that works with nearly every language or framework

  • September 06, 2025
  • Review provided by G2

What do you like best about the product?
LaunchDarkly enables my team to decouple our releases from physical deployments giving us more flexibility in our ways of working. We utilize flags for simple toggles and context aware flags for tailored functionally for the user.
What do you dislike about the product?
Licensing per seat is a little frustrating. We are constantly checking who still needs access to the product so we have enough seats available.
What problems is the product solving and how is that benefiting you?
Enabling features when needed and not just when we deploy.
Scheduled flag changes are amazing.
Easy to use admin dashboard that requires no coding experience.
SSO integration with product.