đ Bullstudio â A Prisma-Studio-Style Dashboard for BullMQ You Can Run in Seconds
Source: Dev.to
Overview
Bullstudio is an openâsource, selfâhostable dashboard that provides realâtime observability and management for BullMQ queues with minimal setup.
Repository:

Why Bullstudio?
BullMQ excels at scheduling and processing background jobs, but it lacks a polished UI for exploring queue health, failed jobs, or complex job flows. Bullstudio fills that gap with a standalone, modern dashboardâthink Prisma Studio for BullMQâwithout requiring any changes to your application code.
Instant setup â no integration required
The fastest way to start is through the CLI:
npx bullstudio -r
Bullstudio launches a local web UI (default: ) and immediately connects to your BullMQ queues. No additional packages, middleware, or code modifications are needed. Configuration can also be supplied via CLI flags or environment variables such as REDIS_URL and PORT.
What you get out of the box
Queue overview
A realâtime summary of each queue, showing:
- Active, waiting, delayed, and failed jobs
- Throughput and completion behavior
- Overall queue health
This makes bottlenecks and misbehaving workers easy to spot.
Job browser & inspection
Browse and inspect individual jobs with features like:
- Filtering by status (waiting, active, completed, failed, delayed)
- Searching by job name or ID
- Viewing payload, metadata, error messages, and stack traces
- Retrying failed jobs directly from the UI

Flow visualization
If you use BullMQ flows (parentâchild relationships), Bullstudio provides an interactive visualization of your workflows, showing:
- Job dependencies
- Failed steps
- Pipeline slowâdowns

Built for realâworld use
- Works with any existing BullMQ setup
- Connects directly to your Redis instance
- No changes to application code required
- Suitable for local development, staging, and production
- Easy to selfâhost (run locally for debugging or deploy a central instance for the team)
Open source and communityâdriven
Bullstudio is MITâlicensed and welcomes contributions:
- Feature ideas
- UX feedback
- Bug reports
- Pull requests
If the project helps you, a â on GitHub is greatly appreciated.
Final thoughts
Background jobs are critical infrastructure but often the hardest to observe and debug. Bullstudio delivers:
- Clear visibility into queues
- Powerful job inspection tools
- Intuitive flow visualizations
- Frictionâfree setup
Give Bullstudio a try if youâre using BullMQ and need a modern, lightweight monitoring dashboard. Feedback, feature requests, and discussions are welcome on GitHub.