(no title)
no1youknowz | 3 years ago
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.
flybayer|3 years ago
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.