LLM-friendly cross-reference database for Clojure code. Query who-calls, calls-who, who-implements, ns-deps to feed precise dependency neighborhoods to AI assistants instead of entire source trees. Built on clj-kondo.
A tool that builds a searchable map from Clojure source code to answer questions about function callers, dependencies, protocol implementations, and more.
How It Works
You're digging into a large Clojure project and need quick answers about which parts connect to what.
Simply include the explorer in your project's setup so it can understand your code.
Run a one-time scan that creates a complete map of every function call, dependency, and connection across all your files.
Bring the map into your interactive coding session to start exploring.
Easily query things like 'who calls this function?', 'what does it depend on?', or 'find unused code' and get clear lists instantly.
Review detailed lists, graphs, and connections to visualize and understand your entire project.
Now you confidently navigate, refactor, detect dead code, and share insights with your team.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.