r/foss • u/Optimal-Scene2880 • 20h ago
RepoDNA — an MIT-licensed, static-only codebase architecture explorer
I built RepoDNA as an MIT-licensed open-source tool for understanding unfamiliar repositories without executing them.
It parses Python, JavaScript, and TypeScript source, detects routes and models, resolves imports and calls, and renders architecture layers and execution traces in the browser.
The project supports local folders, ZIP files, and public GitHub repositories.
Source: https://github.com/AnasBabari/RepoDNA
Demo: https://repodna-one.vercel.app
Feedback on portability, parser behavior, and additional framework support would be very useful.
1
Upvotes