// 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.
- 1You describe what to buildA single prompt or CLI command.
- 2Planner agent creates architectureSystem design, schema, service boundaries.
- 3Specialized agents generate codeBackend, frontend, devops, security, tests.
- 4Security & tests run automaticallyVulnerability scans, unit + integration tests.
- 5One-click deployment to cloudKubernetes 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█