Vercel Flags SDK provider for Bucket
In cooperation with Vercel we’ve launched a native Flags SDK adapter for Bucket.
The Flags SDK is an open-source library that gives developers tools to integrate feature flags in Next.js applications.
You can now use it with Bucket as the provider. The SDK sits between your application and Bucket, giving you a flexible way to control features at runtime without redeploying.
Bucket provides the evaluation logic for flags and the flags you define on Bucket show up in the Vercel toolbar. You can also see flag metadata like descriptions in the Flags Explorer.
We're excited to remove a little friction from using feature management with Next.js apps. Get started by adding the Bucket provider using the @flags-sdk/bucket
module. Install it with:
npm install @flags-sdk/bucket
Check out the docs, or find out more about using Bucket with Next.js.
Happy flagging!