Architecture Overview
Understanding how AeThex is structured will help you make better decisions when building your applications.
The Trinity Model
LabsR&D
→
FoundationValidate
→
CorporationProduction
- Labs creates breakthrough technology and experimental features
- Foundation validates, secures, and open-sources stable components
- Corporation delivers production-ready products with enterprise support
Core Services
| Service | Description | Division |
|---|---|---|
| Passport | Identity & authentication | Foundation |
| Shield | Security infrastructure | Foundation |
| Nexus | API gateway | Foundation |
| Studio | Development IDE | Corporation |
| Cloud | Hosting & deployment | Corporation |
| GameForge | Game development toolkit | Labs |
Data Flow
All requests flow through the following pipeline:
- Client SDK — Your application makes a request
- Edge Network — Global CDN routes to nearest region
- API Gateway — Authentication and rate limiting
- Service Mesh — Request routed to appropriate microservice
- Response — Data returned through the same path