A TanStack Start starter with tRPC, Drizzle ORM, better-auth and TailwindCSS
Report Bug
·
Request Feature
A @tanstack/react-start starter with tRPC, drizzle-orm, better-auth and tailwindcss, based on the examples from the official docs.
Find the tRPC integration example here and the TanStack Start examples here.
Please be aware that @tanstack/react-start is RC, so things might be subject to change.
Check out kolm-start-admin, for a @tanstack/react-start + better-auth admin starter, with prisma-orm, react-aria.
Or kolm-serve for a hono server with better-auth, tRPC and drizzle-orm.
npm install npm@latest -g-
Clone the repo, or use the template
git clone https://github.com/jellekuipers/kolm-start.git
-
Change git remote url to avoid accidental pushes to base project
git remote set-url origin github_username/repo_name git remote -v # confirm the changes -
Install NPM packages
npm install
-
Connect to your database in your
.envand set base URL forbetter-authDATABASE_URL= BETTER_AUTH_URL=
-
Initialize database
npm run db:push
-
Start the dev server
npm run dev
See the official docs for instructions on building and deployment
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/amazing-feature) - Commit your Changes (
git commit -m 'Add some amazing-feature') - Push to the Branch (
git push origin feature/amazing-feature) - Open a Pull Request