Dashboard Kit

Official

Accelerate 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.

1

Included Features

Authentication

Pre-built Sign In and Sign Up pages with secure session handling and validation.

Secure

Prisma Ready

Fully configured Prisma ORM with User models and database connection pooling.

SQLite / PG

Admin UI

Responsive sidebar layout, data tables, and standard dashboard components using shadcn-ui.

Tailwind
2

Quick Start

Install directly from the official repository using the CLI.

# Clone the dashboard starter kit
npx create-caspian-app my-dashboard --starter-kit=custom --starter-kit-source=https://github.com/TheSteelNinjaCode/caspian-dashboard
3

Configuration

After installation, navigate to your folder and initialize the database.

  1. Set your database connection string: Update the value in .env.
  2. Run Migrations:
    npx ppy generate