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

Published 2024-04-08

All Comments (21)
  • @collinsk8754
    Comprehensive, concise and complete 🔥🔥. Definitely the tutorial we needed. Thanks.
  • @viktorlenard
    Thank you for this, very informative! Love your content.
  • @Can-el3cj
    great video, thanks! looking forward to upcoming videos.
  • Would be great to see a new video ... how to deploy a NextJS app on DO App Platform.
  • 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
  • @jackjsy
    Imagine doing all of this just for the 5 users we all have on our apps...
  • @grindco732
    thx a lot!! realy helpfull, perfect explanation
  • @sealone777
    This is awesome! I wonder if there’s a docker version of this just in case when your vps explodes
  • @adoreos
    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?
  • 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
  • @jonice4229
    great tutorial, will be the same for deploying an remix app from shopify?
  • @friedegg8695
    I'm trying to run npm start, but it throws the error that could not find a production build in the '.next' directory.
  • @adamo9245
    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