


Platform Core
The foundation of how the system operates.
Authentication, configuration, localisation, and system logic define how the platform behaves at its most fundamental level. This layer connects all other components and ensures consistency across the system.

What It Covers
-
User authentication and access control
-
User data and account management
-
Platform configuration and feature control
-
Language, currency, and regional settings
-
System-wide search functionality
-
UI translation management
How It Works
User registers → authentication is created → user profile is stored → configuration rules are applied → localisation is set → system becomes usable
Key Components
Auth
User
Config
Locale
Search
Translation

Integrations


What this means in practice:
Full access to source code and system component
Internal control over development and releases
No reliance on external providers
Responsibility for infrastructure, maintenance, and scaling
