Skip to content

MuellerMarvin/t3-better-auth

Repository files navigation

Create T3 App x BetterAuth x shadcn/ui

This is a T3 Stack project bootstrapped with create-t3-app and enhanced with better-auth.

This template might change in the future and become less and less barebone.

What's next? How do I make an app with this?

This was originally a create-t3 template using NextAuth and Prisma. To use this simply go to the top of the GitHub page and click on "Use this template" and name your own repo.

Following changes were made:

  • Switch from NextAuth to BetterAuth
  • Beautiful Ready-to-Use email+password + GoogleOAuth auth pages (Login, Signup, Reset Password forms, Verification)
  • Switch from Prisma to Drizzle
  • Upgrade to Tailwind V4
  • Add all shadcn-ui components
  • Clear out template to use shadcn components from the start

Stack:

Original Template

To learn more about the T3 Stack, take a look at the following resources:

You can check out the create-t3-app GitHub repository

How do I deploy this?

Follow the t3-stack deployment guides for Vercel, Netlify and Docker for more information.