Next.js is a React framework developed by Vercel. Today we’ll explain how you can deploy your Next.js application with Laravel Forge. If you’re following along with your own Forge server, ensure that the server is a “App” or “Web” server so that Nginx is installed.
With the Nginx Template created we can now create our site, making sure that we select the “Next.js App” Nginx Template option: Once Forge has created the site, we can install our repository from our chosen Git provider.
Once the Daemon is configured and becomes active, we can visit our site and see that it is now working.