Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 638 Bytes

File metadata and controls

24 lines (16 loc) · 638 Bytes

Deploys with OpenNext on Cloudflare

A minimal demo repo showing how to deploy a Next.js app with OpenNext on Cloudflare Pages using SSR.

Purpose

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.

Stack

  • Next.js (App Router)
  • TypeScript
  • Tailwind CSS
  • OpenNext
  • Cloudflare Pages / Workers
  • npm

Getting Started

npm install
npm run dev