Route Protection Overview
Overview of the routing flow and access control within the application.
TODO: update with latest repo state [doc outdated 20240904]
Routing flow:
- Unauthenticated →
(auth)
or(main)
pages - Authenticated, no orgs →
/setup
under(protected)
- Authenticated, has orgs → any
/s/[subdomain]/*
route (org shell)
This keeps your marketing site clean, centralizes the org‑creation step, and scopes all org‑specific UI under the subdomain structure.
Hello World
Your first document
SPAPI on VM (Traefik + FastAPI + Celery + Redis)
A production-ready, Dockerized deployment of the **biamazed** backend (aka **spapi**) running on a single Ubuntu VM with HTTPS, background workers, and scheduled jobs. This guide is concise, approachable, and covers local dev and the VM stack so you know what runs where and how the frontend talks to it.