---
title: "Automate progressive rollouts with Vercel Flags"
url: https://daily.dev/posts/automate-progressive-rollouts-with-vercel-flags-bcllj0obj
source_url: https://vercel.com/changelog/progressive-rollouts-in-vercel-flags
type: article
source: "Vercel"
published: 2026-05-11T14:36:32.583Z
updated: 2026-05-11T14:37:04.138Z
tags: ["cicd", "vercel"]
reading_time: 1
upvotes: 15
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Automate progressive rollouts with Vercel Flags

**[Vercel](https://daily.dev/sources/vercel)** · 1 min read · 15 upvotes · 1 comments

## Summary

Vercel Flags now supports progressive rollouts, allowing teams to automatically shift traffic to a new feature variant on a predefined schedule. Unlike fixed weighted splits, each rollout stage has a target percentage and duration, enabling teams to catch regressions on a small user slice before full exposure. The feature is available via the Vercel dashboard and the new `vercel flags rollout` CLI command.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://vercel.com/changelog/progressive-rollouts-in-vercel-flags>

## Community discussion

Top comments from developers on daily.dev.

**@webkmsyed** · 1 upvotes

> Feature flags are great for keeping production safe, but managing them in code can become a mess. Vercel Flags fixing this at the infrastructure level is awesome for developers. It lets lean teams test new features in production without the fear of crashing the whole app. Simple and very useful.

## Similar posts on daily.dev

- [Vercel Flags: Platform-native feature flags](https://daily.dev/posts/vercel-flags-platform-native-feature-flags-t5xawik71) · Vercel · 2 upvotes · 0 comments
- [Vercel Flags is now in public beta](https://daily.dev/posts/vercel-flags-is-now-in-public-beta-ifjoyxyym) · Vercel · 49 upvotes · 2 comments
- [Roll it out, roll it back, never redeploy](https://daily.dev/posts/roll-it-out-roll-it-back-never-redeploy-y5tgv5tlh) · Railway Blog · 1 upvotes · 0 comments
- [Vercel Flags is now generally available](https://daily.dev/posts/vercel-flags-is-now-generally-available-u3pwl3bta) · Vercel · 46 upvotes · 3 comments
- [How to Deploy 10 Times a Day Safely with Feature Flags](https://daily.dev/posts/how-to-deploy-10-times-a-day-safely-with-feature-flags-kxushzxjh) · CodeCraft Diary · 2 upvotes · 0 comments

---

Tags: [#cicd](https://daily.dev/tags/cicd), [#vercel](https://daily.dev/tags/vercel)

[View this post on daily.dev](https://daily.dev/posts/automate-progressive-rollouts-with-vercel-flags-bcllj0obj)
