An n8n-style workflow builder — drag nodes onto a canvas, wire triggers to actions, and run automations across your favorite apps and APIs.
Connecting apps and automating repetitive tasks usually means brittle scripts or expensive SaaS that locks your data away.
A self-hosted, node-based workflow engine where anyone can compose triggers, transforms and actions visually — with full control over data and execution.
A React Flow canvas serializes graphs to a typed schema. A Node.js execution engine resolves the DAG, runs nodes with retries and backoff, and streams run logs over WebSockets. Credentials and run history persist in PostgreSQL.
Drag-and-drop node editor on React Flow.
DAG execution with retries and logging.