n8n
Webhooks, cron schedules, and app events trigger chains of nodes that fetch, transform, and
route data: n8n is a workflow automation platform built around a visual, node-based editor. It
ships with 400+ built-in integrations covering databases like Postgres, SaaS tools like Slack
and HubSpot, and every major AI provider. When a pre-built node does not exist, the HTTP
Request node calls any REST API, and the Code node runs JavaScript or Python inline, so you
are never blocked by a missing connector. Workflows execute as directed graphs with branching,
loops, error handling, and sub-workflows, and every run is logged for inspection and replay
during debugging. It also includes LangChain-based nodes for building AI agents with tool
calling and memory. Self-hosting on RepoCloud gives you unlimited workflow
executions with no per-task pricing, and all data stays on your instance. Runs on Node.js with
SQLite by default; add Postgres and Redis queue mode when you need to scale workers
horizontally.
Deploy