🚀 Bullstudio — A Prisma-Studio-Style Dashboard for BullMQ You Can Run in Seconds

Published: (February 6, 2026 at 08:24 AM EST)
2 min read
Source: Dev.to

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:

bullstudio Overview dashboard

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

Bullstudio job dashboard

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

Bullstudio flow visualisation

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.

Back to Blog

Related posts

Read more »

Offpunk 3.0

Article URL: https://ploum.net/2026-02-09-offpunk3.html Comments URL: https://news.ycombinator.com/item?id=46943752 Points: 3 Comments: 0...