Automate progressive rollouts with Vercel Flags
Vercel Flags adds progressive rollout support, letting developers shift traffic to new variants on a scheduled, stage-by-stage basis via the dashboard or the vercel flags rollout CLI command.
You can now use to roll out a feature to a growing percentage of users on a schedule, with progressive rollouts.Vercel Flags 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 and through the new CLI command.now available in the dashboardvercel flags rollout Learn more in the .Vercel Flags documentation Read more