Vercel Flags, a feature flag provider built into the Vercel platform, is now generally available. Create flags, define targeting rules, run progressive rollouts, and run A/B tests, all from the Vercel Dashboard without adding another service to your stack.
nice, having flags native in the Vercel dashboard is a big quality-of-life win. does it support server-side evaluation inside edge functions without an extra round-trip, or is everything going through an API call?
Congrats on the launch! I've been following Vercel's evolution and this positioning around the "frontend cloud" feels really strategic. Quick question: how are you thinking about the developer experience for teams migrating from traditional hosting? Are there specific pain points you're prioritizing in the onboarding flow?
Having feature flags built directly into the Vercel dashboard means I can finally stop juggling external SDKs just to handle simple percentage rollouts in Next.js. Are there any plans to support syncing these flag states to external analytics tools so we can easily track feature conversions by cohort? I am going to try ripping out my current third-party flag setup and migrating to this over the weekend.
nice to see feature flags baked directly into the platform instead of needing a separate service. one less thing to wire up. does it support server-side evaluation for edge functions too?
About Vercel Flags on Product Hunt
“Feature flags, targeting rules, rollouts. All from Vercel.”
Vercel Flags launched on Product Hunt on April 18th, 2026 and earned 177 upvotes and 4 comments, placing #5 on the daily leaderboard. Vercel Flags, a feature flag provider built into the Vercel platform, is now generally available. Create flags, define targeting rules, run progressive rollouts, and run A/B tests, all from the Vercel Dashboard without adding another service to your stack.
Vercel Flags was featured in Software Engineering (42.3k followers) and Developer Tools (511.1k followers) on Product Hunt. Together, these topics include over 71.9k products, making this a competitive space to launch in.
Who hunted Vercel Flags?
Vercel Flags was hunted by fmerian. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how Vercel Flags stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
nice, having flags native in the Vercel dashboard is a big quality-of-life win. does it support server-side evaluation inside edge functions without an extra round-trip, or is everything going through an API call?