I’ve been playing around with tech stacks a lot lately, exploring use cases and building small projects. One stack has stood out to me for a lot of reasons and it all starts with create-t3-app. It’s as simple as “$npx create-t3-app” and you’re off to the races. The three t’s are tailwind, tprc, and tailwind, but create-t3-app is more than that. The template pulls together for you a NextJS app, and you can opt to include or leave out nextAuth, Prisma, tailwind, and or trpc. Lets get into what ...