# Dashboard

Weyaw provides read-only dashboard and terminal inspection surfaces for
project, roadmap, task, artifact, execution, verification, and agent evidence.

## Start explicitly

The dashboard is opt-in:

```bash
aw dashboard start
aw dashboard status
```

Stop it with `aw dashboard stop`. Dashboard lifecycle requires a host
environment that can bind a local port and retain the process after the command
returns.

`aw server start` supervises enabled core services such as agent-server and
index-server. It does not build or start the dashboard unless dashboard service
ownership is explicitly enabled in project configuration.

## Read-only inspection

The dashboard does not own task mutations. Use project skills or CLI commands
for task creation, artifact writes, gates, roadmap changes, repairs, and
lifecycle moves. The dashboard displays the resulting artifacts and runtime
status.

For terminal-only inspection, run:

```bash
aw tui
```

See [CLI](cli.md), [Artifacts](artifacts.md), and
[Getting Started](getting-started.md).
