Deploy Zara in Minutes
Get up and running with Zara in under 10 minutes. Deploy your first AI agent and start automating your development workflow.
🚀 Deploy in 1 Click
The fastest way to get started with Zara - deploy directly to 0co.to
One-Click Deployment
Deploy Zara to 0co.to in seconds. No setup required - just click and go.
Opens in new tab • No account required
🏗️ Zara Framework
Built on top of CrewAI for powerful multi-agent workflows
GitHub Repository
The Zara framework is open source and available on GitHub. Built on top of CrewAI for powerful multi-agent orchestration.
Key Features
🎯 Real Examples
See what Zara has already built - over 600 repositories generated automatically
Vistara Apps Organization
Zara has automatically generated over 600 repositories in the vistara-apps GitHub organization. Each repo represents a real application built entirely by AI agents.
Opens in new tab • See real applications built by Zara
🖥️ Local Development
Want to run Zara locally? Here's how to set it up for development
Prerequisites
System Requirements
- • Python 3.8+
- • Git
- • Docker (for Qdrant database)
- • Modern browser
API Keys Required
- • OpenAI API Key (GPT-4)
- • Serper API Key (web search)
- • Qdrant Vector Database
- • Optional: Local LLMs (Ollama)
Quick Setup
# Clone the Zara framework git clone https://github.com/vistara/z-agent.git cd z-agent # Create Python virtual environment python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate # Install dependencies pip install -r requirements.txt # Set environment variables export OPENAI_API_KEY=your_openai_key_here export SERPER_API_KEY=your_serper_key_here # Start Qdrant vector database (Docker) docker run -d -p 6333:6333 -p 6334:6334 --name qdrant qdrant/qdrant # Start the Zara API server python -m src.server.main
Ready to Get Started?
Deploy Zara in minutes and start building AI agents