Bucket is feature flagging that helps you to ship the right things faster.
Designed to keep you shipping, not slow you down. Learn more.
Automated adoption tracking. Learn more.
Samy Pessé
CTO, GitBook
Flag features, get feedback, and track adoption in a few lines of code.
1import { useFeature } from "@bucketco/react-sdk";
2
3function Huddle() {
4 const { isEnabled, track, requestFeedback } = useFeature("huddle");
5
6 if (!isEnabled) {
7 return "Upgrade to get access to huddles!";
8 }
9
10 return (
11 <>
12 <Button onClick={() => { track(); startHuddle(); }>
13 Start new huddle
14 </Button>
15 <GetFeedbackButton onClick={requestFeedback} />
16 </>
17 );
18}
Share feature releases, access, adoption, and feedback with your teams and tools. See all integrations.
Addison Schultz
Dev Lead, GitBook
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
Kenneth Auchenberg
Stripe, Microsoft