Hacker News new | ask | show | jobs
by no1youknowz 1327 days ago
> Looks like blitz is tRPC + next auth?

From what I understand Blitz is their own implementation of tRPC, their own Auth system, Prisma and Typescript support. Blitz is also more of a toolkit that wraps around NextJS currently, but later on Remix, Svelte and Vue.

In future (probably in '23 and post 1.0) some things that may be coming are:

- backend functionality ala NestJS

- form component library

- permissions (rbac) library

- file upload library

- and a bunch of other stuff I'm forgetting right now.

1 comments

Blitz actually came first, so trpc is an alternative implementation of RPC.

Blitz auth was developed at the same time as next auth, and takes a more imperative approach which allows you to build more custom auth flows.