Where do I normally host my projects?

 Normally I host my website on vercel https://vercel.com/

Why I use it ?

Vercel


Normally I work with next.js as it makes easy to handle server activities

Easy to do routing as it support file based routing

Most importantly Vercel automatically do CI/CI (continues initialisation / continuous integration) which saves a lot of my time.

I just have to push my code and in no time I will get live website running.

And when I update anything it takes place rapidly

To try it out,
Click here:- 

Comments