๐๏ธ Alternun and AIRS Architecture
This section is the public technical map of the Alternun platform.
๐๏ธ Monorepo and Stack
Alternun uses a pnpm workspace monorepo with TurboRepo orchestration.
๐๏ธ Authentication and Session Flow
This is the current AIRS auth architecture.
๐๏ธ Admin SSO and Access Control
This describes the current, intended architecture for admin login (admin.alternun.co), as distinct from the AIRS mobile/web consumer login covered in Authentication and Session Flow. Both share the same Authentik instance, but the admin path uses a different flow shape and its own access-control gate.
๐๏ธ Runtime Architecture
The running system is a combination of client applications, managed services, and AWS-hosted custom services.
๐๏ธ Infrastructure and Delivery
Alternun provisions infrastructure from the monorepo through packages/infra.
๐๏ธ Release Update Flow
Alternun uses a small shared release-update package to keep web and Expo surfaces aware of new builds.
๐๏ธ Security and Quality
Security in this repo is a combination of runtime controls, infrastructure guardrails, and development workflow discipline.
๐๏ธ Next Improvements
This page documents the most important next steps for the platform from an engineering point of view.