Show HN: Repobeats – self-hostable GitHub activity cards in Rusthttps://repobeats.com
Hi HN, I built Repobeats, an open-source, self-hostable service that renders GitHub repository activity as embeddable SVG cards. Demo: https://repobeats.com/AprilNEA/OpenLogi Source: https://github.com/AprilNEA/repobeats I had been using Axiom’s Repobeats, but noticed that some cards I relied on were no longer updating consistently. The original service is still online; I wanted an alternative where I could inspect and control the collection, storage, caching, and rendering pipeline. Repobeats runs as a Rust backend built with Axum and SeaORM. A repository owner opts in by installing a read…