Feature management that integrates flags with feedback and adoption, so you can build exceptional products.
Flag features, capture customer requests and issues, and track adoption with a single SDK.
1import { useFeature } from "@bucketco/react-sdk";
2
3function ExportCSV() {
4 const { isEnabled, requestFeedback, track, config } = useFeature("export-as-csv");
5
6 if (!isEnabled) {
7 return "Upgrade to get access to CSV export!";
8 }
9
10 return (
11 <>
12 <Button onClick={() => { track(); startExport(); }}>
13 Export as CSV
14 </Button>
15 <GetFeedbackButton onClick={requestFeedback} />
16 </>
17 );
18}
Flag features to test in production and iterate quickly. Learn more.
Feature feedback to surface customer issues, requests, and what needs work. Learn more.
Feature adoption metrics to know if what you’re shipping is sticking. Learn more.
Manage feature access and reporting at the company-level, no awkward lists of UUIDs needed.
Compare Bucket with LaunchDarkly, Harness, Split, Unleash, or ConfigCat.
Samy Pessé
CTO, GitBook
Share feature releases, access changes, adoption metrics, and feedback. 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