Code-along with T3dotgg's 2nd full stack tutorial.
Easier than t3dotgg's previous tutorial project roundestMon, but still a challenge to get working properly. I'm using Vercel Postgres since PlanetScale discontinued their free tier. Drizzle over Prisma for ORM (which has been a great experience so far), Sentry for error tracking, PostHog for analytics, Upstash for rate-limiting, ShadUI for the UI, and UploadThing for file uploads. Tailwind for styling.
I'm keeping the code private because I figure you can follow t3dotgg's tutorial if you want to try it. Part of the challenge was getting the modal/modal route behaving correctly (which was left out of the tutorial).