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

# Dashboard overview

> Use comet dashboard to inspect active and archived Comet changes in a local read-only browser view.

`comet dashboard` opens a local read-only browser interface for Comet workflow state. It helps you see active changes, phases, artifacts, task progress, verify state, risk signals, and Git context without manually opening many files.

<p align="center">
  <img src="https://mintcdn.com/comet-bb5f5294/NLqKFpbM6BQ5m8iA/img/dashboard-light.png?fit=max&auto=format&n=NLqKFpbM6BQ5m8iA&q=85&s=2e3da5e7533705e2f7a6c943ff745b37" alt="Comet Dashboard light mode" width="800" data-path="img/dashboard-light.png" />
</p>

<p align="center">
  <img src="https://mintcdn.com/comet-bb5f5294/NLqKFpbM6BQ5m8iA/img/dashboard-dark.png?fit=max&auto=format&n=NLqKFpbM6BQ5m8iA&q=85&s=434b003e8bacac69a688cad0e75e64ae" alt="Comet Dashboard dark mode" width="800" data-path="img/dashboard-dark.png" />
</p>

<p align="center">
  <img src="https://mintcdn.com/comet-bb5f5294/NLqKFpbM6BQ5m8iA/img/dashboard-preview.png?fit=max&auto=format&n=NLqKFpbM6BQ5m8iA&q=85&s=dd24be270131665c2930fa1c24b6b982" alt="Comet Dashboard markdown preview" width="800" data-path="img/dashboard-preview.png" />
</p>

## Start it

```bash theme={null}
comet dashboard
```

Useful options:

| Option          | Purpose                                 |
| --------------- | --------------------------------------- |
| `--json`        | Print the same snapshot as JSON.        |
| `--port <port>` | Choose a port.                          |
| `--no-open`     | Start server without opening a browser. |

## What it shows

* Active and archived changes.
* Phase and workflow state.
* Proposal, design, tasks, Design Doc, Plan, and verify reports.
* Runtime status, risk signals, and Git context.
* Markdown previews for artifacts.

## Related commands

* [comet dashboard](/en/cli/dashboard)
* [comet status](/en/cli/status)
