Built on top of T3 Stack project bootstrapped with create-t3-app
with the following options:
- Auth: Nextauth
- ORM: DrizzleORM
- Tailwind: yes
- tRPC: yes
- db: PostgreSQL
- App Router: yes
- simple tRPC usage: tRPC + NextJS App Router = Simple Typesafe APIs
- tRPC concepts: How tRPC really works
- proper use of auth.js: Getting the most out of NextAuth.js
- creating a T3-based project from the maker himself: