Anonymous
Jamstack agency founder
I'm not really speaking from expertise here, but there's certainly this major paradigm shift with Vercel, whether you're working with Next.js or any other technology, which is that it's going to be deployed serverlessly. That changes your programming model, and everything extends from there in terms of how you're going to design your system.
That's a big shift from the Heroku model, for sure. Whether it's with Rails or JavaScript or any technology that you're deploying to Vercel, you're going to be thinking about how you're interacting with your so-called backend differently. You're going to be thinking about short executions, stateless as opposed to long running processes.
Netlify is a hosting and serverless backend platform for web applications.
Vercel is a cloud platform for deploying Jamstack websites and web services.