Getting started
Last updated
Was this helpful?
Last updated
Was this helpful?
Let's get started with Bucket. We'll do the following:
Create your first feature
Set up a Bucket SDK for your language and framework or use our HTTP API
Set access rules to roll out features gradually to certain segments and/or environments
Let's go!
First off, you need to sign up for Bucket.
Now let's create your first feature.
Click New feature
in the sidebar.
Give your feature a name, and we'll suggest a feature key
(Fig. 1).
Now, let's set up a Bucket SDK for your language and framework.
Find the supported languages below:
If you've installed the React SDK and have created a feature called My New Feature
, getting started will look like the following:
You can now use isEnabled
to gate access to the feature.
See the respective SDK documentation for example for other SDKs.
Head back over to your dashboard, select your feature and the Access
tab (Fig. 2).
From here, you can define segments, companies, and users that will access your feature.
Frequently asked question:
Is it that simple? Yep. Enjoy!
Bucket is purpose-built for B2B SaaS products. There's more.
Learn about advanced access rules
Learn how to track adoption of the feature
Learn how to get qualitative feedback on the feature
Need some help? Chat with us
Do you prefer a video call? Talk to a founder
Latest product updates? See Changelog
Feature flagging and evaluation for React
Client-side feature flagging and evaluation
Server-side feature flagging and evaluation
Feature flagging and evaluation for Next.js
Bucket supports OpenFeature.
Don't use these languages or frameworks? Use our API