This repository ships with CI/CD workflows, Terraform infrastructure, Docker Compose, and a sample Next.js + Postgres app. Use this page as your initial handoff checklist. Includes blue-green deployment.
Set project metadata and baseline defaults.
scripts/init-template.sh --project-name your-project-slugRequired secret:
AWS_ROLE_ARNRequired variables:
AWS_HOSTED_ZONE_IDDOMAIN_NAMEcp .env.example .env
docker compose up --buildPush to main to run provision-and-deploy.yml, or run manual-deploy.yml for an on-demand deploy.
Full bootstrap guide: docs/REPO_BOOTSTRAP.md
The original TODO demo is available at /demo so this root page can stay focused on template onboarding.
Now get to work on your product! This template is ready to go, but you'll need to add your own UI and API endpoints.
src/terraform/infrastructure/