Back

About

This is a monorepo boilerplate that demonstrates opennext — the Next.js API reimplemented on top of Vite, deployed to Cloudflare Workers — together with a Hono+tRPC backend for end-to-end type safety.

Included stack

App Routerwith nested layouts and error boundaries
React Server Componentsvia Next.js App Router
Hono + tRPCAPI Worker backend with type safety
Zodshared models in the shared package
React Queryfor client-side data fetching
shadcn/uiaccessible components with Tailwind CSS
Server Actions'use server' forms without API routes
API Routeshandler at /api/hello
Cloudflare Workersdeploy via wrangler.jsonc
TypeScriptconfigured out of the box
← Back to home