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

# Welcome to CatOps

> Server monitoring that just works. No YAML, no complexity.

AI-first server monitoring for developers. Simple, fast, affordable.

***

## Choose Your Product

<CardGroup cols={3}>
  <Card title="Cloud" icon="cloud" href="/cloud/overview">
    SaaS dashboard with free tier. Zero config.
  </Card>

  <Card title="Hub" icon="server" href="/hub/overview">
    Self-hosted. Your data stays private. From \$5.
  </Card>

  <Card title="CLI" icon="terminal" href="/cli/overview">
    Lightweight agent. Runs anywhere. Free forever.
  </Card>
</CardGroup>

***

## Get Started

Install in seconds:

```bash theme={null}
curl -fsSL https://get.catops.app/install.sh | bash
```

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get monitoring running in 2 minutes
  </Card>

  <Card title="Compare Products" icon="scale-balanced" href="/comparison">
    Cloud vs Hub vs CLI - which one fits?
  </Card>
</CardGroup>

***

## Features

<CardGroup cols={2}>
  <Card title="Real-time Metrics" icon="chart-line">
    CPU, memory, disk, network - updated every 10 seconds
  </Card>

  <Card title="Health Checks" icon="heart-pulse">
    HTTP monitoring with instant alerts
  </Card>

  <Card title="Docker & Containers" icon="docker">
    View logs, start/stop/restart from dashboard
  </Card>

  <Card title="Telegram Alerts" icon="bell">
    Get notified when something goes wrong
  </Card>

  <Card title="AI Assistant" icon="robot">
    Ask "why is CPU high?" and get answers
  </Card>

  <Card title="Self-hosted Option" icon="lock">
    Your data never leaves your server
  </Card>
</CardGroup>

***

## Resources

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="https://github.com/mfhonley/catops">
    Star us on GitHub
  </Card>

  <Card title="Community" icon="telegram" href="https://t.me/mfhonley">
    Join our Telegram
  </Card>

  <Card title="Dashboard" icon="gauge" href="https://catops.app">
    Open CatOps
  </Card>
</CardGroup>
