Bucket
banner
bucket.co
Bucket
@bucket.co
Feature flagging that's crafted for speed, built for B2B SaaS.
Pinned
Bucket @bucket.co · Apr 25
Rollout complete

bucket.co
↳ New: Monitor tab

Release a feature, then jump over to the Monitor tab to view exposure, adoption, and feedback in real-time.
August 19, 2025 at 12:09 PM
↳ New company filter option: before/after date

So now you can roll out a new product experience to new users, while phasing out the old one for existing users.
August 14, 2025 at 1:33 PM
Flag cleanup = The most annoying things about feature flags.

So we created AI Flag Cleanup to take care of it for you. Here’s how we built it:
August 12, 2025 at 1:44 PM
We shipped some simplifications to the Access tab for feature flags. Here are 3 things that changed:
August 8, 2025 at 2:36 PM
↳ Improved: Access tab

We’ve made some subtle but important improvements to the Access tab for feature flags, including: making it easier to change stage and see the version history.
August 7, 2025 at 12:08 PM
“You can get a surprisingly long way with an LLM and a quick prompt, but getting good results, consistently, is where the real work is.”

We wrote about building AI flag cleanup. From finding the right model, to ending the whitespace problem.
August 6, 2025 at 1:15 PM
From AI flag cleanup to Cloudflare Workers support, let’s recap what shipped in July ↓
August 4, 2025 at 11:42 AM
Get flag archive reminders in Slack after rollout or inactivity. Plus notifications when a flag is archived or restored.

Flag reminders for Slack, available now ↴
August 1, 2025 at 1:44 PM
Avoid forgotten flags with automated archiving after inactivity or rollout.

Flag archive automation, available now in Bucket ↴
July 31, 2025 at 11:41 AM
You know some of your feature flags are no longer needed, but which?

Stale flags detected automatically, all listed together. Available now ↴
July 30, 2025 at 12:21 PM
What if you never had to remove a stale feature flag ever again?

AI flag cleanup. Now in open beta for React ↴
July 29, 2025 at 11:12 AM
July 23, 2025 at 12:13 PM
↳ New: User Permissions

We’ve added user permissions, so you can now invite, remove, and manage roles for your team members on our Pro and Enterprise plans.
July 17, 2025 at 1:31 PM
↳ New: Cloudflare Workers support.

We’ve added support for edge-runtimes like @Cloudflare Workers to the Bucket Node SDK.

It caches feature definitions in worker memory to avoid flag eval latency, along with a new EdgeClient that keeps those definitions fresh.
July 10, 2025 at 11:02 AM
From bulk management to Vue SDK, let’s recap what shipped in June ↓
July 2, 2025 at 11:16 AM
> npm i @⁠bucketco/vue-sdk

We've added @vuejs support to Bucket.

With a client-side SDK that provides toggling, tracking, feedback, and remote config. Along with the built-in toolbar on localhost.
July 1, 2025 at 11:12 AM
New: Bulk management

You can now paste huge lists of IDs or other properties into feature access rules, to add companies or users to features in bulk.
June 26, 2025 at 1:14 PM
New:
↳ We’ve added diffs to targeting rule changes, showing you how many users and companies will have access and the stage a feature is in, like ↯
June 18, 2025 at 2:56 PM
From initial release to happy users:

Flag feature with type safety →
Test locally with toolbar →
Release in beta →
Fix customers issues with feedback →
Track adoption →
Go GA

Get started:

npm i @⁠bucketco/cli -d && npx bucket new
May 6, 2025 at 7:56 AM
The team has been hard at work last month to help you ship better features faster with feature flags.

We introduced an MCP server, improved Slack notifications, and launched a new, markdown-inspired website.

Find out the latest product updates here: bucket.co/changelog
May 1, 2025 at 2:16 PM
New: Improved Slack notifications

We've just updated the integration with Slack for flag targeting changes. We now only show what has changed.
April 30, 2025 at 8:16 PM
Rollout complete

bucket.co
April 25, 2025 at 1:03 PM
Merging...
April 25, 2025 at 12:06 PM
How we release beta features using Bucket:

1. Flag a new feature
2. Set up the feature rollout strategy
3. Start collecting user feedback

Here's a step-by-step guide ↓
April 22, 2025 at 1:30 PM
Ship the right features faster.

Flagging a feature and adding a feedback button is simple:

const { isEnabled, requestFeedback } = useFeature()
April 15, 2025 at 1:58 PM