BullStudio v1.5.0 is a lightweight, CLI-based queue monitoring dashboard for Bull and BullMQ. It provides a real-time web UI to inspect, retry, and manage jobs without writing any code. Differentiators include zero-config setup, minimal dependencies, and a clean, focused interface. Release cadence is periodic with no fixed schedule. It supports Node >=20 and uses Redis as backend.
npm install bullstudioNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
This example creates a BullStudio instance with two Bull queues, connects to Redis locally, and starts the dashboard on port 3001.
Upgrade Node to version 20 or higher.
Start Redis before launching BullStudio, or update the connection settings.
Consider an older version or patch the source to add auth support.
Use ES modules (import) or run with node --experimental-modules flag, but prefer ESM.
Start Redis using 'redis-server' or update the connection host/port.
Specify a different port via the constructor option or kill the process on port 3001.
No dependency data recorded yet.