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

# Templates

> Production-ready codebases for deploying AgentOS to your infrastructure.

Templates are production-ready codebases you clone and build on top of. Each
template includes AgentOS, PostgreSQL, and deployment scripts for your target
platform.

## Starter

Deploy a clean installation of AgentOS to your infrastructure.

<CardGroup cols={3}>
  <Card title="Docker" icon="docker" href="/deploy/templates/docker/deploy">
    Run AgentOS locally using Docker.
  </Card>

  <Card title="Railway" icon="train" href="/deploy/templates/railway/deploy">
    Deploy AgentOS to Railway.
  </Card>

  <Card title="AWS" icon="aws" href="/deploy/templates/aws/deploy">
    Deploy AgentOS to ECS.
  </Card>
</CardGroup>

## Pre-built Solutions

Production-ready codebases with apps already wired up.

<CardGroup cols={3}>
  <Card title="Dash" icon="chart-mixed" href="/deploy/templates/dash/overview">
    Self-learning data agent.
  </Card>

  <Card title="Scout" icon="radar" href="/deploy/templates/scout/overview">
    Self-managing context agent.
  </Card>

  <Card title="Gcode" icon="code" href="/deploy/templates/gcode/overview">
    Lightweight coding agent.
  </Card>
</CardGroup>

## Comparison

| Template                                    | Best For                                 | Benefits                                                      | Time     |
| :------------------------------------------ | :--------------------------------------- | :------------------------------------------------------------ | :------- |
| [Docker](/deploy/templates/docker/deploy)   | Local development, testing, self-hosting | Develop locally or deploy to any platform that support docker | \~5 min  |
| [Railway](/deploy/templates/railway/deploy) | Quick production deployments, MVPs       | Ship fast without managing infrastructure                     | \~10 min |
| [AWS](/deploy/templates/aws/deploy)         | Production at scale, enterprise          | Production-grade reliability and enterprise controls          | \~15 min |
