Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

Orbis: Turn Any GitHub Repository Into an Interactive 3D Dependency Graph

DEV CommunityΒ·Nilofer πŸš€Β·24 days ago
#buxpnvoV
#ai#development#how#devtools#fullscreen#dependencies
Reading 0:00
15s threshold

Understanding a large codebase is hard. You clone it, start reading files, and quickly lose track of how everything connects. Which modules are most depended on? Where are the circular dependencies? What would break if you refactored this file? Orbis answers these questions visually. Paste a GitHub repository URL, and Orbis clones it, parses the ASTs across Python, JavaScript, TypeScript, Go, Rust, and Java, detects architectural patterns, and renders the entire codebase as a navigable 3D force-directed graph. Click any module to inspect its dependencies, metrics, and exported symbols. Ask the built-in AI assistant questions like "which module should I refactor first?" and get answers grounded in the actual code structure. Features 3D force-directed graph - Nodes sized by lines of code, colored by type, with animated directional particles on edges. Multi-language AST parsing - Python, JavaScript/TypeScript, Go, Rust, and Java via tree-sitter.…

Continue reading β€” create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More