Vercel Flags SDK provider for Reflag
In cooperation with Vercel we’ve launched a native Flags SDK adapter for Reflag.
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 Reflag as the provider. The SDK sits between your application and Reflag, giving you a flexible way to control features at runtime without redeploying.
Reflag provides the evaluation logic for flags and the flags you define on Reflag 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 Reflag provider using the @flags-sdk/reflag
module. Install it with:
npm install @flags-sdk/reflag
Check out the docs, or find out more about using Reflag with Next.js.
Happy flagging!