Split Testing on Vercel

How can I perform split testing on Vercel. I’ve gone through the settings, can’t seem to figure out how, or even if Vercel supports that feature just like Netlify.

Say I want to roll out new features incrementally to my users, I might choose to serve the new features to like 30% of the users to use the feature so I can get feedbacks and/or optimise the feature before completely rolling it out to all the users

Edge Middleware would let you control access so a limited number of people see the new features. This guide has more explanation and links to some example templates:

I hope that helps!

Hi Amy,

Thank you for your response.

I appreciate the suggestion, but I was hoping for a solution at the infrastructure level that I could configure directly from the dashboard. Ideally, I’d like to be able to serve say a “new-master” branch to a percentage of users (say 20%) while the remaining users (80%) continue to see the “master” branch, without making any changes to the code itself. This helps us incrementally roll out new features, optimize, fix bugs and get feedbacks before rolling out completely. This feature is available on Netlify

Thanks again for your help.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.