BugBarn
Self-hosted error tracking that runs on a $5 VPS.
BugBarn is a single Go binary that receives errors from your applications, groups them into issues by fingerprint, and shows them in a web UI. It writes to SQLite and spools events to disk before processing, so ingest stays fast even under load. No external services, no per-event pricing.
- ▸Groups errors into issues with first/last seen timestamps and regressed status
- ▸Alerts, weekly digest email, and a live SSE event stream
- ▸Multi-project support with per-project API keys and source map upload
- ▸SDKs for TypeScript (Node + browser), Python, and Go