Stack for T3 (tRPC, Drizzle, Tailwind, NextAuth) + Bun + turborepo
I'm spending this weekend (and possibly part of the week) setting up a starter template with those so I can migrate a project for my work.
It needs to: - be a monorepo (so turborepo) - have next-auth (we already use it) - use App Router (we already migrated)
It's optional: - have Drizzle, but highly desirable. - use Bun, but is so fast (that I need it ) - have tRPC set up (I'll be migrating the whole api later and so I can delay this) - be in Next 14 (but would be nice)
Has anyone tried something like this already (I imagine some of you have)? If so I would love any links to repos that include as much as those items or are near enough.