testing in production setup Next JS Vercel

Hey everyone, the testing in production video inspired this question.

As I’m building out my code pipeline, I’m at a crossroads. Do I go down the feature flag route or create a separate vercel instance attached to a custom domain for production testing.

My objective is to separate my main production build from testing as much as possible. Which I guess is not possible with feature flags. I currently have 3 users and will be onboarding around 3/week for the next month.

I’m curious to see what you guys are doing.

Thank you
Was this page helpful?