Production-ready Next.js boilerplate

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.

Passwordless auth

WebAuthn passkeys with iron-session cookies. Optional invite + reset flows already wired.

RBAC out of the box

Role + capability gates on every tRPC procedure. Admin UI to manage them ships in the box.

Prisma + Kysely

CRUD via Prisma, complex queries via Kysely — same `db` singleton, generated Zod validators.

Observability built-in

Sentry error reporting, structured pino logs, audit log + admin viewer for security events.

shadcn/ui chrome

Sidebar layout, command palette, breadcrumbs registry, dark-mode tokens — copy and own them.

Vercel-native

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.