Alternatives to LaunchDarkly
Enterprise feature management and experimentation platform.
LaunchDarkly ranks #5 of 8 in Feature flag platforms, with an Alt Score of 86. It is proprietary, freemium from $10/mo per Service Connection (Foundation plan) and available on the web. 13 of 13 checklist rows are verified against a public source.
LaunchDarkly is a feature management platform for progressive rollouts, targeting, experimentation, and kill switches across server and client SDKs.
Engineering teams — from a single free-tier developer up to large enterprises — who need to control feature releases, run experiments, and manage AI agent configs safely in production without redeploying code.
A hosted feature-flag and experimentation platform with percentage-based progressive and guarded rollouts, individual/segment-based user targeting, kill switches, A/B/n experimentation with Bayesian and frequentist analysis, approval workflows, a full change history (audit log), SSO/SAML with SCIM provisioning, and 30+ server-side, client-side, mobile, and edge (Cloudflare, Fastly, Akamai, Vercel) SDKs. A free Developer plan offers unlimited seats and unlimited feature flags; paid Foundation and Enterprise plans add usage-based scale, unlimited change history, and approvals.
Developers wrap code paths in flags managed through the LaunchDarkly web app, then embed a LaunchDarkly SDK in their application; server-side SDKs stream the full flag ruleset and evaluate flags in-process/in-memory without a network call per evaluation, while edge SDKs evaluate flags inside the edge provider itself. Optionally, teams run the self-hosted Relay Proxy to cache and forward the streaming connection to many app instances, though the flag-management service itself remains LaunchDarkly's hosted SaaS.
Why people leave LaunchDarkly
Dashed reasons are sourced facts; the rest are opinions. Vendors can dispute.
Sign in to add a reason — new reasons go through moderation before appearing.
Ranked alternatives
Ordered by Alt Score. Click any score to see the breakdown.
Flagsmith is an open-source feature flag, remote config, and A/B testing platform; self-hostable or cloud.
Unleash is an open-source feature flag and management platform with gradual rollouts, targeting, and edge evaluation; self-hostable or hosted.
GrowthBook is an open-source feature flag and experimentation platform with warehouse-native A/B testing; self-hostable or cloud.
DevCycle is a feature flag management platform built on OpenFeature with edge and local evaluation, targeting, and gradual rollouts.
ConfigCat is a hosted feature flag and configuration management service with targeting, percentage rollouts, and SDKs for many languages.
Split is a feature delivery and experimentation platform combining feature flags with statistical A/B testing and metrics, now part of Harness.
Feature comparison
Rows come from the Feature flag platforms checklist (17 rows). Human-verified cells only. ? means the value has not been verified.
| Feature flag platforms checklist | LaunchDarkly | Flagsmith | Unleash | GrowthBook | DevCycle | ConfigCat |
|---|---|---|---|---|---|---|
| Pricing model | ||||||
| Starts at | ||||||
| License | ||||||
| Platforms | ||||||
| Open source | ||||||
| Self-hostable | ||||||
| Percentage / gradual rollouts | ||||||
| User targeting & segments | ||||||
| A/B testing / experimentation | ||||||
| Kill switches | ||||||
| SDKs (server + client) | ||||||
| Local evaluation / edge | ||||||
| Audit logs | ||||||
| Approval workflows | ||||||
| Analytics integration | ||||||
| Free tier flag limit | ||||||
| SSO / SAML |
Sources & verification
18
Every fact and feature listed for LaunchDarkly is verified against its own pages. Each alternative is sourced on its own page.
-
License Proprietary verified 2026-07-17
The LaunchDarkly platform is proprietary, hosted SaaS. Its client/server SDKs are separately published as open source (e.g. js-client-sdk is Apache License 2.0 per its GitHub LICENSE.txt), but that do
grants to Customer a limited, non-sublicensable, non-exclusive, non-transferable
https://launchdarkly.com/policies/terms-of-service/ -
Pricing model Freemium verified 2026-07-17
Free Developer plan ($0/mo) plus paid Foundation (usage-based, e.g. $10/mo per Service Connection) and custom-priced Enterprise/Guardian plans.
One platform for features and agents. Free to start.
https://launchdarkly.com/pricing -
Starts at $10/mo per Service Connection (Foundation plan) verified 2026-07-17
Cheapest paid tier (Foundation) is usage-based, billed per Service Connection and per 1K client-side MAU ($8.33/mo per 1k client-side MAU), not a flat seat price.
CodeControl: $10 per Service Connection / mo
https://launchdarkly.com/pricing -
Platforms Web verified 2026-07-17
LaunchDarkly is a SaaS web platform; flag evaluation happens via SDKs embedded in customer apps across many languages/runtimes, not a distinct desktop/mobile LaunchDarkly app.
One platform for features and agents.
https://launchdarkly.com/pricing -
Status active verified 2026-07-17
Documentation changelog shows entries dated within days of this research (2026-07-17), indicating active ongoing development.
July 15, 2026
https://launchdarkly.com/docs/home/changelog -
Open source No verified 2026-07-17
The platform is licensed under restrictive SaaS subscription terms, not an open source license. (SDKs are separately OSS, but the flag-management platform is not.)
grants to Customer a limited, non-sublicensable, non-exclusive, non-transferable
https://launchdarkly.com/policies/terms-of-service/ -
Self-hostable No verified 2026-07-17
The Relay Proxy caches/forwards flag data from LaunchDarkly's cloud; it does not let customers run the flag-management server itself. The ToS confirms LaunchDarkly is delivered as 'the hosted LaunchDa
The LaunchDarkly Relay Proxy establishes a connection to the LaunchDarkly streaming API, then proxies that stream connection to multiple clients.
https://raw.githubusercontent.com/launchdarkly/ld-relay/v8/README.md -
Percentage / gradual rollouts Yes verified 2026-07-17
Adjust the percentage of traffic and the duration of each step if needed.
https://launchdarkly.com/docs/home/releases/create-progressive-rollouts -
User targeting & segments Yes verified 2026-07-17
The flag's Targeting tab allows you to assign individual contexts to a particular flag variation, based on the context key.
https://launchdarkly.com/docs/home/flags/individual-targeting -
A/B testing / experimentation Yes verified 2026-07-17
Compare multiple variations of one experience (A/B/n testing): Assign contexts to two or more flag or AgentControl config variations and measure which variation performs best on the metrics you attach
https://launchdarkly.com/docs/home/experimentation -
Kill switches Yes verified 2026-07-17
Enabled" (true) and "Disabled" (false)."
Kill switch flags, sometimes called circuit breaker flags, are permanent boolean flags with two variations:
https://launchdarkly.com/docs/home/flags/killswitch -
SDKs (server + client) Yes verified 2026-07-17
LaunchDarkly attempts to keep all SDKs at feature parity with each other. Even so, slight feature differences exist between server-side, client-side, mobile, and edge SDKs.
https://launchdarkly.com/docs/sdk/concepts/client-side-server-side -
Local evaluation / edge Yes verified 2026-07-17
LaunchDarkly also offers dedicated Edge SDKs (Akamai, Cloudflare, Fastly, Vercel) that evaluate flags within the edge provider itself.
Server-side SDKs can evaluate flags because these SDKs know your complete flag ruleset. These SDKs can determine contexts' flag variations without having to make requests to LaunchDarkly's servers for
https://launchdarkly.com/docs/sdk/concepts/client-side-server-side -
Audit logs Yes verified 2026-07-17
The LaunchDarkly change history used to be called the audit log. The LaunchDarkly REST API still references the audit log.
https://launchdarkly.com/docs/home/releases/change-history -
Approval workflows Yes verified 2026-07-17
When an account member plans a change to a feature flag, AgentControl config, experiment, or segment, they have the option to request approval for that change from a member or team in their LaunchDark
https://launchdarkly.com/docs/home/releases/approvals -
Analytics integration Yes verified 2026-07-17
Data Export provides a real-time export of raw analytics data, including feature flag requests, analytics events, custom events, Experimentation events, and more.
https://launchdarkly.com/docs/integrations/data-export -
Free tier flag limit Yes verified 2026-07-17
The free Developer plan ($0/mo) includes unlimited seats and unlimited feature flags, but limited Client-side MAU and Service Connections.
Unlimited feature flags
https://launchdarkly.com/pricing -
SSO / SAML Yes verified 2026-07-17
If you're a LaunchDarkly administrator or account Owner, you can configure LaunchDarkly to use your IdP when account members authenticate.
https://launchdarkly.com/docs/home/account/saml
FAQ
Yes. DevCycle, ConfigCat and Split have a free tier or are fully free. Free-tier limits in the comparison table are verified and dated.
Flagsmith, Unleash and GrowthBook — every license claim links its source.