
The biggest advantage of LaunchDarkly is the way wherein it's ability to separate deployment and release in a real prod environment. We use it in our stack (Node.js backend + React frontend in most cases) to control feature rollouts without redeploys.
We can turn on features for internal users first, then for certain customers all e and finally roll out in percentage based releases. This has made biweekly releases a lot safer, especially for high impact changes.
The integration of the SDK was simple and once implemented it became a core part of our release workflow. It also gives product and QA teams control over feature exposure without relying on engineering, which increases overall velocity. Review collected by and hosted on G2.com.
Feature flag management can become or becomes a problem if not managed as per best practices. In our case, stale flags started piling up after multiple releases, and without strict cleanup which we have every quarter helps us fix this
Pricing is another concern, it scales quickly as usage grows. During renewal, we didn’t receive the same level of discount that was initially discussed during onboarding, which made cost planning a bit more harder. Review collected by and hosted on G2.com.
Thank you for sharing how LaunchDarkly fits into your Node.js and React workflow! We’re so glad to hear that controlled rollouts, kill switches, and separating deployment from release have made your releases safer and more efficient while empowering your product and QA teams. We also appreciate your note on flag management and agree that consistent cleanup is the key to maintaining a healthy system over time.






