Skip to content
Dashboard

Introducing the Flags Explorer, first-party integrations, and updates to the Flags SDK

, Alli Pope

Integrating feature flags deeper in your workflow with updates across Vercel

Link to headingFlags Explorer: Manage your flags in Vercel

See and override your feature flags in the Vercel Toolbar with the Flags Explorer.See and override your feature flags in the Vercel Toolbar with the Flags Explorer.
See and override your feature flags in the Vercel Toolbar with the Flags Explorer.

Link to headingExperimentation on the Vercel Marketplace, featuring Statsig

Try the template

Try Statsig's first-party experimentation integration on the Vercel Marketplace.

Get started

Link to headingFlags SDK: Working with flags in code

npm i flags

import { flag } from 'flags/next';
export const exampleFlag = flag({
key: 'example-flag',
decide() {
return false;
},
});

Importing and evaluating flags using the Flags SDK.

Link to headingGet started with flags on Vercel

Check out the documentation

Dive in and learn how to use feature flags with Vercel's DX platform.

Get started

Ready to deploy?