Skip to main content

Architecture Overview

This monorepo is the primary Devman application and infrastructure repository for contabo-app-01. It contains the public Astro site, the Mastra agents hub, shared packages, documentation surfaces, and VPS infrastructure definitions.

Application Surfaces

  • apps/devman.me: Astro 5 static marketing site for devman.me.
  • apps/agents-hub: Mastra AI application and playground.
  • apps/docs-public: public Starlight docs for docs.devman.me.
  • apps/docs-ops: private Docusaurus operations docs for ops.devman.me.

Infrastructure Areas

  • infra/local: local Docker Compose profiles for development.
  • infra/vps: production stack definitions for Traefik, Infisical, Mastra, WSO2, and related services.
  • Sibling AI data-plane repository: devman-me/contabo-02, used for data services such as Postgres, Redis, Qdrant, LiteLLM, Langfuse, and object storage.

Security Boundary

Public documentation must avoid internal hostnames, private IPs, deployment paths, and secret topology. This site may include those operational details and therefore must remain access-controlled.

Related pages: Monorepo, Data Plane, and AI Context Strategy.