Build My Own Cursor
ยท 2025An AI agent that can build and create websites from simple text-based commands.
AI AgentLLMNodejsGoogle Gemini

Description
This project is an AI agent that can build and create websites from simple text-based commands. This tool leverages the power of Large Language Models (LLMs) to generate and execute terminal commands, effectively acting as an AI web developer. The core of this project is a tool that can execute any terminal or shell command provided by an LLM. This allows the AI to perform tasks like creating directories, adding files, and writing code, thus building a complete website from a single command. The project demonstrates a practical application of AI agents in automating web development tasks.
Features / Highlights
- AI Website Creation: Generate entire websites by providing a simple command
- Extensible and Customizable: The system instructions for the LLM can be modified to change the AI's behavior and capabilities
- Cross-Platform Compatible: The AI can be configured to generate commands for different operating systems (e.g., macOS, Windows, Linux)
- Sequential Command Execution: Asynchronous operations are handled to ensure that commands are executed in the correct order
Tech Stack
Large Language Models (LLMs)Terminal/Shell CommandsNode.jsAI AgentsGoogle Gemini