Zap is an open-source automation platform that connects and automates workflows across 7,000+ applications. Built with modern web technologies, it provides a beautiful interface for creating complex automations without code.
- 🔌 Connect 7,000+ apps with triggers and actions
- 💻 Run Python, JS, or Bash inline in automations
- 🛠️ Build custom integrations with ZapForge
- ⚡ Lightning-fast deployment and execution
- 📊 Visual workflow builder with drag-and-drop
- 🔒 Self-hosted runners via Docker or Cloudflare
- 🔐 Built-in secrets management
- 🌟 100% open source and self-hostable
# Clone and install
git clone https://github.com/yourusername/zap.git
cd zap
npm install
# Start development servers
npm run backend:dev
npm run web:devVisit http://localhost:3000 to get started.
MIT License - see LICENSE for details.