Every time i try to start a new project i have to setup the same things over and over again (and every time something decide to not work). So i decided to create a boilerplate for myself. This boilerplate is based on the T3 Stack and uses Next.js as a frontend framework.
- I used bun as a package manager, but you can use npm or yarn if you want
- You need to have a Clerk account and a Stripe account
- You need to have a db setup (i used mysql hosted by PlanetScale)
T3 Stack app with - Next.js 14 - Clerk Auth - TRPC - Stripe - Prisma