Skip to content
Skip to main contentWhere does your team stand on AI adoption?
CONTACT SALESSTART BUILDING

Creating an App

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.

Framework
Meta-Framework
SDK Generation

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

Full video tutorial

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:

What's next

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

Was this article helpful?