<!-- Generated by scripts/build-package-readmes.mjs — do not edit by hand.
     Change the package's "description" (or the generator template) and run
     `pnpm docs:readmes`. CI enforces sync via `pnpm docs:readmes:check`. -->

# @opensip-tools/dashboard

> Self-contained HTML dashboard generator for OpenSIP Tools — renders the fit/sim/graph report from session data and graph catalogs

This is an **internal library** of the opensip-tools toolkit. It is published so the CLI and tools can depend on it; most users will not install it directly.

Part of [**opensip-tools**](https://github.com/opensip-ai/opensip-tools) — an open-source codebase-analysis toolkit: fitness checks (`fit`), static call-graph analysis (`graph`), and simulation (`sim`).

## Install

```bash
npm install @opensip-tools/dashboard
```

Most users just install the CLI, which bundles the first-party tools:

```bash
npm install -g opensip-tools
```

## Documentation

- 📚 Project docs: https://opensip.ai/docs/opensip-tools/
- 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-tools/blob/v2.13.0/docs/public/70-reference/02-package-catalog.md
- 📦 Source: https://github.com/opensip-ai/opensip-tools/tree/v2.13.0/packages/dashboard

## License

MIT © opensip-ai
