Architecture Overview

Understanding the Trinity structure

Architecture Overview

Understanding how AeThex is structured will help you make better decisions when building your applications.

The Trinity Model

LabsR&D
FoundationValidate
CorporationProduction
  1. Labs creates breakthrough technology and experimental features
  2. Foundation validates, secures, and open-sources stable components
  3. Corporation delivers production-ready products with enterprise support

Core Services

ServiceDescriptionDivision
PassportIdentity & authenticationFoundation
ShieldSecurity infrastructureFoundation
NexusAPI gatewayFoundation
StudioDevelopment IDECorporation
CloudHosting & deploymentCorporation
GameForgeGame development toolkitLabs

Data Flow

All requests flow through the following pipeline:

  1. Client SDK — Your application makes a request
  2. Edge Network — Global CDN routes to nearest region
  3. API Gateway — Authentication and rate limiting
  4. Service Mesh — Request routed to appropriate microservice
  5. Response — Data returned through the same path