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

# Console example

> Run the embedded dashboard with realistic in-memory API data.

The UI demo serves the actual embedded production assets and a read-only in-memory control
API. It includes jobs, queues, rate classes, quarantine, schedules, workers, progress,
admission explanations, and a connected workflow graph with clickable task cards.

<img src="https://mintcdn.com/headgate/iFSUr5apj2E1ykh1/docs/assets/console-workflow.jpg?fit=max&auto=format&n=iFSUr5apj2E1ykh1&q=85&s=aca0d54a5843a38f5e49223056d2aa3f" alt="Headgate workflow demo showing live task dependencies" width="1440" height="900" data-path="docs/assets/console-workflow.jpg" />

```bash theme={"system"}
cd examples/go
GOWORK=off go run ./ui_demo
```

Open [http://127.0.0.1:8080](http://127.0.0.1:8080).

To use another address:

```bash theme={"system"}
GOWORK=off go run ./ui_demo -addr 127.0.0.1:9090
```

<Tip>
  Open **Workflows**, select the daily import, then click any task card. The job list remains
  visible behind the detail sheet so operators retain context while inspecting a node.
</Tip>
