Vercel

Vercel comes with a bag stuffed with features.
If you do want to start your project as soon as possible, iterate quickly and just ship features, Vercel is the way to go.
Vercel gives you a zero configuration hosting environment, where you just push your code changes and get a preview deployment for each branch you are creating in your repository.

Focus on DX

As mentioned in the intro: the feature set you are able to use is quite enormous.
Compared to self hosted options you e.g. do not have to worry about infrastructure security, how your Next.js application can scale, assets caching, etc.
To name just a few of them:

No free lunch – Pricing

The pricing of Vercel is quite a chapter. So estimating the costs before hosting on Vercel is almost impossible.
When you do start a new project1 on Vercel, at the beginning the costs are scaling with the team size (developers and everyone who needs access to Vercel to use the full feature set e.g. commenting on preview deployments) at 20$/month.
Check out this overview of quotas that are included in the Pro plan.

If your are new to Vercel (and serverless in general) this might confuse you more than it does help estimating the monthly costs.

You should know what you are doing

The pricing structure as well as the bills of Vercel are a hot topic on X 🌶️

So this can not be emphasized enough: if your are using Vercel you should know what pitfalls you have to look out for and understand how features you are going to ship are going to infulence your monthly bill.

With this being said, here are some tips on what to look out for:

For a deep dive check out the Vercel docs on how to manage and optimze usage.

Conclustion

People give Vercel a harder time than it deserves. They do offer an unmatched developer experience and maybe the high availability and scalability are the exact features you need for your application. However, the above points remain valid.


(1) The hobby plan of Vercel is restricted to "non-commercial, personal use only". We assume you are starting a professional project.