Lucy

CodeAtlas

by•

Hey everyone 👋

I built CodeAtlas because I kept getting lost in unfamiliar codebases — jumping between files, trying to understand how everything connects.

So I thought: what if you could see a codebase instead?

CodeAtlas turns a GitHub repo into an interactive graph of file dependencies. You can explore how files are connected, click into them, and get a visual sense of the structure instead of digging through folders.

Right now it supports JavaScript/TypeScript projects and focuses on import relationships. It’s still early, but already really useful for quickly understanding smaller to mid-sized repos.

Would genuinely love your feedback — especially:

  • Does the graph actually help you understand code faster?

  • What would make this more useful in real workflows?

  • Any features you’d want if you used this regularly?

Thanks for checking it out

https://github.com/lucyb0207/CodeAtlas

20 views

Add a comment

Replies

Best
Aaron Hill
Not an engineer myself, but this feels like it solves a real problem I hear about quite often. Nice work!
Lucy

@proaifounder Thank you so much!!! I've always struggled myself especially when trying to navigate large repos, but even smaller ones also, so I'm trying to share my idea with others to help not just myself but hopefully a whole community.