Cloudflare Pages

Faka

CF Pages Docs

Ready for Cloudflare Pages deployment.

This starter is configured around next-on-pages, shadcn UI components, and a feature-oriented file layout.

Next.js
15.5.2
Pinned to the highest version accepted by next-on-pages 1.13.16.
Cloudflare
Pages
Build output targets .vercel/output/static for Pages deploys.
UI
shadcn
Base components are installed with the shadcn CLI.
Project Boundary
High Cohesion Layout
Feature code lives under src/features/home.
Routes stay thin and delegate to feature modules.
Shared UI remains in src/components/ui.
Build
npm run pages:build
Preview
npm run pages:preview

Route files stay small while workflow-specific code remains grouped by feature.