AI Website Editor Agent
A simple, practical AI agent for editing websites using natural language.
🚀 Quick Start
The simple, working solution is in the ai-agent-simple/ directory:
cd ai-agent-simple
npm install
cp .env.example .env
# Add your Anthropic API key to .env
npm start
That’s it! You’re chatting with your AI agent.
What It Does
- 📝 Edit any file on your website
- 📁 Browse and explore directories
- 🔧 Run git and jekyll commands
- 💬 Natural language interface
Features
- Simple: Just 200 lines of code
- No complexity: No Docker, Kubernetes, or complex infrastructure
- Just works: Run locally or deploy with one command
- Flexible: Handles any static site or Jekyll project
Documentation
- Main docs:
ai-agent-simple/README.md - Simple setup guide:
docs/AI_AGENT_SIMPLE_SETUP.md
Note
The overengineered version with full enterprise features has been archived in docs/archive/overengineered/. You probably don’t need it.
Keep it simple. Ship it.