Create your first feature
Last updated
Last updated
A feature is an entity that Bucket uses to roll out features, manage access, track adoption and get feedback. Each feature has a feature key
.
Click New feature
in the sidebar.
Give your feature a name, and you'll get a feature key
. You can't change the feature key after creation. The feature key
is like a flag key
that can also be used for adoption and feedback.
If you haven't already, set up a Bucket SDK for your language and framework. Find the supported languages here.
If you're using React and have created a feature called Huddle
, it will look like the following:
You can now use isEnabled
to gate access to the feature.
Learn how to manage who has access, modify the Targeting rules in the UI.
Learn how to track adoption of the feature.
Learn how to get qualitative feedback on the feature.