Starter Kits

Jumpstart your development with pre-configured templates. From minimal microservices to complete full-stack solutions, Caspian provides the foundation you need.

1

Browse Collection

Choose the architecture that best fits your project requirements.

Popular

Full-Stack Application

Complete web application setup with frontend, backend, Tailwind CSS, and Prisma ORM ready to go.

Tailwind Prisma
--starter-kit=fullstack

Real-time Application

High-performance setup featuring WebSocket support and Model Context Protocol (MCP) integration.

WebSockets MCP
--starter-kit=realtime

REST API

Backend-only configuration optimized for headless services, microservices, and API development.

No Frontend Prisma
--starter-kit=api

Basic Application

A minimal boilerplate with zero unnecessary dependencies. Perfect for learning or simple prototypes.

Minimal
--starter-kit=basic
2

Initialize via CLI

Use the --starter-kit flag to bypass the interactive wizard and immediately scaffold your preferred architecture.

~ npx create-caspian-app my-app --starter-kit=fullstack
3

Custom Templates

Have a private template or a community starter? Point the CLI directly to a Git repository using the source flag.

Remote Repository Source
npx create-caspian-app my-project --starter-kit=custom --starter-kit-source=github.com/user/repo
Supports GitHub, GitLab, and Bitbucket URLs.

Need a list of options?

You can always view available kits directly in your terminal.

npx create-caspian-app --list-starter-kits