Minimal monorepo starter for building your next SaaS app.
Comes with Next.js, Hono server, and a shared foundation package for DB/auth/zod.
.
βββ apps
β βββ web # Next.js app
β βββ services # backend services (Hono, Gateway, etc.)
β βββ server # Hono server
β βββ gateway # placeholder
βββ packages
β βββ foundation # auth, db, zod-schemas, queries
β βββ ui # shared UI componentspnpm install
pnpm devpnpm webβ work in the Next.js apppnpm srvβ work in the Hono serverpnpm fndβ work in foundation
- Polar integration for payments πΈ
- TanStack SPA app
- Expo mobile app
- More backend services (orders, notifications, etc.)
π‘ Just fork it, run it, and grow your SaaS.