Automate progressive rollouts with Vercel Flags

Published: (May 11, 2026 at 04:00 AM EDT)
1 min read

Source: Vercel Blog

You can now use Vercel Flags to roll out a feature to a growing percentage of users on a schedule, with progressive rollouts.

Unlike weighted splits, which hold a fixed distribution (for example, 50/50) for experiments, a progressive rollout follows a predefined schedule that gradually shifts the traffic percentage to the new variant. Each stage has a target percentage and a duration.

Exposing a change in stages lets you catch a regression on a small slice of users before it hits everyone.

Progressive rollouts are now available in the dashboard and through the new vercel flags rollout CLI command.

Learn more in the Vercel Flags documentation.

0 views
Back to Blog

Related posts

Read more »

Chat SDK adds web adapter support

Overview You can now build chat UIs that connect to Chat SDK with the new web adapterhttps://chat-sdk.dev/adapters/web. Build in‑product assistants, support ag...