1 pointby lucyb02079 hours ago3 comments
  • lucyb02072 hours ago
    Built this as a way to understand codebases visually instead of constantly jumping through files. It works by cloning a GitHub repo, parsing JS/TS files with an AST (Babel), and building a graph of import relationships which is then rendered interactively in the browser.

    It’s still early and mainly focused on JS/TS support right now, but I’m planning to expand it and improve scaling for larger repos.

    Would really appreciate feedback — especially on usability and how it holds up on bigger projects.

  • lucyb02079 hours ago
    Built this as a way to understand codebases visually instead of constantly jumping through files.

    It works by cloning a GitHub repo, parsing JS/TS files with an AST (Babel), and building a graph of import relationships which is then rendered interactively in the browser.

    It’s still early and mainly focused on JS/TS support right now, but I’m planning to expand it and improve scaling for larger repos.

    Would really appreciate feedback — especially on usability and how it holds up on bigger projects.

  • lucyb02079 hours ago
    [dead]