MyStack
My Stack consists mostly of Create T3 App right now, with some exceptions.
I'm giving trpc a try. If I don't like it, I'll probably go back to React Query.
I chose to do away with Prisma in favor of writing my queries, typing my queries, and managing my database (migrations, etc.) myself. Nothing against ORMs, but I think they are generally overkill in most scenarios (especially my blog 😅).