Infrastructure Overview
A public-safe description of the infrastructure layers that support routing, application delivery, storage, and platform operations.
Infrastructure layer
The public infrastructure view is easiest to understand when broken into the main layers that support how SGEN receives requests, runs the platform, stores site data and assets, and maintains operational continuity.
Receives traffic, preserves the requested domain, and forwards requests into the platform.
Runs the platform logic for rendering, admin workflows, and site behavior.
Stores separated site content, settings, and user context.
Handles media and other durable uploaded assets.
Support provisioning, caching, monitoring, and release continuity.
Routing layer
A controlled routing layer receives incoming traffic, determines the intended domain, applies platform-level request handling, and forwards traffic to the correct application surface.
Application layer
The application layer serves the SGEN platform itself, including site rendering, content management, administration, and related operational behaviors.
Data layer
SGEN uses separated data handling so each site operates within its own managed site context. This allows content, settings, and users to remain site-specific even though the platform foundation is shared.
Media and asset layer
Uploaded media and other stored assets are handled through a separate storage layer designed for reliability, scale, and controlled delivery.
Operational services
Supporting services handle provisioning, release workflows, caching, monitoring, and platform-level operational continuity.
Design principles
The public infrastructure view should make it clear that SGEN is a managed platform with coordinated infrastructure layers rather than a loosely assembled plugin-based setup.
Routing, application, storage, data, and operational services each serve a defined purpose and work together as one governed platform system.
The infrastructure model supports stable delivery, consistent operations, and coordinated release handling across the platform.
