// ADF Product

Software that builds software.

ADF is a CLI-first platform that turns high-level requests into deployed production systems.

// How it works

Prompt to production in five steps.

Every step is observable, deterministic, and re-runnable. No black boxes.

  1. 1
    You describe what to build
    A single prompt or CLI command.
  2. 2
    Planner agent creates architecture
    System design, schema, service boundaries.
  3. 3
    Specialized agents generate code
    Backend, frontend, devops, security, tests.
  4. 4
    Security & tests run automatically
    Vulnerability scans, unit + integration tests.
  5. 5
    One-click deployment to cloud
    Kubernetes targets out of the box.
// Multi-agent architecture

Six specialized agents. One DAG.

AGENT_BACKEND
Services, schemas, APIs
AGENT_FRONTEND
UI, state, components
AGENT_DEVOPS
CI/CD, infra, deploy
AGENT_SECURITY
Audits, policies, secrets
AGENT_TESTS
Unit, integration, e2e
AGENT_DOCS
API refs, guides, README
Autonomous Workflows
Agents collaborate via DAG orchestration with retry and fallback.
Built-in Deployment
Deploy to Kubernetes automatically with zero config.
Full Observability
Track tokens, cost, and performance in real time.
// CLI Experience

From terminal to production in minutes.

bash — adf-cli
adf init
[OK] Workspace initialized.
adf build ecommerce-platform
[PLAN] 3 services, 14 entities
[OK] 4 agents converged
adf deploy production
[LIVE] https://shop.adf-deploy.cloud