top | item 33335395

(no title)

no1youknowz | 3 years 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.

discuss

order

flybayer|3 years ago

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.