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

# Dashboard tour

> The local dashboard that streams your whole loop, live

The dashboard is a local web app at
[http://localhost:8765](http://localhost:8765). It starts automatically with
the MCP server, or you can manage it yourself:

```bash theme={null}
tiny-brain dashboard start     # background daemon (add --port to move it)
tiny-brain dashboard status
tiny-brain dashboard stop
```

Everything it shows comes from your machine — the repo's markdown plans,
tracking data, and commit history. Nothing is uploaded anywhere to render it.

## Plans

The home view: every PRD in flight, its features, and each task's pipeline —
Red, Green, and Review stages filling in as commits land. A completed plan
reads as a row of closed loops; a stuck task is visible at a glance.

## Task detail

Drill into a task to see its story: the failing tests from the RED phase, the
green-phase diff, which commits are attached, and the adversarial review
verdict with its findings.

## Reviews and quality

Review verdicts (clean / needs-refactoring) are recorded per task, and
repository-wide quality runs — the analyser and specialist-agent pipeline —
publish their scored results here too.

## Workers

When you opt into remote workers, launches and their runs are managed from
the dashboard — including reviewing and accepting or rejecting what a worker
produced.

<Note>
  The dashboard's port defaults to `8765`; set `DASHBOARD_PORT` (or pass
  `--port`) to move it, and `AUTOSTARTDASHBOARD=false` to stop the MCP server
  starting it automatically.
</Note>
