End-to-end types
tRPC v11 wires your server procedures straight into React Query. Rename a field on the backend and the frontend turns red before you even save.
● the onyxpie next.js template
OnyxLedger is batteries-included: type-safe from database to DOM, auth in the box, zero config debt. Clone it, run it, and spend your energy on the thing that actually matters.
$ pnpm install && pnpm devlive from the server: Hello from tRPC
tRPC v11 wires your server procedures straight into React Query. Rename a field on the backend and the frontend turns red before you even save.
Better Auth with email + password sessions out of the box. Sign up, sign in, sign out — wired to the database and ready on day zero.
Schema lives in TypeScript next to your code. One `db:push` and you're querying. No migration ceremony until you actually need it.
Design tokens in @theme, shadcn-compatible variables, zero config files. Style at the speed you think.
Lint and format in milliseconds with one tool and one config. No ESLint plugin archaeology, no Prettier turf wars.
App Router with server prefetching and client hydration already composed. Fetch on the server, stream to the client, stay type-safe throughout.