top of page
Screenshot 2024-08-14 at 10.09.02-02.png
Screenshot 2024-08-14 at 14.13.20-2.png

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

MongoDB_Logo.svg.png

Integrations

RabbitMQ_logo.svg.png
Elasticsearch_logo.svg.png

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

Where to go from here?

Understand how the system is structured or explore specific components in detail.

Screenshot 2024-08-14 at 14.13.20-2.png
bottom of page