ToolRadarHQ

Arcaide – Explore code with multi-level call graphs

Arcaide visualizes call paths through a codebase as an interactive multi-level graph, so instead of tracing function calls manually or reading a flat dependency tree, you get a navigable map starting from entry points. The use case is narrow but real: onboarding to a large legacy repo, or doing a quick architectural audit before a refactor. The visual metaphor — explore downward through call chains, see how components connect — is one that senior engineers already do mentally, and making it literal can cut hours off orientation time. What is not clear from the current state: how well it handles dynamic dispatch, large monorepos, or non-obvious entry points in framework-heavy code. The tooling in this space (static analysis visualizers, dependency graphers) has a long history of being impressive in demos and painful on real codebases. Worth a test on your actual repo before getting attached. -> Best for: technical PM or SaaS team of 2-5 inheriting an undocumented codebase
More like this