Documentation • Get Started • VS Code Extension
You know that moment when you're about to change a function and wonder: "What else does this touch?"
Unfault answers that question before you find out the hard way.
When you're editing process_payment(), you probably want to know:
- 🔗 Who calls this?: 3 routes, 2 functions
- 🎯 What SLOs are related to your route?: 99.9% availability on
/checkout ⚠️ What's missing?: No timeout on the external API call
Instead of grepping, tracing, and hoping: you just see it.
In VS Code: context follows your cursor
Compact hints above functions show what matters
Get context as you navigate your code
In your terminal: review before you push
Runs in no time, flags what is worth looking
Ask natural questions about your code
Use this context with your favourite AI too.
| Repository | What it does | License |
|---|---|---|
| cli | The brain: analysis, CI integration, LSP server | MIT |
| core | Parsing and graph building | MIT |
| vscode | VS Code extension | MIT |
Python · Go · Rust · TypeScript · JavaScript
FastAPI · Flask · Django · Express · Gin: with framework-aware route detection.
Source code never leaves your machine. We receive a semantic graph: imports, calls, relationships: not your actual code. Privacy details →
Write with greater insights.
Get Started →