Get a minimal SaaS template with Better Auth and Drizzle ORM, ideal for startup founders, with 1.2k+ GitHub stars.
1,211 stars73 forksTypeScriptQuality 9/10Updated 6/13/2026100% free ยท open source
What it does
Accelerates your startup launch by providing a pre-configured React template with essential features like authentication, database management, and UI components
When to use it
โขYou're building a scalable web application and need a solid foundation quickly
โขYou want to simplify the process of setting up authentication and database connections
โขYou need a consistent and visually appealing UI without spending too much time on design
Quick start
1Clone the tanstarter repository from GitHub using the command `git clone https://github.com/mugnavo/tanstarter.git`
2Install the required dependencies by running `npm install` or `yarn install` in the project directory
3Start the development server with `npm run dev` or `yarn dev` to see the template in action
4Customize the template to fit your application's needs by modifying the code and configuration files