← Back to architecture map
🧅
Architecture Pattern POC

Onion Architecture

Domain model at the center. All dependencies point inward; infrastructure depends on domain.

structural

Flow From Map

[ Infrastructure
  [ Application
    [ Domain <- core ]
  ]
]

Your POC Area

Replace this placeholder with your interactive proof of concept for Onion Architecture. This route is already dedicated to this pattern, so you can add diagrams, controls, code demos, or simulations here.

Example references: DDD, Jeffrey Palermo, InversifyJS