I built pecto – it reads your code and tells you what it does
rust
dev.to
Hi everyone, i’m Alicia and i built pecto cause i’m working on a legacy code project which drives me nuts :-) i wanted to visualize the codebase and figure out a way to see what the code actually does not just API endpoints. This is my first open source project and i hope pecto can grow and be useful for more devs who have to work on legacy code or just want a way to visualize their code. I wanted the analysis to be really fast, local and not dependet on LLM’s. It uses tree-sitter for parsing