Technologies

Every dependency in the free Hype Stack template earns its place. Here's what's inside and why.

Backend

TechnologyRole
HonoHTTP framework. Fast, typed, runs anywhere.
PrismaSchema definition, migrations, and seeding.
KyselyTyped query builder for complex queries Prisma can't express cleanly.
PostgreSQLPrimary database.
RedisCaching and session storage.

Frontend

TechnologyRole
ReactUI library.
TanStack RouterFile-based, type-safe routing.
Tailwind CSSUtility-first styling with semantic theme tokens.
shadcn/uiPre-built, accessible component primitives.
HyperFetchType-safe data fetching, caching, and WebSocket handling.
ElectronDesktop app builds from the same codebase.

Tooling

TechnologyRole
ViteBundler and dev server for both web and Electron.
NxMonorepo task orchestration (build, test, lint in the right order).
pnpmPackage manager with workspace support.
oxlintLinter (fast, Rust-based).
Docker ComposeLocal Postgres + Redis in one command.