Featured content

What Are Feature Flags?
Blog13 min read
What is a feature flag? At a basic level, feature flags take the form of simple conditionals (e.g., if-else statements) that determine the code path that will be executed. Feature flags determine at runtime which portions of code are executed. This lets you deploy new features without making them visible to users, or you can make features visible only to spe...

Educational videos

Guides

Show more

All Feature Flags

How to instantly roll back buggy features with LaunchDarkly’s JavaScript client library
Blog9 min read
LaunchDarkly’s kill switch feature flags are a helpful tool to disable features with a sin...
Load more