https://github.com/iaskshahram/better-t3-app
T3 App with BetterAuth
https://github.com/iaskshahram/better-t3-app
better-auth prisma shadcn-ui t3-stack trpc
Last synced: about 2 months ago
JSON representation
T3 App with BetterAuth
- Host: GitHub
- URL: https://github.com/iaskshahram/better-t3-app
- Owner: iAskShahram
- License: mit
- Created: 2025-04-09T07:46:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T19:20:29.000Z (about 1 year ago)
- Last Synced: 2025-04-10T00:39:45.727Z (about 1 year ago)
- Topics: better-auth, prisma, shadcn-ui, t3-stack, trpc
- Language: TypeScript
- Homepage: https://t3.xeesol.net
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# T3 Stack with Better-Auth
This is a modified version of the [T3 Stack](https://create.t3.gg/) project, originally created by [Theo](https://twitter.com/t3dotgg) and bootstrapped with `create-t3-app`. This version replaces NextAuth.js with Better-Auth for improved authentication handling.
## What's different in this template?
This template builds upon the excellent T3 Stack but replaces NextAuth.js with Better-Auth for a more streamlined authentication experience. The rest of the powerful T3 Stack features remain intact.
## Core Technologies
If you are not familiar with the different technologies used in this project, please refer to the respective docs:
- [Next.js](https://nextjs.org)
- [Better-Auth](https://www.better-auth.com)
- [Prisma](https://prisma.io)
- [Drizzle](https://orm.drizzle.team)
- [Tailwind CSS](https://tailwindcss.com)
- [tRPC](https://trpc.io)
## Learn More
To learn more about the original T3 Stack, check out these resources:
- [T3 Stack Documentation](https://create.t3.gg/)
- [Learn the T3 Stack](https://create.t3.gg/en/faq#what-learning-resources-are-currently-available)
## Credits
This project is based on the [create-t3-app](https://github.com/t3-oss/create-t3-app) created by [Theo](https://twitter.com/t3dotgg). The original T3 Stack documentation can be found at [create.t3.gg](https://create.t3.gg/en/introduction).
## Deployment
Follow our deployment guides for:
- [Vercel](https://create.t3.gg/en/deployment/vercel)
- [Netlify](https://create.t3.gg/en/deployment/netlify)
- [Docker](https://create.t3.gg/en/deployment/docker)
## Live Demo
Check out the live demo at [https://t3.xeesol.net](https://t3.xeesol.net)