TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Made a tool for generating diagrams of your codebase

3 点作者 yoelhacks3 个月前

1 comment

yoelhacks3 个月前
After seeing some really cool tools that build high-level overview diagrams of a repo, we wanted to see if we could create a tool for building any diagrams from a codebase (for the diagrams we support, which are architecture, ERD &#x2F; schema, flow charts, and sequence diagrams).<p>Try it out on any public Github repo! A few notes: 1) Works best if you are pretty explicit with the prompt. We&#x27;re only offering 2 free runs right now because of the expense involved. We have some examples built in and I&#x27;ve left a couple links below. 2) Works best on repos of a few hundred files or low thousands. More than that and it really helps if you can provide some explicit instructions on where to look. 3) The feature that links to specific code files is pretty fun.<p>Here a some examples:<p>Supabas real time updates: <a href="https:&#x2F;&#x2F;eraser.io&#x2F;git-diagrammer?diagramId=2XXiOvPfJjtfMbWdMFzf" rel="nofollow">https:&#x2F;&#x2F;eraser.io&#x2F;git-diagrammer?diagramId=2XXiOvPfJjtfMbWdM...</a> Subase realtime architecture: <a href="https:&#x2F;&#x2F;eraser.io&#x2F;git-diagrammer?diagramId=nIvgs2dMvarCYJ8zVN2M" rel="nofollow">https:&#x2F;&#x2F;eraser.io&#x2F;git-diagrammer?diagramId=nIvgs2dMvarCYJ8zV...</a> Primsa migrations: <a href="https:&#x2F;&#x2F;www.eraser.io&#x2F;git-diagrammer?diagramId=uK7UptrWd4EEYy9eOWhi" rel="nofollow">https:&#x2F;&#x2F;www.eraser.io&#x2F;git-diagrammer?diagramId=uK7UptrWd4EEY...</a>