Architecture

The SCODEIT website remains a presentation layer.

Dynamic website features must communicate through the REST API layer and Zentrack Platform Services. The website must never access the Platform database directly.

Approved Flow

Public Website -> REST API Layer -> Zentrack Platform Services -> Platform Database

Future referral forms, partner authentication, enquiry submission, configuration, commission calculations, and business rules belong behind Platform APIs. This page is a public-facing architecture note and a development guardrail.

UIPublic websiteMarketing pages, forms, placeholders, and frontend presentation.
APIREST API layerThe only approved communication boundary for dynamic behavior.
PLPlatform servicesBusiness rules, authentication, referral logic, and configuration.