Next.js Discord

Discord Forum

Progressive release

Unanswered
American Staffordshire Terrier posted this in #help-forum
Open in Discord
American Staffordshire TerrierOP
Hi, we are hosting our e-commerce Next.js front-end on Vercel and have been working on a complete redesign. However we want to release the new design progressively(i'm not sure if it's the right term). What I mean is that not all users at once would be able to use the new design and only a random subset of users other users would still see the old design and we would progressively increase it until it's available to all users.

Is there any way to achieve this using Vercel or some tool integration?

Maybe someone tried it and could share their experiences. Thank you.

2 Replies

American Crow
Yea look into A/B Testing. You basically deploy the new design on a different url and rewrite like 10% of the requests from the original project to the new project