Demo: generate a system architecture diagram from notes
Architecture notes usually mix components, deployment details, and product behavior. A good generated diagram separates boundaries and shows only the dependencies that matter for review.
- Include users, external providers, services, queues, and data stores.
- State whether the diagram should show runtime flow or deployment topology.
- Ask the model to keep labels short for preview and export.
Generate a Mermaid architecture diagram for a multi-tenant SaaS. Include browser, CDN, Next.js app, API gateway, tenant service, billing service, Postgres, Redis, event bus, worker, and email provider. Highlight tenant isolation boundary.