Vibe Coding Forem

Cover image for I built a tool that Lets you know when your app breaks in production.
Mark Kaave
Mark Kaave

Posted on • Originally published at bugmail.site

I built a tool that Lets you know when your app breaks in production.

I worked on a few projects early this year, but one of them really went sideways , there were production errors that i did not know of. until a friend had to point them out.

dawned on me that user feedback might not always come, sometimes they might just leave and rage quit.
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 out here : Bugmail

Top comments (0)