Hackathon boilerplate · Cloudflare Pages

Welcome to JunctionX

A production-ready Next.js dashboard shell with Edge API routes, Tailwind design tokens, and first-deploy Cloudflare Pages support.

Edge routes

Active

Edge routes

Runtime

edge

Runtime

Deploy target

CF Pages

Deploy target

Quick start

Verify edge routing after deploy

  1. Hit /api/health — expect JSON with runtime: edge
  2. Cloudflare Pages build: npx @cloudflare/next-on-pages@1
  3. Output directory: .vercel/output/static
  4. Enable nodejs_compat in Pages → Settings → Functions

Health probe

Live edge API status

Run npm run dev then refresh, or check /api/health after deploy.