Microservices ecommerce system
Prompt
Design a system architecture diagram for an ecommerce platform: web and mobile clients, API gateway, auth service, catalog service, cart service, order service, payment service, Kafka for async events, Redis cache, Postgres for transactions, and Elasticsearch for search.
Why this prompt works
It gives the model a complete service map and the main supporting infrastructure used in a common system design scenario.
Follow-up prompt
Add the checkout happy path and show which services are stateless versus stateful.