Settings

Theme

Show HN: Build a map of your TypeScript codebase with static analysis and LLM

braucode.com

1 points by yyjhao a year ago · 0 comments · 1 min read

Reader

Hi HN! I have been tinkering with the idea of detecting features/concepts in a codebase and decided to build this tool to help make sense of big codebases. Feed it a GitHub repo (private ones too, if you log in), and it can show you a high level overview of the codebase, with pointers to various entry points and core logics, as well as weird concepts within the codebase. The tool only stores the necessary metatdata (e.g. symbol name and line number) but the actual code is not persisted.

It only works for typescript for now as I work on improving the other aspects of the tool. Would love to hear any feedbacks from the community!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection