Summary: High-level topology of 7Mind’s infrastructure — how the pieces connect. Sources: TBD — fill from Terraform configs, architecture diagrams, team knowledge Last updated: 2026-05-15


System Topology (Prose)

TBD — describe the request flow from a user’s perspective:

  1. DNS resolves via Cloudflare (see cloudflare)
  2. Mobile app traffic routes to… TBD
  3. Web traffic routes to Cloudflare Pages (see cloudflare)
  4. Backend runs on GCP (see google-cloud)
  5. Infrastructure is defined in Terraform (see terraform) and deployed via GitHub Actions (see github-actions)

Environments

TBD — staging and production environment names, URLs, and which GitHub branches they track.

Secret / Config Management

TBD — where are secrets stored (GCP Secret Manager? GitHub Actions secrets? both?), and what is the access pattern for each service.

Observability

TBD — logging, metrics, alerting stack. Who gets paged and how.

Disaster Recovery

TBD — backup strategy, RTO/RPO expectations if known.