DEV Community

Cover image for A new tool I built: Crashvault
CreeperGuy14
CreeperGuy14

Posted on

A new tool I built: Crashvault

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

Patchy: https://github.com/Thundered-Studios/patchy

Top comments (1)

Collapse
 
creeperkid2014 profile image
CreeperGuy14

Feel free to ask questions!