App Router + TypeScript
Root-level Next.js 16 app using the src directory and strict TypeScript.
This starter keeps the local developer experience close to standard Next.js while preparing production builds for Cloudflare with OpenNext.
CLI Flow
npm run devnpm run testnpm run test:e2enpm run cf:buildRoot-level Next.js 16 app using the src directory and strict TypeScript.
Fast unit tests with jsdom, jest-dom matchers, and coverage output.
End-to-end browser tests wired against the local Next dev server.
OpenNext and Wrangler scripts prepared for Cloudflare deployment and preview.