TypeScript monorepo with Bun, Hono, Prisma 7, React, and Tailwind.
Developer Guide - Prerequisites, tools, and setup instructions
bun run setup
bun run localSee FEATURES.md for the complete feature catalog — what's built, what's in progress, and what's planned.
If you're evaluating the template or wondering how it stacks up against managed services and open-source alternatives, COMPARISONS.md breaks down each system side-by-side and explains what gaps it fills that nothing off-the-shelf covers.
- Vocabulary - Every primitive across the ecosystem and this template, with what it solves and how it works
- Developer Guide - Setup and tools
- Environments - Environment configuration
- Architecture - Project structure
- Database - Prisma and migrations
- API Patterns - Routes, controllers, schemas
- Auth - Authentication
- Testing - Test setup
- Deployment - CI/CD
- Stable scripts live in
scripts/setup,scripts/deployment, andscripts/db. - Experimental scripts live in
scripts/scratchand must not be wired into CI or root package scripts. - Development watch mode is handled by Turborepo (see TURBOREPO.md).