GitHunt
JE

jellekuipers/kolm-start-admin

A TanStack Start + better-auth admin starter with Prisma ORM, React Aria, Tailwind, i18next.

Logo

kolm start admin

A TanStack Start + better-auth admin starter with Prisma ORM, React Aria, Tailwind, i18next.
Report Bug · Request Feature

About The Project

A @tanstack/react-start + better-auth admin starter, with prisma, react-aria-components, tailwind, i18next.

  • @tanstack/react-start
  • better-auth
  • i18next
  • prisma
  • tailwindcss
  • @tanstack/react-form
  • react-aria-components
  • biome.js

Check out kolm-start, for a @tanstack/react-start starter with tRPC, drizzle-orm, better-auth and tailwindcss.

Getting Started

Prerequisites

npm install npm@latest -g

Installation

  1. Clone the repo, or use the template
    git clone https://github.com/jellekuipers/kolm-start-admin.git
  2. 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
  3. Install NPM packages
    npm install
  4. Create a .env with the following values
    DATABASE_URL=file:./dev.db
    VITE_BASE_URL=http://localhost:3000
  5. Initialize database
    npm run db:push
  6. (optional in development) Seed the database with an admin user
    npm run db:seed
  7. Start the dev server
    npm run dev

See the open issues for a full list of proposed features (and known issues).

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/amazing-feature)
  3. Commit your Changes (git commit -m 'Add some amazing-feature')
  4. Push to the Branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Acknowledgments

Languages

TypeScript97.2%CSS2.8%

Contributors

MIT License
Created March 10, 2025
Updated March 9, 2026