Files
bernatsamperaandClaude Opus 4.7 38617cc4c4 docs: add design rationale, modules guide, and a complete example agent
Migrates the curated material from the private lab repo: docs/design.md
(the decisions behind the framework), docs/modules.md (portable modules),
and examples/ops-agent (a grown agent folder with connections, modules,
a flow, and an archived module). README links all of it.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-26 12:51:31 +02:00

490 B

Infrastructure

Hosting

  • Hetzner VPS: main server, runs all production services via Coolify
  • Cloudflare: DNS, CDN, TLS termination for all domains
  • GitHub: code hosting, CI/CD via GitHub Actions

Domains

  • example.com: main website
  • app.example.com: SaaS application
  • api.example.com: API endpoint

Deployment

All services deploy via Coolify on the Hetzner VPS. Docker images are built from GHCR. Deployments are triggered by pushes to the main branch.