Getting started with Next.js and WordPress

System Requirements

  • Node.js 12.22.0 or later
  • MacOS, Windows (including WSL), and Linux are supported

Automatic Setup

We recommend creating a new Next.js app using create-next-app, which sets up everything automatically for you. To create a project, run:




npx create-next-app@latest
# or
yarn create next-app
# or
pnpm create next-app