activepieces
Installation
SKILL.md
Activepieces
Overview
Activepieces is an open-source workflow automation platform — the newest Zapier/n8n alternative. Visual builder, 200+ integrations, code steps, branching, loops, and webhooks. Self-hosted for free with unlimited flows.
Instructions
Step 1: Self-Host
# docker-compose.yml — Activepieces with PostgreSQL and Redis
services:
activepieces:
image: activepieces/activepieces:latest
ports: ["8080:80"]
environment:
AP_ENGINE_EXECUTABLE_PATH: dist/packages/engine/main.js
AP_POSTGRES_DATABASE: activepieces
Related skills