A simple multi-agent system for automatic full-stack web development. It generates application around Flask framework. It can create new files and update existing, install additional packages, test backend and frontend and recover from its own mistakes.
Live demo:
AI.WebDev.-.Vam.Demo.mp4
Note
Work in progres...
-
Clone the repository:
git clone <repository-url> cd ai-coding-web
-
Create a virtual environment:
python -m venv .venv
-
Activate the virtual environment:
- On Windows:
.venv\Scripts\activate
- On macOS/Linux:
source .venv/bin/activate
- On Windows:
-
Install the required dependencies:
pip install -r requirements.txt
-
Configure your OpenAI API key
Create .env
file with your OpenAI API Key:
OPENAI_API_KEY=<your open ai API key>
To run the application, execute the following command:
python app.py
The application will be accessible at http://127.0.0.1:5000/
. Open this URL in your web browser to view the one-page application.