Skip to main content

Vercel Flags is now in public beta

By Steven Van ·

Available to teams on all plans, it supports Next.js and SvelteKit via an SDK and costs $30 per million flag requests.

Vercel now offers its own feature flag provider, built directly into the platform and available in public beta to teams on all plans. Flags, targeting rules, user segments, and environment controls can be created and managed from the Vercel Dashboard, without adding a separate flagging service to the stack.

A new Flags SDK gives Next.js and SvelteKit apps a framework-native way to define and read flags directly in the codebase. Teams on other frameworks or custom backends can instead use a Vercel adapter built on the OpenFeature standard, so flags from Vercel can sit alongside flags from other systems.

Vercel Flags is priced at $30 per 1 million flag requests ($0.00003 per event). A flag request is any application request that reads the flags configuration, and evaluating multiple flags from the same project in a single request still counts as one. Read the announcement for setup details.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Vercel Flags is now in public beta on Creators Toolbox