Workflow Automation
SaaS, open source and skills for workflow automation work — with the limits of each written down.Before you pick
What decides it
Ask what a run that dies halfway does next: resume at the failed step, or replay from the top and repeat everything already done.
What to avoid
The meter matters more than the price: where billing is per successful step, replaying a failed run recharges every step that already worked.
What is changing
Connector catalogs are turning into tool surfaces: the same integrations now answer agent calls, and workflows themselves get exposed as tools other agents invoke.
SaaS
Hosted products you sign up for.Leading
Established picks, at the top of today's aggregate.
- 1n8nThe top pick when you want AI baked in, not bolted on — native agent nodes, RAG and tool-calling, self-hostable for full data control.
- 2ZapierFast, event-driven SaaS automations for non-technical teams, with an 8,000+ app connector catalog and minimal setup.
- 3MakeHigh-volume, multi-branch workflows where visual debugging and deterministic routing matter most.
- 4GumloopA no-code AI-first builder bundling visual flows, model connectors, hosted MCP and a build-assistant agent ("Gummie") in one place.
- 5Microsoft Power AutomateEnterprise workflow and RPA automation deeply wired into Microsoft 365 and the Power Platform.
Emerging
Newer challengers, surfaced by two or more sources.
Open source
Repositories you run yourself.Leading
- 1Node-REDMature low-code, event-driven flow tool (~23.4k★, IBM origin) — the standard for wiring together devices, APIs and services, huge in IoT.
- 2WindmillFast Rust-based developer platform (~17.3k★) that turns scripts into workflows, UIs and cron jobs — for engineers who want code over drag-and-drop.
- 3Trigger.devCode-first background jobs and AI-agent workflows (~15.7k★) in TypeScript — durable, long-running tasks for developers.
- 4KestraEvent-driven, YAML-declarative orchestration and scheduling platform (~27.4k★) — broader/data-oriented, bridging workflow automation and pipeline orchestration.
Emerging
- 1HKUDS/nanobotPersonal AI agent you host yourself, reachable from a bundled web UI, terminal, or chat apps like Telegram, with long-term memory and MCP tools.
- 2vercel-labs/workflow-builder-templateDeployable Next.js starter for building your own workflow tool: a React Flow canvas that compiles nodes into TypeScript run by Workflow DevKit.
- 3wassupjay/n8n-free-templatesAbout 200 importable n8n workflow files across 20-plus industries, most wired to vector databases, embeddings, and LLM calls; add credentials and activate.
- 4livecontext-ai/livecontext-ce
- 5lucaswalter/n8n-ai-automationsRoughly forty n8n workflows from a YouTube channel — voice agents, ad generators, scrapers — each paired with a video walking through how it was built.
Skills
Skills you drop into a coding agent.Leading
- 1n8n-skills (Członkowski)The de-facto Claude Code skill pack for workflow automation (~5.9k★) — 14 skills for building production n8n workflows, by the author of n8n-mcp.
- 2n8n Skills (official, n8n-io)The official n8n skill repo (~363★) — authoritative, first-party guidance for building n8n workflows in Claude Code; newer and smaller than Członkowski's pack.
- 3n8n-skills (haunchen)Independent n8n skill suite (~377★) documenting nodes and curated templates for Claude Code, Desktop and Web.
Emerging
- 1refly-ai/reflyOpen-source builder where a visual or natural-language workflow compiles into a versioned skill, REST API or Slack and Lark webhook.
- 2a5c-ai/babysitterWraps coding agents like Claude Code and Cursor in JavaScript-defined processes with forced stops, quality gates, human approvals, and a replayable event journal.