Noxus has a flexible runtime topology that is kept consistent on the different deployment methods, based on a few key services. The following graph provides a quick overview of this topology:Documentation Index
Fetch the complete documentation index at: https://docs.noxus.ai/llms.txt
Use this file to discover all available pages before exploring further.
Core Noxus Components
Noxus Frontend
Noxus Frontend
Next.js application that serves the user interface and talks to Noxus
Backend over API/WebSocket.
Noxus Backend
Noxus Backend
API/control plane for workflows, auth, configuration, integrations, and
orchestration.
Noxus Workers
Noxus Workers
Async execution plane for runs. In Kubernetes, workers are pool-based
(
worker.pools) with HPA or KEDA autoscaling.Noxus Relays
Noxus Relays
Optional integration webhook/event handlers (for external events and relay
endpoints).
Data Layers
- PostgreSQL: storage layer for domain entities, analytics and platform audit logs
- Redis: cache system
- Cold Storage: object/file persistence (
s3,gcloud,minio, local-compatible options).
Traffic And Domains
The platform default ingress model uses three entrypoints for the platform. As an example:<domain>-> Noxus Frontendapi.<domain>-> Noxus Backendrelay.<domain>-> Noxus Relays (if enabled)
<domain>-> Noxus Frontend<domain>/api/backend-> Noxus Backend<domain>/relays-> Noxus Relays (if enabled)
Deployment Overview
Entry point to deployment models, config, security, and operations
Kubernetes
Helm-based architecture with worker pools, KEDA, and ingress