An open-source, no-code automation engine. Design workflows visually and orchestrate event-driven logic with native AI agents using a durable DAG execution architecture.
Platforms like Zapier are expensive at scale, while open-source alternatives like n8n require complex self-hosting infrastructure that most developers want to avoid. Furthermore, seamlessly injecting modern AI reasoning into standard API workflows is still highly experimental and prone to failure.
Building a robust automation engine from scratch requires solving hard distributed systems problems: directed acyclic graph (DAG) traversal, conditional branch pruning, state checkpointing, and idempotent retries.
OpenFlowX is a fully open-source visual automation builder powered by a durable execution engine. It allows developers and non-technical users to orchestrate tasks across APIs, webhooks, and AI models via a clean React Flow canvas.
By leveraging Inngest for background execution, the system serializes workflow state at every node boundary. This ensures complete idempotency, meaning failed HTTP calls or AI timeouts can be instantly resumed without re-running the entire workflow.
An event-driven execution engine processes DAGs, utilizing Inngest to safely step through nodes and pass serializable context.