Dashboard Kit
OfficialAccelerate your SaaS or Admin tool development. This production-ready starter kit includes Authentication (SignIn/SignUp), Prisma ORM, and a responsive Admin Layout out of the box.
Included Features
Authentication
Pre-built Sign In and Sign Up pages with secure session handling and validation.
Prisma Ready
Fully configured Prisma ORM with User models and database connection pooling.
Admin UI
Responsive sidebar layout, data tables, and standard dashboard components using shadcn-ui.
Quick Start
Install directly from the official repository using the CLI.
Configuration
After installation, navigate to your folder and initialize the database.
-
Set your database connection string:
Update the value in
.env. -
Run Migrations:
npx ppo generate