# @queuert/dashboard

[![npm version](https://img.shields.io/npm/v/@queuert/dashboard.svg)](https://www.npmjs.com/package/@queuert/dashboard)
[![license](https://img.shields.io/github/license/kvet/queuert.svg)](https://github.com/kvet/queuert/blob/main/LICENSE)
[![stars](https://img.shields.io/github/stars/kvet/queuert.svg)](https://github.com/kvet/queuert)
[![last commit](https://img.shields.io/github/last-commit/kvet/queuert.svg)](https://github.com/kvet/queuert/commits)

> **Experimental** — API may change between minor versions.

Embeddable web dashboard for [Queuert](https://github.com/kvet/queuert) — a job-chain library: durable, typed background work in your database. Provides a web UI for listing, filtering, inspecting, triggering, and deleting chains and jobs.

## Installation

```bash
npm install @queuert/dashboard
# or
pnpm add @queuert/dashboard
# or
yarn add @queuert/dashboard
```

**Peer dependencies:** `queuert`

## Documentation

- [Dashboard Guide](https://kvet.github.io/queuert/integrations/dashboard/)
- [API Reference](https://kvet.github.io/queuert/reference/dashboard/)
- [Full Documentation](https://kvet.github.io/queuert/)
