Building a modern web application from scratch can be time-consuming. To speed up development and provide a strong foundation, I created the Next.js + Better Auth + Prisma Starter Kit. It includes authentication, a database setup, and a pre-built dashboard—all with an elegant UI.
git clone https://github.com/Achour/nextjs-better-auth.git
cd nextjs-better-auth
npm install
cp .env.example .env
npx prisma migrate dev
npm run dev
This starter kit is designed to be flexible and customizable, making it perfect for developers looking to build secure and scalable applications with Next.js.
💡 Feel free to fork the project, contribute, or give feedback! Check out the repository on GitHub: GitHub Repo 🚀