is now generally available. Vercel Flags
Vercel Flags is a feature flag provider built into the Vercel platform. Create and manage feature flags with targeting rules, user segments, and environment controls directly in the Vercel Dashboard.
The provides a framework-native way to define and use these flags within Next.js and SvelteKit applications, integrating directly with your existing codebase:Flags SDK
Once you define a flag, you can use them within your application in a few lines of code:
For teams using other frameworks or custom backends, the Vercel Flags adapter supports the standard, allowing you to plug Vercel Flags into their provider agnostic SDK.OpenFeature
or learn more about .Try it outVercel Flags