# Deploying your Next.js App To Forge

DevFeed: [Deploying your Next.js App To Forge](<https://devfeed.tech/articles/deploying-your-next-js-app-to-forge-3619.md>)

Original publisher: [Read original article](<https://laravel.com/blog/deploying-your-nextjs-app-to-forge>)

Author: James Brooks

Published: 2021-06-24T14:00:00Z

Content type: tutorial

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [Processes](<https://devfeed.tech/topics/processes.md>)

Tags: [deployment](<https://devfeed.tech/tags/deployment.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node](<https://devfeed.tech/tags/node.md>)

## AI overview

A tutorial for deploying a Next.js application to Laravel Forge with server-side rendering. It covers an Nginx template, site setup, deployment dependencies, and a daemon to run the Next.js server.

## Source excerpt

Next.js is a React framework developed by [Vercel](https://vercel.com). It includes functionality such as server-side rendering and static site generation. Today we'll explain how you can deploy your...