Skip to content
CONTACT SALESSTART BUILDING

We highly recommend that you integrate Builder into an existing app; however, if you need to create an app, follow the steps for your framework.

Before following these steps to generate a Next.js app, make sure you have Node.js 12.22.0 or later on your computer.

As a complement to the written content in this document, the following video covers the process of integrating with Next.js along with commentary and audio instruction.

All commands and code snippets are available further down the page.

At the command line, run the following command to generate a Next.js app:

npx create-next-app@latest

Change directory with the cd command:

cd my-app

The following video shows this process:

After you have an app, you can integrate with Builder. For instructions, visit Integrating Pages.

Was this article helpful?