Discover and explore top open-source AI tools and projects—updated daily.
AI agent for generating full-stack applications from prompts
Top 62.6% on SourcePulse
app.build's agent is an AI-powered tool designed to generate production-ready full-stack applications from a single prompt. It targets developers seeking rapid application development across various stacks, including tRPC CRUD, Laravel, and Python/NiceGUI data applications, offering benefits like automated validation, testing, and integrated deployment.
How It Works
The agent employs a task-based approach, breaking down app creation into isolated, well-scoped tasks executed within sandboxes. For tRPC apps, this includes database schema generation, API handler logic, and frontend component creation. Laravel apps involve database migrations, model generation, controller/route building, and Inertia.js page creation. Each task is independently validated using language-specific tools (e.g., ESLint, TypeScript, PHPStan) and test execution before acceptance, ensuring robustness.
Quick Start & Requirements
npx @app.build/cli
npx @app.build/cli --template=laravel
npx @app.build/cli --template=python
PROJECT_GUIDELINES.md
.Highlighted Details
Maintenance & Community
The project is open for contributions, with detailed guidelines available in CONTRIBUTING.md
. The core agent code is in this repository, while CLI and platform code reside in a separate repository.
Licensing & Compatibility
The repository does not explicitly state a license in the provided README. Users should verify licensing for commercial or closed-source integration.
Limitations & Caveats
The Laravel application generation is currently in an Alpha version. The README does not specify compatibility details or potential restrictions for commercial use.
1 day ago
Inactive