Show HN: Beacon – Lightweight deployment and monitoring for self hosters(github.com)
github.com
Show HN: Beacon – Lightweight deployment and monitoring for self hosters
https://github.com/Bajusz15/beacon
3 comments
This looks vibe coded. What did you use to make it?
Yes, it's mostly vibe coded, I only touched it when Claude was hallucinating or didn't understand what I wanted. I used Cursor with Claude model and about 90% of the code is AI generated.
Beacon solves a problem for self-hosters (or if you host on bare metal), IoT homelab users. It's an open-source agent that makes it easy to deploy apps and monitor devices (like Raspberry Pi) without the overhead of traditional tooling. Forget bloated stacks like Jenkins, Opensearch, Grafana, or Datadog. Beacon is a single ~15 MB Go binary that:
* Automatically deploys new releases from Git tags * Monitors endpoints, ports, and system metrics with custom commands * Forwards logs from files, Docker, and commands
Note: Beacon is currently in Beta development — APIs, configs, and features may change as it evolves. Feedback and contributions are welcome!