Hey HN, I built Bugmail because I screwed up.
I was working on a side project and had some bugs in production I didn't know about. when I found out, I'd already lost users(at least the few i had), and the funny part is , no one gave feedback if stuff was working or not.
So I looked for something to track errors , i tried Sentry and it was way too complex for what I needed. I didn't want to configure alert rules or navigate dashboard hell. i just wanted an email when something breaks with the stack trace, breadcrumbs, and who it happened to.
Couldn't find anything simple enough, so I built Bugmail.
What it does:
Errors show up in a Gmail-style inbox
You get the stack trace, user context, and what they were doing
That's it. No config files, no complex dashboards
It's basically emails me when shit breaks but actually usable. Built it for my own projects, figured other indie devs might want the same thing.
Try it here : https://bugmail.site
would love your honest feedback , is this something you'd use ?