Welcome to the repository for the landing page of AI Agent Flow.
AI Agent Flow is an open-source CLI tool that orchestrates multi-agent AI workflows for software development. It provides specialized AI agents—architect, coder, reviewer, and tester—in a structured, local-first workflow.
This repository exclusively contains the source code for the promotional landing page website (aiagentflow.dev). For the actual CLI tool and core logic, please visit the Main AI Agent Flow Repository.
This site is built for high performance and excellent developer experience using:
- Next.js 14+ (App Router)
- TypeScript
- Tailwind CSS
- Framer Motion
To run the development server for the landing page:
# Clone the repository
git clone https://github.com/aiagentflow/aiagentflow.dev.git
# Navigate into the project
cd aiagentflow.dev
# Install dependencies
pnpm install
# Run the local server
pnpm run devOpen http://localhost:3000 with your browser to see the result.
While the core functionality of AI Agent Flow belongs in the main repo, contributions to improve this landing page are always welcome! Feel free to open issues or submit pull requests. Ensure all code follows the plan/ guidelines documented within this repository.
MIT