CodeAtlas
atlas-core
Architecture / main
Live, interactive graph of services, modules, APIs, and data. Click a node to inspect.
v42·14 nodes·17 edges
Copilot
gpt-atlas · streamingHi — I'm your architecture copilot. Ask about any repo, service, or module. I can trace dependencies, plan refactors, or draft ADRs.
What talks to payments-svc?
Inbound: api-gateway (billing routes), atlas-web (checkout). Outbound: postgres (primary OLTP), event-bus (invoice.settled). One drift detected: direct read from users-db.
payments-svc api-gateway event-bus users-db