Activepieces — Open-Source AI Workflow Automation
Open-source workflow automation with 400+ integrations and AI agent support. Visual builder, MCP server compatibility, self-hostable alternative to Zapier. 21K+ stars.
What it is
Activepieces is an open-source workflow automation platform that connects 400+ services with a visual flow builder. It supports AI agent nodes, MCP server compatibility, and self-hosting on your own infrastructure. The project has 21K+ GitHub stars and positions itself as a privacy-friendly, developer-extensible alternative to Zapier and Make.
Activepieces targets teams that need automation with data sovereignty. Self-hosting ensures your workflow data, API credentials, and execution logs stay within your infrastructure. The visual builder makes it accessible to non-developers, while custom code pieces extend it for technical teams.
How it saves time or tokens
Activepieces eliminates the need to write custom webhook handlers, polling scripts, and API integration code. The visual builder lets you create multi-step automations in minutes rather than hours of coding. AI agent nodes handle tasks like content classification, summarization, and data extraction within your workflows. Self-hosting removes per-execution fees, making high-volume automations cost-effective.
How to use
- Self-host with Docker:
docker run -d -p 8080:80 activepieces/activepieces:latest
- Or use the cloud version at activepieces.com.
- Create a new flow, add trigger and action pieces, configure connections, and activate.
Example
Build a content pipeline with AI processing:
Flow: Blog Post Pipeline
1. [RSS Trigger] - New article in feed
2. [HTTP Piece] - Fetch full article content
3. [AI Piece] - Summarize article (Claude/GPT)
Prompt: 'Summarize this article in 3 bullet points'
4. [Slack Piece] - Post summary to #content channel
5. [Airtable Piece] - Log article metadata
Each piece is configured visually with test buttons to verify data flow at each step.
Related on TokRepo
- AI Tools for Automation — Compare open-source and commercial automation platforms
- AI Tools for Self-Hosted — Self-hosted tools for data sovereignty and control
Common pitfalls
- Self-hosted instances need a reverse proxy (NGINX/Caddy) and SSL for production use. Running without HTTPS exposes API credentials in transit.
- Flow execution history grows quickly. Configure data retention policies to prevent disk space exhaustion on self-hosted instances.
- Custom pieces require TypeScript development. The piece SDK has a specific structure that must be followed for proper integration.
- Always check the official documentation for the latest version-specific changes and migration guides before upgrading in production environments.
- For team deployments, establish clear guidelines on configuration and usage patterns to ensure consistency across developers.
- When migrating from another automation platform, map your existing workflows to Activepieces pieces before starting to identify any gaps in integration coverage.
Frequently Asked Questions
Activepieces is open-source and self-hostable with no per-execution pricing. Zapier is a proprietary hosted service with usage-based billing. Activepieces offers more control over data and execution, while Zapier provides a larger integration library and simpler setup.
Yes. Activepieces is designed for self-hosting via Docker. This gives you full control over your data, API credentials, and execution environment. The project also offers a managed cloud option.
Yes. Activepieces includes AI pieces for calling LLM APIs like OpenAI and Anthropic. You can use these within flows for text classification, summarization, data extraction, and other AI-powered tasks.
Activepieces supports 400+ integrations including Google Workspace, Slack, GitHub, databases, CRMs, email services, and more. Custom pieces can be built using the TypeScript SDK for services not covered by built-in integrations.
Yes. Self-hosted deployments provide data sovereignty, SSO integration, and audit logging. The platform supports team workspaces, role-based access control, and flow versioning for enterprise workflows.
Citations (3)
- Activepieces GitHub— Activepieces is an open-source workflow automation with 21K+ stars
- Activepieces Documentation— 400+ integrations with visual flow builder
- Activepieces Install Guide— Self-hosted deployment with Docker
Related on TokRepo
Source & Thanks
Created by Activepieces. Licensed under MIT. activepieces/activepieces — 21,000+ GitHub stars
Discussion
Related Assets
Hugging Face Datasets — Access and Process ML Datasets at Scale
Hugging Face Datasets is a Python library for efficiently loading, processing, and sharing machine learning datasets with Apache Arrow-backed memory mapping, streaming support, and access to thousands of community datasets on the Hub.
OpenVoice — Instant Voice Cloning with Tone and Style Control
OpenVoice is an open-source voice cloning framework from MyShell AI that reproduces a speaker's voice from a short audio sample while giving independent control over emotion, accent, rhythm, and language.
Segment Anything (SAM) — Foundation Model for Image Segmentation
Segment Anything Model by Meta AI provides a promptable segmentation system that can isolate any object in an image given points, boxes, or text prompts, enabling zero-shot transfer to new visual domains.