> ## Documentation Index
> Fetch the complete documentation index at: https://skipsetup.pro.et/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# SkipSetup Production-ready Fullstack Applications

> Build full-stack applications that are appropriately scaled from the outset. Select between small or medium scale to obtain a production-ready stack.

## What is SkipSetup?

SkipSetup is a CLI tool that generates production-ready full-stack applications with the right architecture from day one. Choose between **small** (MVP/prototype) or **medium** (SaaS-ready) scales and get a complete stack with authentication, database integration, and deployment configurations.

<Card title="Quick Start" icon="rocket" href="/docs/quick-start/installation" horizontal>
  Get your project up and running in minutes with our installation guide.
</Card>

## Choose Your Scale

Select the perfect starting point for your project based on your needs.

<Columns cols={2}>
  <Card title="Small Projects" icon="cube" href="/docs/scales/small/overview">
    Perfect for MVPs, prototypes, and weekend projects. Includes auth, basic database, and email verification.
  </Card>

  <Card title="Medium Projects" icon="cubes" href="/docs/scales/medium/overview">
    SaaS-ready with admin panels, monitoring, Stripe payments, and advanced features.
  </Card>
</Columns>

## Core Features

SkipSetup comes with everything you need to start building immediately.

<Columns cols={2}>
  <Card title="Authentication" icon="lock" href="/docs/features/auth/overview">
    Production-ready auth with email/password, OTP, and role-based access control.
  </Card>

  <Card title="Database" icon="database" href="/docs/features/database/overview">
    Prisma setup with optimized schemas for your chosen scale.
  </Card>

  <Card title="Modules" icon="puzzle-piece" href="/docs/features/modules/overview">
    Plug-and-play modules for admin panels, payments, monitoring, and more.
  </Card>

  <Card title="AI Development" icon="robot" href="/docs/ai/overview">
    Pre-configured Kiro agents for project-aware AI assistance.
  </Card>
</Columns>

## Start Building

Create your project with a single command:

```bash theme={null}
# For small projects (MVP/Prototype)
npx skipsetup-cli@latest create my-mvp --size small

# For medium projects (SaaS-ready)
npx skipsetup-cli@latest create my-saas --size medium
```
