---
title: CLI and Web Dashboard Tutorials
description: Watch how to use the specs.md terminal dashboard with Codex Desktop App and the web dashboard from Chrome or Fabriqa.AI
---Use the specs.md dashboards to monitor your local spec-driven work without living inside VS Code. The terminal dashboard is useful next to Codex Desktop App, while the web dashboard gives you the same visual planning surface from Chrome or a browser opened through Fabriqa.AI.

---

## Web Dashboard from Any Browser

Run the dashboard from your project folder, then open the local URL in Chrome, another browser, or from Fabriqa.AI when you want a browser-based view of the same local specs state.

```bash
npx specsmd@latest dashboard
```

The web dashboard reads your local `memory-bank`, `.specs-fire`, or `specs` folder, opens on `127.0.0.1`, and updates while agents change the project state.

[Using the specs.md web dashboard from Chrome and Fabriqa.AI](https://www.youtube.com/watch?v=1WaIBbWGwPo)

### What You'll See

- Starting the local web dashboard with `npx specsmd@latest dashboard`
- Opening the dashboard from Chrome or another browser
- Using the dashboard from Fabriqa.AI while your specs stay in the local project folder
- Browsing runs, specs, intents, and progress outside VS Code

---

## CLI Dashboard with Codex Desktop App

Use the specs.md terminal dashboard to track progress while building with Codex Desktop App.

:::note
This video currently has **no audio** - it's a screen recording walkthrough.
:::

[using specs.md CLI Dashboard to track progress while building with Codex Desktop App](https://www.youtube.com/watch?v=tOOoqzAbG1w)

### What You'll See

- Using the specs.md CLI Dashboard to monitor build progress
- Tracking work items and execution status in real-time
- Building with the Codex Desktop App alongside specs.md

---

## Related Resources

<CardGroup cols={2}>
  <Card
    title="Dashboard"
    icon="chart-line"
    href="/getting-started/specs-md-dashboard"
  >
    Web and terminal dashboard commands, options, and screenshots
  </Card>
  <Card
    title="FIRE Flow Overview"
    icon="zap"
    href="/fire-flow/overview"
  >
    Learn about FIRE Flow concepts
  </Card>
  <Card
    title="Documentation"
    icon="book"
    href="/getting-started/installation"
  >
    Written getting started guide
  </Card>
</CardGroup>
