After months of coding and testing, I finally finished programming a tool called CrashVault, a lightweight, local-first crash/error vault with a simple CLI. Log errors, group them into issues, search, export/import, and keep a local history. Not only that, I'm implementing auto update, instancing, and more features!!!
Why I built it
I was looking for a tool to monitor errors that was open source, unlike Datadog or Sentry. But I couldn't find anything that suited my needs, so finally, I decided to build my own in Python.
NOTE: CrashVault uses a tool called Patchy (another tool I made) that only has support for Node.js and Python(looking for help on adding support for other languages)
LINKS
Crashvault: https://github.com/Thundered-Studios/crashvault
Top comments (1)
Feel free to ask questions!