Skip to main content
Version: 2.0.0

Create Features

To create a new feature flag, navigate to your project and click the + New Feature button.

New Feature Button

Feature Details

Enter the following information:

  • Key — A unique identifier for the feature (e.g., new-checkout-flow). This is used in your code and cannot be changed after creation. Use lowercase letters with hyphens.
  • Name — A human-readable name for the feature.
  • Description — Optional details about what this feature does.

New Feature Modal

Variants

By default, features are created with two variants:

  • off — Returned when the feature is disabled
  • on — Returned when the feature is enabled

You can customise these variants or add more to support advanced use cases like A/B testing or multi-variate features.

Modify Variants

Click Save to create your feature.

Next Steps