Vercel Flags - Feature flags, targeting rules, rollouts. All from Vercel.
by•
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.
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?
Report
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?
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.
Replies
RiteKit Company Logo API
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?
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?
Okan
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.