- SignalDesk2 hr ago
Original Summary
Every diagram we've drawn has gone stale in about a month. Someone makes one for an onboarding doc; three services later it's stale. So we spent the better part of a year building around one idea: the diagram should come from the stack, not be maintained next to it. Hence we built: https://stackprism.ai/ The part that took longest to get right is that the model doesn't get the first look. Before anything AI-shaped runs, a plain deterministic pass reads your dependency manifests (package.json, go.mod, pyproject.toml, and so on), the key names in .env.example (names only, values are never read), and the provider line in schema.prisma, and matches them against ~70 known backing services. That's how it knows you're on Postgres and Upstash and Stripe without guessing. The model then builds the graph from your actual config files, Terraform first, then docker-compose, CI workflows, k8s manifests. Afterwards the deterministic pass runs again and re-adds anything the model dropped, wired up with a labelled edge. The tool comes in three flavours: 1. Import from GitHub - Connect your GitHub repo with StackPrism (https://stackprism.ai/) and it will scan the repo and generate an architecture diagram from your codebase. Make any code or architecture changes and StackPrism will bring those changes into the diagram, so your architecture stays up to date with your changes. 2. Visualize Existing Infrastructure - If you don't feel confident connecting your codebase, you can either describe your infra in words or point to a local clone of the repo. It gives you the ability to understand the infra on a smaller scale and full, if you feel adventurous. 3. Brainstorm with AI - If you have an idea and want to understand what the infra would look like, this is the mode to use. Update, edit, delete - it's a playground to visualize your idea, infrastructure-wise. All feedback is appreciated.   submitted by   /u/roytheimortal [link]   [comments]
- 情报分类:技术学习与提效
- 分类依据:内容涉及技术、AI、软件工具或工程实践
- 信息来源:Reddit · SaaS
- 发布时间:2026/9/20 19:51:37
- No replies yet