I have been using LaunchDarkly for more than one year due to the nature of my projects. Whenever we want to avoid multiple builds, we use a flag to enable future changes in the production environment.

Reviews from AWS customer
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews
External reviews are not included in the AWS star rating for the product.
Improving task visibility control with error prevention features
What is our primary use case?
How has it helped my organization?
LaunchDarkly allows us to control deployments without multiple builds. It enables us to show the status of tasks to clients when necessary, and when a task is not complete, we can prevent it from being visible by turning off the flag.
What is most valuable?
The ability to turn off a flag is crucial when a task is not complete, especially if there is an error in a commit. This feature ensures that uncompleted tasks are not shown to clients.
What needs improvement?
Right now, no improvements are needed. In the future, after further analysis, if I have any concerns, I may change my mind.
For how long have I used the solution?
I have been using LaunchDarkly for more than one year.
What do I think about the stability of the solution?
I have not faced any issues with the stability of LaunchDarkly.
What do I think about the scalability of the solution?
I just used it for one feature. I need to analyze fully in LaunchDarkly and review the documentation. If I have any concerns, I will let you know.
How are customer service and support?
I don't have an idea about the support team as I didn't have to contact them or open a ticket.
How would you rate customer service and support?
Neutral
How was the initial setup?
The initial setup was straightforward and not complex.
What's my experience with pricing, setup cost, and licensing?
I do not know the cost of LaunchDarkly as it was implemented offshore. I am not aware of its pricing or whether it is a free or paid source.
What other advice do I have?
I would recommend LaunchDarkly for projects with multiple builds. If you wrongly commit tasks, turning off the flag ensures features do not show up for the client.
I'd rate the solution seven out of ten.
Feature management simplified with intuitive UI and seamless integration
What is our primary use case?
I have been working for the client Windstream, which is an enterprise platform where we develop an Appysuit application. We are testing new features without releasing them to all customers, instead releasing to selected customers. I use LaunchDarkly for feature enabling and disabling.
What is most valuable?
The main feature I value is the user-friendliness, especially the flag enabling and disabling. The API integration is also impressive. I appreciate the UI which allows easy enabling and disabling of flags.
What needs improvement?
I have used LaunchDarkly for around two and a half years and I haven't faced any issues with it.
For how long have I used the solution?
I have been using it for two and a half years.
What do I think about the stability of the solution?
Performance-wise, it's very good. It has never gone down in the two and a half years of use. The server has been very stable.
What do I think about the scalability of the solution?
LaunchDarkly is very good for scalability and makes scaling up easy.
Which solution did I use previously and why did I switch?
I did not use any previous solution.
How was the initial setup?
The setup is easy. It is just a click and it provides three environments for development, UAT, and production. It's easy to manage all environments.
What's my experience with pricing, setup cost, and licensing?
Pricing is all handled by my project manager; I don't have any costing information.
Which other solutions did I evaluate?
I did not look into any alternatives.
What other advice do I have?
I would suggest using LaunchDarkly if the application is complex and you have to test many features for future purposes, particularly for enterprise applications. For small applications, I would not suggest using LaunchDarkly. It's easy to use, easy to integrate, and user-friendly.
I'd rate the solution eight out of ten.
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Enables us to target users and control what needs to be visible on their screens but it sometimes breaks down
What is our primary use case?
We use LaunchDarkly for managing feature flags. It helps manage the keys to control what users view on our screens.
How has it helped my organization?
By managing the feature flags, we can target users and control what needs to be visible on their screens.
What is most valuable?
I like that it offers the ability to control the flags.
What needs improvement?
We need experience to use it, and the initial setup can be difficult. Also, sometimes it has breakdowns.
I would rate LaunchDarkly a seven out of ten.
For how long have I used the solution?
I have been using it for almost two years.
What do I think about the stability of the solution?
Sometimes it has breakdowns.
What do I think about the scalability of the solution?
It is easily scalable.
How was the initial setup?
The initial setup is a bit difficult.
What's my experience with pricing, setup cost, and licensing?
I consider the pricing to be high.
What other advice do I have?
I would recommend new users to use LaunchDarkly because of its advantages.
UI interface is very user friendly
Overall, experience clear benefits from the product
Launch Darkly is a great service to toggle any feature
2. You can easily roll out or block a feature for specific customers without any hassle.
3. I use it daily, and it works smoothly with minimal impact on API latency.
4. Setting up a new LD flag takes only a minute.
5. It provides a rich SDK to integrate with Launch Darkly easily.
1. We don't need to think about beta release to a small portion of customers. Just need to put the feature behind LD flag and control the flag from LD dashboard. That's it.
2. When we launch a new feature, we always put that feature behind LD flags. So that if something goes wrong, we don't need rollback anything in a hurry. Just toggle the LD flag by a single click. That would do the job.
Easy Launchdarkly Feature Flags
We use it for almost every new feature that we build in the product, and we have easily integrated it with our MobX Library that is used for global state management, and it makes the integration even more simpler for the developers.
- We are able to partially launch a feature to a subset of users, as we can very easily target to subset of users on the Product very easily using LaunchDarkly.
- Since LD uses an event stream, which modifies the value of the flag in the product as soon as it is updated from the LD Dashboard (without the need to refresh the page). We use use LD as a kill switch for features in which we not very confident about the implementation. With LD we are easily able to kill the code if anything goes south in real-time.