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

# SPN Platform - Internal

> Internal setup and deployment docs for the SPN Platform

Internal documentation for the SPN Platform covering local development, production deployment, and database management.

<CardGroup cols={3}>
  <Card title="Local Setup" icon="laptop-code" href="/internal/spn/quickstart">
    Clone, configure `.env`, run Docker and frontend locally
  </Card>

  <Card title="Deployment" icon="server" href="/internal/spn/deployment">
    Production deployment with Docker and Caddy
  </Card>

  <Card title="Database" icon="database" href="/internal/spn/database">
    PostgreSQL setup and Alembic migration commands
  </Card>
</CardGroup>
