Flags
Vercel provides a complete feature flags platform. Use Vercel as your feature flag provider, or connect your preferred provider from the Marketplace. Either way, you get a unified dashboard to manage all your flags, developer tools like the Flags Explorer, and built-in observability.


Flags give you control over your application's behavior without redeploying:
- Roll out features gradually to specific users, teams, or environments
- Test in production safely before launching to everyone
- Run A/B tests to measure impact on conversion and performance
- Override flags locally with the Flags Explorer — no code changes needed
- Ship and deploy independently from releasing features
The Flags tab in your Vercel Dashboard shows all your flags in one place, regardless of which provider you use. You can filter, search, and see the status of every flag across your project.
This unified view lists all your flags in one place. Vercel Flags can be edited directly in the Vercel Dashboard. Marketplace flags link straight to their provider's dashboard—and since you're already signed in through Vercel, you can jump in and make changes immediately.
Track flag evaluations in Runtime Logs and analyze their impact on user behavior in Web Analytics. See which flags affect conversion rates and application performance.
Was this helpful?