Manage feature rollouts across environments.
Create a new feature flag to get started.
Use this key to check the flag in your code:
// Example Integration if (FeatureProvider.isEnabled('')) { // Show new feature } else { // Show old feature }
Copy this JSON to backup or migrate your flag configuration.
Paste valid JSON configuration here. This will overwrite existing flags with the same keys.