Hacker News new | ask | show | jobs
by ru6xul6 1247 days ago
2 years ago I made a code visualization tool called Codemap, https://codemap.app, which visualizes function calls in any codebase as a graph, to give the software engineers a high-level understanding of their code.

Last year I noticed its user sign-ups are ticking up quickly, acquiring hundreds of users in a few months, so I decided to redesign the app and add more language supports (now supporting Typescript, Javsacript, Python, Ruby, and Go.

It's a combination of a desktop app (to parse your local codebase) and a web app (to visualize the graph). Users pay a small price to unlock the full graph, otherwise the graph is capped at 100 nodes, which allows users to fully try out the product before committing to pay for it.