Feature flag installation

Feature flags enable safer deployment and roll back of new features and code. This helps roll out new features to your users in a managed way. If something goes wrong, flags enable roll backs without having to re-deploy your application.

Feature flags also help you control access to certain parts of your product, such as only showing paid features to users with an active subscription or early access features to users enrolled in a beta.

Platforms

Note: Feature flags are not yet supported in our community-maintained Rust SDK. Use the API instead.

Next steps

ResourceDescription
Adding feature flag codeHow to check flags in your code for all platforms
Framework-specific guidesSetup guides for React Native, Next.js, Flutter, and other frameworks
How to do a phased rolloutGradually roll out features to minimize risk
More tutorialsOther real-world examples and use cases

Community questions

Was this page useful?

Questions about this page? or post a community question.