Marea.dev Documentation
Build AI automations without programming - just prompts, files, and CLI tools.
What is Marea.dev?
Marea.dev is an open-source framework that empowers non-programmers to build powerful, maintainable automations using:
- 📁 Files - Version-controlled context and data
- ⚙️ CLI Tools - Pre-built command-line utilities
- 🤖 AI - Natural language interface to everything
No vendor lock-in. No SaaS subscriptions. You own your automations.
Quick Start
New to Marea.dev?
- 📚 Understand the Pattern - Learn the files + tools + AI model
- 🛠️ Install OpenCode - Set up our CLI tool
- 🚀 Build Your First Automation - 15-minute tutorial
Already familiar?
Why Choose Marea.dev?
| Marea.dev | Traditional Solutions |
|---|---|
| ✅ Files you control | ❌ Vendor databases |
| ✅ Any AI model | ❌ Locked to one provider |
| ✅ Git version history | ❌ No audit trail |
| ✅ Runs anywhere | ❌ Cloud-only |
| ✅ No rate limits | ❌ API quotas |
OpenCode
OpenCode is our reference CLI tool - a bridge between AI models and your system:
# Install
npm install -g opencode
# Use with any AI model
opencode --context projects.md "What should I work on today?"
Features:
- Works with Claude, GPT, Gemini, or any model
- Reads/writes files via natural language
- Calls CLI tools automatically
- Maintains conversation state
Community & Support
- Discord: Join the community
- GitHub: Browse examples & contribute
- Twitter/X: @mareadev
Ready to automate? Start with the Introduction →