app.build is an open-source AI agent for generating production-ready full-stack applications from a single prompt.
This platform repository contains the infrastructure that powers app.build:
- CLI - Command-line interface accessible via
npx @app.build/cli
- Control plane - Backend platform managing communication between CLI and agent
- Deployment pipeline - Orchestrates application generation and deployment to live URLs
The platform acts as the orchestration layer between user interfaces and the code generation agent:
- CLI receives user prompts and project requirements
- Control plane coordinates with the agent for code generation
- Platform manages database provisioning, testing, and deployment
- Applications deploy to live URLs with full CI/CD
The actual code generation agent is available in the agent repository.
npx @app.build/cli
See CONTRIBUTING.md for development setup and contribution guidelines.
Local development instructions are available in CONTRIBUTING.md.
Built to showcase agent-native infrastructure patterns. Fork it, remix it, use it as a reference for your own projects.