Deploy your Next.js app on Vercel

Share this video with your friends

Send Tweet

Next.js can be deployed anywhere but an easy way to deploy is through Vercel, the creators of Next.js.

Vercel lets you use any rendering method on your pages right out of the box and lets you take advantage of their edge network that keeps your app blazingly fast.

You can follow along to deploy your own app at nikolovlazar/deploy-nextjs-on-vercel

Dominic van
Dominic van
~ 2 years ago

Absolutely loved this Lazar! So clear throughout. No skipping over steps leaving me feeling like something was magic. Quite an achievement given how magical nextjs & vercel actually are! Random observation: I love your increased line-spacing in vscode – adopted that straight away. Also, what vscode theme was that haha?

Lazar Nikolov
Lazar Nikolov(instructor)
~ 2 years ago

Hello Dominic! Thank you! The color theme is "Bearded Theme Arc".

~ a year ago

Hey Lazar, how are you? The course is amazing. I have one question. One of my env variables is the base url for the project, when i set the env variable for this on vercel , how would I know the value for the base url?