Launching today
dora CLI

dora CLI

Give AI coding agents a map of your codebase

3 followers

AI coding agents waste time grepping through your codebase every session to understand it. Dora indexes your code's dependency graph into SQLite so agents can instantly query what depends on what, find symbols, and navigate without re-exploring. Works with any SCIP-compatible language (TypeScript, Python, Java, Rust, Go, and more). Drop it into any project, add a hook, and your agent gets accurate context for better plans on the first try.
Free
Launch Team / Built With
Flowstep
Flowstep
Generate real UI in seconds
Promoted

What do you think? …

Yash
Maker
📌
Hey everyone! I built Dora after 6 months of using Claude Code daily and watching it grep/find its way through my codebase at the start of every session. The problem: AI agents have no memory of your codebase structure. So they brute-force it, walking files, grepping for symbols, slowly rebuilding context you already gave them yesterday. dora fixes this by indexing your code's dependency graph (using SCIP) into a local SQLite database. Instead of grepping, your agent can instantly query "what calls this function?" or "what depends on this file?" The result: better plans on the first try, less fumbling around. Works with TypeScript, Python, Java, Rust, Go, and any language with a SCIP indexer. MIT licensed, fully open source. Would love feedback!