T
traeai
登录
返回首页
Vercel News

Vercel Flags is now generally available

5.5Score
Vercel Flags is now generally available
AI 深度提炼
  • Vercel Flags 支持在 Dashboard 中集中管理功能开关
  • 可基于用户属性定向启用功能,适用于灰度发布和实验
  • 与 Vercel 平台深度集成,无需额外 SDK 或复杂配置
#Vercel#功能开关#A/B测试#DevOps#前端
打开原文

Vercel Flags is now generally available - Vercel

Skip to content

[](http://vercel.com/home)

  • Products
  • ##### Core Platform
  • Resources
  • ##### Company
  • ##### Learn
  • ##### Open Source
  • Solutions
  • ##### Use Cases
  • ##### Tools
  • ##### Users

Ask AI

Ask AILog In

Sign UpSign Up

Blog/Changelog

Vercel Flags is now generally available

Authors

![Image 3](https://twitter.com/dferber90)![Image 4](https://twitter.com/luiluimey)![Image 5](https://twitter.com/andybitz_)![Image 6](https://twitter.com/vincent-derks)![Image 7](https://twitter.com/chriswdmr)

1 min read

Copy URL

Copied to clipboard!

Apr 16, 2026

!Image 8!Image 9

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.

Explore Enterprise

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

问问这篇内容

回答仅基于本篇材料
    0 / 500

    Skill 包

    领域模板,一键产出结构化笔记
    • 论文精读包

      把一篇论文 / 技术博客精读成结构化笔记:问题、方法、实验、批判、延伸阅读。

      • · TL;DR(1 段)
      • · 研究问题与动机
      • · 方法概览
    • 投融资雷达包

      把一条融资 / 创投新闻整理成投资人视角的雷达卡:交易要点、判断、竞争格局、风险、尽调清单。

      • · 交易要点(公司 / 轮次 / 金额 / 投资人 / 估值,材料未明示则写 “未披露”)
      • · 投资 thesis(这家公司为什么值得关注)
      • · 竞争格局与替代方案

    导出到第二大脑

    支持 Notion / Obsidian / Readwise
    下载 Markdown(Obsidian 直接拖入)