Standalone
Point it at Redis.
Run Bullstudio as its own process — from your laptop or a container — and let it discover every queue on the connection. No code, no integration.
- Zero code integration
- Auto-detects Bull or BullMQ
- npx or Docker
A precise, production-grade dashboard for Bull and BullMQ. Inspect jobs, trace flows, and unstick backlogs — standalone from your laptop, or embedded inside the app you already run.
npx bullstudio -r redis://localhost:6379| render-newsletter | 4.2s | |
| generate-invoice | billing | 3.1s |
| export-report | reports | 2.8s |
Pick a surface — the preview is the real thing, built from the same components that ship in the product.
| render-newsletter | 4.2s | |
| generate-invoice | billing | 3.1s |
| export-report | reports | 2.8s |
Discover everything on a Redis connection, or mount a scoped dashboard inside the app you already ship to production.
Point it at Redis.
Run Bullstudio as its own process — from your laptop or a container — and let it discover every queue on the connection. No code, no integration.
Mount it where your app lives.
Mount a dashboard instance inside your existing Hono, Express, Fastify or Next.js app. Expose only the queues you supply — optionally read-only and behind Basic Auth.
Bullstudio ships native adapters for the major Node frameworks. Pick yours — the snippet is copy-and-run.
npx bullstudio -r redis://localhost:6379docker run -p 4000:4000 emirce/bullstudio -r redis://host.docker.internal:6379No code. Point it at Redis and Bullstudio discovers your queues — it auto-detects whether they are Bull or BullMQ. The dashboard opens at localhost:4000.
Nothing to wire up. The standalone CLI is the whole integration.
One command to a running dashboard. No account, no telemetry, no second service.
npx bullstudio -r redis://localhost:6379