Skip to content

zeevo/t3-shadcn-ui

Repository files navigation

Logo for T3 Logo for shadcn-ui

t3-shadcn-ui

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.

Getting started

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

Opinionated Changes We Have Made

  • DrizzleORM over Prisma
  • Postgres over Planetscale/MySQL
  • Added next-themes
  • "New York" style shadcn/ui

How do I deploy this?

Follow T3 deployment guides for Vercel, Netlify and Docker for more information.