Skip to main content

Platform

Architecture, tools, and workflows that power Eigenoid's infrastructure.

Sections

SectionDescription
Infrastructure as CodeProducer/consumer model for managing cloud infrastructure with Terraform
DistributionAutomated Python package distribution via Artifact Registry
API GatewayAPI routing via Cloudflare Workers with domain separation and compute isolation
AutomationGitHub Apps and bots that drive CI/CD and governance workflows
GovernanceRepository naming, lifecycle management, and organizational policies
Design SystemShared Tailwind CSS preset, color palette, and UI conventions

Principles

  • Config-as-code -- all configuration lives in repositories, never in UIs.
  • Producer/consumer -- centralized reusable workflows consumed by infrastructure repos.
  • Progressive environments -- dev, qa, and prod with approval gates between them.
  • Traceability -- every infrastructure change is linked to a PR, commit, and CI run.