Fix-first workspace
The Overview answers the product question directly: what should be fixed first, why, where it is and which verification path is safest.
Scan a Vue / React / Svelte repo, see what to fix first, why it matters, where it lives and how to verify the impact safely. Local-first, your code never leaves the machine.
After a scan, Archora is built to answer four questions:
The product is intentionally analyzer-first. It does not ask you to interpret a raw dependency hairball before you can make a decision.
| Archora | madge | dependency-cruiser | |
|---|---|---|---|
| Cycle detection | ✅ | ✅ | ✅ |
| Pinpoints the cycle edge | ✅ feedback-arc-set | — | — |
| Hot zones / coupling | ✅ composite score | — | — |
| Vue SFC support | ✅ | partial | via plugin |
| Svelte SFC support | ✅ | — | partial |
| Layer violation rules | ✅ config-driven | — | ✅ |
| Analyzer workspace | ✅ desktop/web | — | — |
| Shareable fix plan | ✅ JSON + HTML | — | partial |
| CI integration | ✅ JUnit + Markdown | text only | ✅ |
This is not a knock on either tool — both are great at what they do. Archora adds a product workflow around the analysis: priority queue, Inspector evidence, impact checks and reports that are useful outside the UI.