Skip to main content
The web-dev template ships Node 20, npm, yarn, pnpm, plus the Next.js, Vite, Prisma, Drizzle, Tailwind, ESLint, and Prettier CLIs pre-installed globally. Pick it when you want an agent to bootstrap, edit, and build a React / Next frontend without a multi-minute cold npm install on every run.

What you’ll learn

  • Picking template="web-dev" to skip Node + tooling installs
  • Creating a new Next.js app with npx create-next-app offline-cached
  • Writing a page and running next build against it

Prerequisites

Code

Expected output

create-next-app pulls packages from the npm registry — add a SecurityPolicy with domains registry.npmjs.org and registry.yarnpkg.com if you have a domain allowlist configured.