Every dependency in the free Hype Stack template earns its place. Here's what's inside and why.
| Technology | Role |
|---|---|
| Hono | HTTP framework. Fast, typed, runs anywhere. |
| Prisma | Schema definition, migrations, and seeding. |
| Kysely | Typed query builder for complex queries Prisma can't express cleanly. |
| PostgreSQL | Primary database. |
| Redis | Caching and session storage. |
| Technology | Role |
|---|---|
| React | UI library. |
| TanStack Router | File-based, type-safe routing. |
| Tailwind CSS | Utility-first styling with semantic theme tokens. |
| shadcn/ui | Pre-built, accessible component primitives. |
| HyperFetch | Type-safe data fetching, caching, and WebSocket handling. |
| Electron | Desktop app builds from the same codebase. |
| Technology | Role |
|---|---|
| Vite | Bundler and dev server for both web and Electron. |
| Nx | Monorepo task orchestration (build, test, lint in the right order). |
| pnpm | Package manager with workspace support. |
| oxlint | Linter (fast, Rust-based). |
| Docker Compose | Local Postgres + Redis in one command. |