Hype Stack is a production-ready, open-source full-stack template. The free template gives you the source code, local infrastructure, typed API wiring, and app structure for a SaaS-style product.
Solo devs shipping a SaaS. Small teams that don't want to spend the first two weeks on plumbing. Anyone who's started a project and thought "I just want the boring parts done already."
Paid provider integrations, including WorkOS auth, Stripe billing or Sentry, are not included in the free template.
The project is a pnpm monorepo with Nx for task orchestration:
apps/
backend/ # Hono API server
frontend/ # React SPA (web + Electron)
packages/ # Shared code (types, utils, configs)
The backend runs Hono on Node with Prisma + Kysely on Postgres and Redis for caching. The frontend uses React with TanStack Router, Tailwind CSS, and HyperFetch for data fetching.
Head to Fastest Template to get a project running in under a minute.