Repository import from GitHub
Accepts a GitHub repository URL and performs a shallow clone of the target branch to analyze the active codebase state.
GitDecode is a GitHub codebase analysis tool with AST-backed graphs, interactive diagrams, and natural-language answers to understand structure and impact.
GitDecode is a developer tool for understanding GitHub codebases by turning repository structure into an AST-backed graph, interactive diagrams, and natural-language answers. It is positioned for engineers who need to inspect how code is organized, how dependencies connect, and where changes may propagate.
The product imports a repository from GitHub, detects the workspace layout, and parses code into syntactic units before compiling call and import relationships into a graph. From there, users can explore the codebase visually or ask questions about specific files and behavior, with the product emphasizing private, in-memory processing and transient storage of source code.
Accepts a GitHub repository URL and performs a shallow clone of the target branch to analyze the active codebase state.
Parses files into AST blocks and builds a multi-file import and call dependency graph rather than relying on text chunking.
Uses graph BFS routing for retrieval, with depth-based context loading tied to source files and signatures.
Generates interactive architecture diagrams and visual graph views for exploring repository structure.
Supports natural-language questions about code, with answers grounded in repository structure and call relationships.
Provides impact analysis that traces direct and transitive dependents when a file changes.
Use GitDecode to get a structural map of a repository before making changes, so you can see how modules, imports, and call paths fit together.
Ask repository-specific questions in natural language when you need to locate where authentication, routing, or other behavior is implemented.
Review the blast radius of a proposed edit by checking which direct and transitive dependents may be affected.
Browse interactive diagrams and graph views when you want a visual overview of architecture instead of reading files one by one.
Use the paid or enterprise plans when you need private repository analysis, higher-scale use, or custom deployment options.
GitDecode works with GitHub repositories. The home page highlights free use for public repos, while the pricing page says the Developer plan supports public and private repositories.
The home page says code is processed in memory and not stored, and the security page adds that full file contents are cloned to volatile disk, processed, and deleted after AST extraction. The pricing page also states that source code is processed in transient memory and not persisted.
The home page describes GitHub auth, and the security page says requests are protected with Supabase JWT verification. The pricing page notes that public repo use does not require a credit card and the product supports secure sign-in through GitHub authentication.
GitDecode outputs interactive diagrams, a codebase knowledge graph, chat-based answers, and impact analysis views. The how-it-works page shows a pipeline that imports a repo, parses ASTs, compiles a graph, routes queries through graph-based RAG, and streams results to the interface.
The pricing page lists a free Hobby plan for public repositories, a paid Developer plan for active engineers, and an Enterprise plan with custom deployment, self-hosting, and SLAs.
ByteAsk is a terminal-first AI coding agent for C and C++ that edits repos and verifies changes with compilers, debuggers, sanitizers, and tests.
CreateOS Sandbox is an isolated compute environment for running code and agent workloads in Firecracker micro-VMs with private networking and SDK, CLI, or MCP control.
hob is an independent workspace for coding agents, with local control over sessions, terminals, history, routing, and follow-up work.
Manta AI is an autonomous web app testing tool that maps app behavior, catches regressions, and generates tests from a URL, no scripts or selectors needed.
SonOf connects to your repo and PM tool, audits your codebase, and turns approved work into shipped tickets with senior engineering review.
Ghost is a terminal-based AI assistant for chatting, code generation, and CLI tasks. Includes free models, supports Linux, macOS, Windows, and is open source.