SeedUML Playground
-- Examples --
REST API call
OAuth2 login
Async messaging
Error handling (alt/else)
Microservice startup
CI/CD pipeline
Code review process
Order fulfillment (swimlanes)
Retry with backoff
Parallel deployment
Domain model
Strategy pattern
REST controller layers
Order lifecycle
Connection manager (nested)
Microservices
Layered architecture
E-commerce
Runtime snapshot
Incident response
Git branching
E-commerce schema
Sprint velocity
Release plan
Tech stack
Webhook delivery
Observer pattern
CI pipeline
Render
Share
Dark
@startuml participant Client participant "API Gateway" as GW participant "User Service" as US participant Database as DB Client -> GW: GET /users/42 GW -> US: getUser(42) US -> DB: SELECT * FROM users WHERE id=42 DB --> US: row data US --> GW: User JSON GW --> Client: 200 OK @enduml
Preview
Source
SVG
PNG
|
Report
Click Render or press Ctrl+Enter
Ready
Licenses
Terms
Privacy
×
Report Rendering Issue
Your diagram source is automatically anonymized. Review the anonymized code below before submitting.
Anonymized Source
(editable)
Anonymized Preview
Show anonymization mapping
Problem Description
*
Contact Email
(optional)
Cancel
Submit Report