SaaS web app architecture
Prompt
Create a software architecture diagram for a B2B SaaS application: browser client, API gateway, auth service, application service, background worker, PostgreSQL database, Redis cache, object storage, and external email provider. Show the main request path and asynchronous job processing.
Why this prompt works
It names the client path, core services, storage, and one async workflow, which gives the diagram enough structure to look like a real production architecture.
Follow-up prompt
Add observability components, internal admin dashboard, and mark which services are public versus private.