An open API service indexing awesome lists of open source software.

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

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)