Skip to content
← Back to Changelog

Wednesday, March 6th 2024

View and override feature flags from the Vercel Toolbar

Posted by

Avatar for dferber

Dominik Ferber

Software Engineer

Avatar for andy

Andy Schneider

Software Engineer

Avatar for sambecker

Sam Becker

Director of Product Design

Avatar for skllcrn

Christopher Skillicorn

Product Designer

Avatar for amorris

Aaron Morris

Software Engineer

Avatar for chriswdmr

Chris Widmaier

Engineering Manager

Avatar for gkaragkiaouris

George Karagkiaouris

Software Engineer

Avatar for jhey

Jhey Tompkins

Senior DX Engineer

You can now view and override your application's feature flags from the Vercel Toolbar.

This means you can override flags provided by LaunchDarkly, Optimizely, Statsig, Hypertune, Split, or your custom setup without leaving your Vercel environment.

Vercel can now query an API Route defined in your application to find out about your feature flags, and will pick up their values by scanning the DOM for script tags. From there you can create overrides from the Vercel Toolbar, per session, for shorter feedback loops and improved QA and testing. Additionally, the overrides will be stored in an optionally encrypted cookie so your application can respect them.

This functionality is currently in beta and available to users on all plans.

Check out the documentation to learn more.

If you're a feature flag provider and interested in integrating with the Vercel Toolbar, contact us.

Post