Project Preview Placeholder
Next.js + Hono Starter
Dev Tool2025
2025
A fullstack starter template that enforces a clean separation between client and server — no server actions, no RSC data fetching. Everything goes through a typed Hono API layer.
The data flow follows a strict boundary:
Client (React) -> TanStack Query -> Typed Hono RPC Client -> Hono Router -> Service -> Prisma -> PostgreSQL
Each backend feature is organized as a module with its own schema, service, and router, keeping the codebase modular and testable.
hc() client all the way to TanStack Query hooks.Next.js 15, React 19, Hono, TanStack Query, Better Auth, Prisma, Tailwind CSS v4, shadcn/ui, and Zod.