Vercel Flags is now generally available

TL;DR · AI 摘要
Vercel Flags 正式上线,提供可视化功能开关管理,支持 A/B 测试和渐进式发布。
核心要点
- Vercel Flags 支持在 Dashboard 中集中管理功能开关
- 可基于用户属性定向启用功能,适用于灰度发布和实验
- 与 Vercel 平台深度集成,无需额外 SDK 或复杂配置
Vercel Flags is now generally available - Vercel
[](http://vercel.com/home)
- Products
- ##### AI Cloud
- AI Gateway One endpoint, all your models
- Sandbox Isolated, safe code execution
- Vercel Agent An agent that knows your stack
- AI SDK The AI Toolkit for TypeScript
- v0 Build applications with AI
- ##### Core Platform
- CI/CD Helping teams ship 6× faster
- Content Delivery Fast, scalable, and reliable
- Fluid Compute Servers, in serverless form
- Workflow Long-running workflows at scale
- Observability Trace every step
- ##### Security
- Bot Management Scalable bot protection
- BotID Invisible CAPTCHA
- Platform Security DDoS Protection, Firewall
- Web Application Firewall Granular, custom protection
- Resources
- ##### Company
- Customers Trusted by the best teams
- Blog The latest posts and changes
- Changelog See what shipped
- Press Read the latest news
- Events Join us at an event
- ##### Learn
- Docs Vercel documentation
- Academy Linear courses to level up
- Knowledge Base Find help quickly
- Community Join the conversation
- ##### Open Source
- Next.js The native Next.js platform
- Nuxt The progressive web framework
- Svelte The web’s efficient UI framework
- Turborepo Speed with Enterprise scale
- Solutions
- ##### Use Cases
- AI Apps Deploy at the speed of AI
- Composable Commerce Power storefronts that convert
- Marketing Sites Launch campaigns fast
- Multi-tenant Platforms Scale apps with one codebase
- Web Apps Ship features, not infrastructure
- ##### Tools
- Marketplace Extend and automate workflows
- Templates Jumpstart app development
- Partner Finder Get help from solution partners
- ##### Users
Ask AI
Ask AILog In
Vercel Flags is now generally available
Authors

1 min read
Copy URL
Copied to clipboard!
Apr 16, 2026


Vercel Flags is now generally available.
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 Flags SDK provides a framework-native way to define and use these flags within Next.js and SvelteKit applications, integrating directly with your existing codebase:
flags.ts
1import { vercelAdapter } from "@flags-sdk/vercel"2import { flag } from "flags/next"3
4export const showNewFeature = flag({5 key: "show-new-feature",6 adapter: vercelAdapter()7})Once you define a flag, you can use them within your application in a few lines of code:
app/page.tsx
1import { showNewFeature } from "~/flags"2
3export default async function Page() { 4 const isEnabled = await showNewFeature()5
6 return isEnabled ? <NewDashboard /> : <OldDashboard />7}For teams using other frameworks or custom backends, the Vercel Flags adapter supports the OpenFeature standard, allowing you to plug Vercel Flags into their provider agnostic SDK.
Try it out or learn more about Vercel Flags.
Ready to deploy?Start building with a free account. Speak to an expert for your _Pro_ or Enterprise needs.
Start DeployingTalk to an Expert
Explore Vercel Enterprise with an interactive product tour, trial, or a personalized demo.
Get Started
Build
Scale
Secure
Resources
Learn
Frameworks
SDKs
Use Cases
Company
Community
[](http://vercel.com/home)
Loading status…Select a display theme:system light dark