Show HN: Codeflowmap – map a codebase's read/write/auth data flows(github.com)
github.com
Show HN: Codeflowmap – map a codebase's read/write/auth data flows
https://github.com/man-consult/code-mapper
0 comments
—
https://github.com/man-consult/code-mapper
—
So I built codeflowmap. Point it at a repo and it maps the dependency and call graph, then surfaces the read / write / auth paths between files and functions.
Connect a local model (Ollama) or any OpenAI-compatible API and it annotates each file with what it does and the data it touches. It all runs locally unless you connect to a remote/hosted API, and the output links straight into an Obsidian vault.
bunx codeflowmap serve · MIT · built for me
Keen for thoughts on what would make it more useful or sharpen it up.