← Sikker Udvikling

Architecture

# Architecture

```
Customer / Admin
      |
      v
Sikker Udvikling Web App
      |
      v
Orchestrator
  |       |       |
  v       v       v
Knowledge Tasks Approvals
  |       |
  |       v
  |    Agent Workforce
  |       +-- Engineering
  |       +-- QA / Security
  |       +-- Reality Audit
  |       +-- Mentor
  |
  +-- GitHub
  +-- Vercel
  +-- Supabase
  +-- Browser automation
```

## Source of truth

- Code: GitHub
- Orchestration state: Sikker Udvikling database
- Deployment: Vercel
- Project knowledge: versioned knowledge layer
- Human decisions: approvals/decisions in the control plane

ChatGPT Projects can provide context and mentorship but are not the canonical project-state store.

Initial application: Next.js App Router, TypeScript, Supabase/Postgres, Vercel. External agent runtimes and integrations remain replaceable behind adapters.