What makes Bucket different:
Step up from homegrown or all-in-one tools to purpose-built feature management.
An alternative to A/B experimentation to build with taste not tests.
Flag, get feedback, and track with a single SDK.
Capture feature issues or requests in-app.
Track how many tried vs. adopted a feature.
Sign up from the Bucket UI or with the CLI:
npm i @bucketco/cli -D && npx bucket new
Then flag your feature:
1import { useFeature } from "@bucketco/react-sdk";
2
3const MyFeature = () => {
4 const { isEnabled } = useFeature("my-new-feature");
5
6 return isEnabled ? "You have access!" : null;
7};
Or compare Bucket to LaunchDarkly, Harness, Split, Unleash, or ConfigCat.
Samy Pessé
CTO, GitBook
Kenneth Auchenberg
Stripe, Microsoft
Vlad Gidea
CPTO, Partnerful
Product, Xata
SVP, Synthesia
Christopher Ehrlich
Engineer, Axiom
Paul Dariye
Engineering Lead, Pleo
Dima Grossman
CTO, Novu
Engineer, Product Hunt
Aman Sharma
CTO, Lamatic.ai
Martin Senker Søndergaard
CTO, Buildmore