
I built HorizonHub: monitor multiple Laravel Horizon services in one place
Hey everyone,
I wanted to share something I built for myself called HorizonHub.
I work with several Laravel services using Horizon, and I kept feeling the same pain: checking queues/jobs/workers across services was messy and annoying.
So I started building a small tool to make my own life easier.
Right now, HorizonHub lets me:
- Monitor jobs from multiple Laravel services in one place
- Restart jobs in batch
- Receive alerts
All jobs can be viewed at a glance
It’s still early and very much a real "built-from-need" project.
If you run several Laravel apps with Horizon and are tired of switching between dashboards, this might be useful.
If anyone wants to try it, checkout the Github repository: https://github.com/enegalan/horizonhub.
Any feedback (good or bad) helps me improve it 🙏