A minimal demo repo showing how to deploy a Next.js app with OpenNext on Cloudflare Pages using SSR.
This repository demonstrates how to deploy a Next.js App Router application to Cloudflare Pages using OpenNext, enabling full Server-Side Rendering (SSR) on the Edge.
The setup is intentionally minimal and focused on clarity, making it suitable as a reference for evaluating deployment strategies and preview environments.
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- OpenNext
- Cloudflare Pages / Workers
- npm
npm install
npm run dev