SkillAgentSearch skills...

Durabull

Durabull gives your team one clean command surface to inspect queues, recover failed jobs, and keep distributed workers healthy without digging through Redis internals.

Install / Use

/learn @durabullhq/Durabull
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img src=".github/assets/hero.png" alt="Durabull dashboard hero" width="100%" style="border-radius: 16px;" /> </p> <div align="center"> <h1>Durabull</h1> <p><strong>The modern dashboard for BullMQ.</strong></p> <p>Monitor queues, inspect jobs, debug failures, and operate workers across Redis environments.</p> <p> <a href="https://durabull.io/documentation"><strong>Documentation</strong></a> <span> · </span> <a href="https://durabull.io"><strong>Hosted Product</strong></a> </p> </div>

Project

Durabull is an open-source BullMQ operations platform built for teams that need visibility and control over background jobs.

  • Queue and job visibility across multiple Redis connections
  • Worker and scheduler diagnostics
  • Redis key exploration tailored for BullMQ patterns
  • Local-first development with Bun + TypeScript in a monorepo

Run locally

Prerequisites

  • Bun 1.3+
  • Redis (local or remote)

Fastest path (authless)

bun install
bun run dev:authless

Open:

  • Web: http://localhost:5173
  • API: http://localhost:3001/api

dev:authless is for local/private environments. Do not expose authless mode directly to the public internet.

Full local stack (Postgres + Redis + seeded data)

bun docker
bun docker:seed
bun run dev

Helpful links

Useful repo guides

Monorepo at a glance

  • apps/api - Bun + Hono API
  • apps/web - React dashboard app
  • apps/docs - Next.js documentation site
  • packages/* - shared auth, DAL, analytics, utilities, and demo workload packages

License

Elastic License 2.0 (ELv2). See LICENSE.

Related Skills

View on GitHub
GitHub Stars21
CategoryProduct
Updated2d ago
Forks4

Languages

TypeScript

Security Score

80/100

Audited on Apr 3, 2026

No findings