bulladmin
v0.0.3
Published
BullMQ dashboard with shadCN UI
Maintainers
Readme
bulladmin
A modern, standalone BullMQ dashboard with shadCN UI.
Installation
bun add bulladminQuick Start
import { createBullAdmin } from 'bulladmin'
const server = createBullAdmin({
redis: {
host: 'localhost',
port: 6379,
},
})
await server.start()Visit http://localhost:3000 to access the dashboard.
Documentation
For full documentation, see the main README.
Features
- Auto-discover BullMQ queues from Redis
- Real-time job monitoring with auto-refresh
- Manage queues (pause, resume, drain, clean)
- Manage jobs (retry, remove, view details)
- Modern UI built with shadCN and Tailwind CSS
- Optional basic authentication
- Powered by Bun for maximum performance
License
MIT
