How to deploy a NextJS app on Digital Ocean instead of Vercel

preview_player
Показать описание

In this video we host a NextJS app and database on a $6 digital ocean droplet.

Рекомендации по теме
Комментарии
Автор

Comprehensive, concise and complete 🔥🔥. Definitely the tutorial we needed. Thanks.

collinsk
Автор

Great flow and explanations! Thank you! Subbed!

My only feedback is to add chapters/timestamps to your video so we can jump to specific topics in the video

uhNid
Автор

i just used this guide to run a self hosted dev environment.

cos sometimes i work on a project on my pc then when i'm out and about i forget that just git cloning my project won't work since i won't have my .env files, so i just decided to work on a server through ssh and i can view my project on the web when i run npm run dev :D thanks a lot

eternl_sunshine
Автор

Thank you for this, very informative! Love your content.

viktorlenard
Автор

u r a king. I literally needed this today

eternl_sunshine
Автор

Imagine doing all of this just for the 5 users we all have on our apps...

jackjsy
Автор

Thank you so much. You explain very clearly and are easy to understand.

kritsana
Автор

Just a quick tip: instead of doing `touch authorized_keys` you can (at least with vim not sure about nano and others) type `vim authorized_keys` and it'll open the editor and when you save it'll create that file as well saving you several seconds!

uhNid
Автор

great video, thanks! looking forward to upcoming videos.

Can-elcj
Автор

Would be great to see a new video ... how to deploy a NextJS app on DO App Platform.

DianeHannay-njmm
Автор

This is awesome! I wonder if there’s a docker version of this just in case when your vps explodes

sealone
Автор

Do you think with the new App Manager of DigitalOcean a few instmces and a Load Balancer you can set up a quite hightraffic (15TB/mo) project? Or what should i use to host enterprice level production nextJs projects with high bandwith and many users?

Thanks in advance

adamo
Автор

thx a lot!! realy helpfull, perfect explanation

grindco
Автор

That is cool video!, can do it with docker ?

bmxdeveloper
Автор

great tutorial, will be the same for deploying an remix app from shopify?

jonice
Автор

I'm trying to run npm start, but it throws the error that could not find a production build in the '.next' directory.

friedegg
Автор

Would love to learn how to make the deploying phase easier
I want to push new changes and auto build and run the new code, how can this be done in the least hacky way?

adoreos
Автор

I try to make a partially paymet app for my shopify store where user choose option partially payment 10% advance and remaining amount cod or full payment advance but i don't understand which api i use admin api or storefront api

sadavarshsaini
Автор

it can be deploy with restfull api on next js?

afdhaliapreto
Автор

Vercel actually reduced their prices if i have to go with an email they sent recently

akhil_sarikonda