Do you like the T3 Stack? Do you like shadcn/ui components? Then this is the project starter for you. This project takes the backend of T3 and combines it with the frontend of shadcn/ui.
Clone, install, migrate, and run the project.
git clone https://github.com/zeevo/t3-shadcn-ui.git
cd t3-shadcn-ui
npm run db:push
npm run dev
- DrizzleORM over Prisma
- Postgres over Planetscale/MySQL
- Added
next-themes
- "New York" style shadcn/ui
Follow T3 deployment guides for Vercel, Netlify and Docker for more information.