TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Simple self-hosted Sentry alternative with a 5-minute setup

2 pointsby kyrylo19 days ago
Hey hackers!<p>In January 2025, I started building Telebugs. It&#x27;s an installable error tracker that works with Sentry SDKs.<p>I come from a Rails background and previously worked at an error tracking&#x2F;APM company, so I figured: why not build my own? I wanted a simple, reliable tool I could own outright, without surprise bills for overages.<p>Telebugs is built with Rails 8, Hotwire, TailwindCSS, and SQLite. Like 37signals’ ONCE products (my inspiration), it’s pay-once: prep your hardware, run one command, and you’ll be up and running in 10 minutes (5 minutes refers to the actual installation time).<p>It supports push and email notifications, handles millions of errors per day (depending on hardware), runs in a single Docker container, and auto-cleans old data based on your rules. The idea is that you install it once and forget it.<p>I’ve shared updates on social media since day one, and today I’m launching it publicly. The whole idea of installable, self-hosted software was new to me, but building Telebugs has made web dev feel fun again.<p>It took 3.5 months of near-daily work to ship it solo. I now use it to track errors across all my projects.<p>Happy to answer any questions!

1 comment

chris1232115 days ago
This is an interesting project! I&#x27;m going to recommend it to my team at work, since we&#x27;ve been moving to try to self-host more of our services.<p>I&#x27;ve been about building a Once-style project myself, how do you deal with tracking the licences, do you have the ability to revoke them if someone breaks the licence?
评论 #43892191 未加载