Ship your SaaS on day one, not month three.
Ouranos is a production-grade starting point: AWS serverless infrastructure, a Next.js monorepo, authentication with organizations, optional payments, and CI/CD — wired together and provisioned end to end.
Everything wired together
The pieces a real product needs — infrastructure, auth, billing, delivery — built once and kept consistent.
- AWS serverless foundation
Terraform-provisioned Aurora DSQL, SES, Route 53, and CloudFront in front of Lambda via OpenNext. No servers to patch, no VPC to babysit.
- Auth, orgs & admin
Better Auth with email/password and Google sign-in, organizations with roles and invitations, and an admin panel — all behind one authorization policy.
- Payments, toggled
Stripe subscriptions and a customer portal behind a single flag. Turn payments off and the billing surface disappears; turn it on and features gate themselves.
- CI/CD via OIDC
GitHub Actions deploys through short-lived OIDC roles — no long-lived cloud keys anywhere. Every gate is SHA-pinned and required before merge.
- A preview per pull request
Each PR gets its own isolated environment in minutes, end-to-end tested, and torn down automatically when the PR closes.
- Scales to zero
Everything is pay-per-use. Idle cost is a rounding error, and traffic spikes are absorbed by the platform rather than a capacity plan.
- One blueprint, kept honest
The architecture docs and a generated resource inventory live beside the code, and CI fails any change that drifts from them.
- Safe database changes
Expand–contract migrations run as part of every deploy, gated in CI so a destructive change can never ship alongside the code that needs the old shape.
Simple pricing
Start free. Upgrade when your team needs the advanced tools.
$0 forever
- One organization with unlimited members
- Email/password and Google sign-in
- Roles, invitations, and account settings
- Community documentation
$20 per month
- Everything in Free
- Advanced analytics dashboard
- Customer portal for self-serve billing
- Priority support