Overview
What Ouranos is and how this documentation is organized
Ouranos is a reusable SaaS template: an AWS serverless foundation (Terraform, Aurora DSQL, SES, Route 53, CloudFront with Lambda via OpenNext), a Next.js monorepo (landing, app, docs), Better Auth with organizations and optional Stripe payments, and GitHub Actions CI/CD via OIDC — provisioned end to end. The template repository is also a live instance of itself.
The three apps
| App | Hostname | What it serves |
|---|---|---|
| Landing | Z (the instance zone apex) | Static marketing site and legal pages |
| App | app.Z | The authenticated product, on Lambda via OpenNext |
| Docs | docs.Z | This site — static export with in-browser search |
Where the rest lives
This site grows in Phase 8 to publish the product documentation from
docs/site/** and — when publish_internal_docs is enabled — the
engineering blueprint. Until then, the architecture page
summarizes the system and points into the repository.