.png&w=256&q=75)
1
1
Looking for experience!

DynoDocs is an AI-powered architecture intelligence platform that turns a code repository into an interactive system architecture diagram. For this first phase, the project focuses on the Component Services View, which shows clients, API gateways, backend services, workers, databases, caches, queues, object storage, and external integrations. The system uses a hybrid approach: a deterministic analyzer scans the repository to extract verified architecture facts from code, config files, Docker files, APIs, service calls, database usage, and messaging patterns, while an LLM enriches the diagram with clearer labels, grouping, descriptions, and layout hints without inventing unverified nodes or edges. DynoDocs also includes a static bottleneck detection layer that highlights potential architectural risks such as long synchronous call chains, chatty services, missing pagination, possible N+1 database queries, external API dependencies, missing timeouts, and unbounded queues. Each diagram element includes evidence, allowing users to understand why a service, dependency, or risk appears in the diagram. The goal is to help developers quickly understand unfamiliar codebases, visualize data flow, identify structural performance risks, and maintain living architecture documentation as repositories evolve.
10 May 2026