Next.js + Better Auth + Prisma Starter Kit

A powerful starter kit with authentication and dashboard built using Next.js 16, Better Auth, Prisma, and shadcn/ui.

A powerful starter kit with authentication and dashboard built using Next.js 16, Better Auth, Prisma, and shadcn/ui.

Next.js + Better Auth + Prisma Starter Kit

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.

Features

Tech Stack

How to Use

  1. Clone the repository:
    git clone https://github.com/Achour/nextjs-better-auth.git
    cd nextjs-better-auth
  2. Install dependencies:
    npm install
  3. Set up environment variables:
    cp .env.example .env
  4. Run database migrations:
    npx prisma migrate dev
  5. Start the development server:
    npm run dev

Live Demo

🔗 Check out the live demo

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 🚀

© Achour.dev 2025, All rights reserved.