Xiang Wu

DeployBar - Monitor cloud deploys from your Mac menu bar

by
DeployBar is a free, open-source macOS menu bar app that watches deployments across Vercel, Railway, Netlify, Render, Cloudflare Pages, DigitalOcean, Heroku, Fly.io, GitHub, and GitLab. It keeps status in one native popover, sends macOS alerts when builds ship or fail, and stores provider tokens in Keychain with no DeployBar backend.

Add a comment

Replies

Best
Xiang Wu
Maker
📌
Hey Product Hunt, I built DeployBar for the small but persistent loop that happens after shipping: you deploy something, then keep checking a handful of provider dashboards until it either ships or fails. DeployBar turns that into one native Mac menu bar status. The first public release supports Vercel, Railway, Netlify, Render, Cloudflare Pages, DigitalOcean App Platform, Heroku, Fly.io, GitHub Deployments, and GitLab Deployments. It shows a compact popover, normalizes provider states into one status model, and sends macOS notifications when a deployment becomes ready, fails, cancels, or disappears. The trust model matters to me: DeployBar is free and open source, built in Swift, and local-first. Provider tokens stay in macOS Keychain. Non-secret settings stay on your Mac. There is no DeployBar backend service and no hosted credential sync. I am especially looking for feedback from developers who ship across more than one platform: - Which provider should get deeper diagnostics first? - Is the menu bar signal clear enough during active deploys? - What would make you trust a deployment monitor with provider tokens? You can install it with: brew install --cask snapre/tap/deploybar Thanks for taking a look. Comments, bug reports, and provider requests are very welcome.