Open Source|All improvements go through Pull Requests with automated CI checks before review by@Leo-Galli|Join Discord|Contributing guide
Architecture

Architecture

How Aetheris is built and how its components communicate.

Components

ComponentRolePort
Web appClient portal, admin panel (Next.js)3000
BackendREST API, auth, billing (FastAPI)8000
WorkersBullMQ background jobs
PostgreSQLPrimary data store5432
RedisQueues, cache, rate limiting6379

Quick links

See also: Docker, Backend, Ports.