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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Cartograph – AI-generated code documentation and architecture diagrams

6 点作者 vivekkalyan6 个月前
Hey there HN! We&#x27;re Vivek and Si-Yan from Cartograph (<a href="https:&#x2F;&#x2F;cartograph.app" rel="nofollow">https:&#x2F;&#x2F;cartograph.app</a>). We&#x27;ve built an AI-powered code documentation platform that automatically generates reference documentation and creates a visual interactive map of the codebase that serves as both high level architecture diagram and allows you to zoom in to specific implementations.<p>How it works: We use static analysis to read a codebase and get its symbols and their dependencies, creating a complete map that includes function calls. We use LLMs (Gemini + Claude) to add metadata to this map, as well as augment it in cases where static analysis doesn&#x27;t work (e.g. HTTP calls). This map is then used to create an interactive map that you can explore to understand the system of your codebase. This works on both monorepos and multi repo projects. We also make use of this map to generate reference documentation for various functions&#x2F;classes&#x2F;structs etc in the codebase.<p>Some demo repos:<p>NextJS e-commerce template: <a href="https:&#x2F;&#x2F;cartograph.app&#x2F;share&#x2F;demo&#x2F;vercel-commerce-next-js-ecommerce-template-0f355afa-f09f-412c-bc89-808735aef26e" rel="nofollow">https:&#x2F;&#x2F;cartograph.app&#x2F;share&#x2F;demo&#x2F;vercel-commerce-next-js-ec...</a><p>FastAPI + React template: <a href="https:&#x2F;&#x2F;cartograph.app&#x2F;share&#x2F;demo&#x2F;full-stack-react-fastapi-template-522e71ab-074d-4e05-b5b0-f786d4b0b1aa" rel="nofollow">https:&#x2F;&#x2F;cartograph.app&#x2F;share&#x2F;demo&#x2F;full-stack-react-fastapi-t...</a><p>Rust tokenizers library: <a href="https:&#x2F;&#x2F;cartograph.app&#x2F;share&#x2F;demo&#x2F;huggingface-tokenizers-rust-2ab46bae-1912-4368-ae8c-6a0b3c301d83" rel="nofollow">https:&#x2F;&#x2F;cartograph.app&#x2F;share&#x2F;demo&#x2F;huggingface-tokenizers-rus...</a><p>FastAPI&#x2F;NextJS RAG chatbot: <a href="https:&#x2F;&#x2F;cartograph.app&#x2F;share&#x2F;demo&#x2F;weaviate-verba-rag-chatbot-f674a15d-1f43-4864-8c68-6a5c786762de" rel="nofollow">https:&#x2F;&#x2F;cartograph.app&#x2F;share&#x2F;demo&#x2F;weaviate-verba-rag-chatbot...</a><p>If you&#x27;d like us to process more public repos, please comment below and we will process it on our end.<p>We plan to improve things significantly over the coming months, but we want to hear your feedback on our product and&#x2F;or any use cases you think this could be useful for.

1 comment

tejaskumar_6 个月前
Really interesting tool! Would love to see how it handles database integration patterns. We&#x27;ve been working with Astra DB in some projects, and having auto-generated documentation for different database access patterns would be super helpful for the team. Have you considered adding specific support for database architecture visualization?
评论 #42358739 未加载