Starter Kits
Jumpstart your development with pre-configured templates. From minimal microservices to complete full-stack solutions, Caspian provides the foundation you need.
Browse Collection
Choose the architecture that best fits your project requirements.
Full-Stack Application
Complete web application setup with frontend, backend, Tailwind CSS, and Prisma ORM ready to go.
--starter-kit=fullstack
Real-time Application
High-performance setup featuring WebSocket support and Model Context Protocol (MCP) integration.
--starter-kit=realtime
REST API
Backend-only configuration optimized for headless services, microservices, and API development.
--starter-kit=api
Basic Application
A minimal boilerplate with zero unnecessary dependencies. Perfect for learning or simple prototypes.
--starter-kit=basic
Initialize via CLI
Use the
--starter-kit
flag to bypass the interactive wizard and immediately scaffold your
preferred architecture.
Custom Templates
Have a private template or a community starter? Point the CLI directly to a Git repository using the source flag.
Need a list of options?
You can always view available kits directly in your terminal.