You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: promote bunqueue-dashboard package (npm, live demo, user guide)
Replace 'Coming Soon / early access' blurbs on docs home and README with
the published bunqueue-dashboard package: bunx install command, live demo,
user guide, GitHub and npm links; add hero action, bento card and feature
grid item on the docs home.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
<sub>A visual interface for managing queues, jobs, workers and monitoring in real time. Currently in beta.</sub>
629
+
<sub>A web dashboard that fully drives your bunqueue server —queues, jobs, DLQ, cron, webhooks, workers, live activity, SQLite inspector, and an AI Copilot. Open source, currently in beta. Requires Bun.</sub>
<spanclass="hp-badge">Beta · Open Source</span>
31
35
<h2class="hp-heading">bunqueue Dashboard</h2>
32
-
<pclass="hp-subtitle">A visual interface for managing queues, jobs, workers, and monitoring in real time.</p>
36
+
<pclass="hp-subtitle">A web dashboard that fully drives your bunqueue server —queues, jobs, DLQ, cron, webhooks, workers, live activity, SQLite inspector, and an AI Copilot.</p>
<pstyle="text-align: center; font-size: 0.95rem; color: var(--sl-color-gray-3); margin-bottom: 3rem;">Want early access? Reach out at <strongstyle="color: var(--sl-color-text);">egeominotti@gmail.com</strong></p>
<p>Queue + Worker in one object. Routes, middleware, cron, circuit breaker, batch processing, deduplication — zero boilerplate.</p>
134
147
</div>
148
+
<divclass="hp-bento-card hp-bento-wide">
149
+
<h3>Web Dashboard</h3>
150
+
<p>Monitor and control everything from the browser: queues, jobs, DLQ, cron, webhooks, workers, live activity, SQLite inspector, and an AI Copilot. One command — <code>bunx bunqueue-dashboard</code> — or <ahref="https://egeominotti.github.io/bunqueue-dashboard/">try the live demo</a>.</p>
151
+
</div>
135
152
<divclass="hp-bento-card hp-bento-wide">
136
153
<h3>Workflow Engine</h3>
137
154
<p>Orchestrate multi-step processes with a fluent TypeScript DSL. Saga compensation, conditional branching, parallel steps, retry with backoff, nested sub-workflows, signal timeouts, loops (doUntil/doWhile), forEach iteration, map transforms, schema validation (Zod-compatible), per-execution subscribe, and typed observability events. No Temporal, no Inngest, no cloud service — just <code>bunqueue/workflow</code>.</p>
0 commit comments