Automate progressive rollouts with Vercel Flags
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. Progr
