Skip the wiring. Ship the product.
Hello bundles the boring parts of every webapp — passkey auth, RBAC, audit logging, file uploads, an admin panel and a typed API layer — so day one is your feature, not your foundation.
What's in the box
Everything a real app needs, already wired up.
WebAuthn passkeys with iron-session cookies. Optional invite + reset flows already wired.
Role + capability gates on every tRPC procedure. Admin UI to manage them ships in the box.
CRUD via Prisma, complex queries via Kysely — same `db` singleton, generated Zod validators.
Sentry error reporting, structured pino logs, audit log + admin viewer for security events.
Sidebar layout, command palette, breadcrumbs registry, dark-mode tokens — copy and own them.
One deploy command. Migrations apply automatically, environment vars validated at build time.
Get to your first commit faster.
Clone the repo, point it at Postgres + Redis, and have an authenticated, observable, deployable app inside an hour.