Build AI workflows visually.
Open source visual workflow builder for AI agents. Connect LLMs, databases, APIs, and code execution nodes on a drag-and-drop canvas. Powered by Firecracker isolated microVM execution.
Trigger
HTTP Webhook
LLM Node
Gemini 2.5 Pro
Code Execution
Python · Firecracker VM
Output
JSON Response
PandaFlow gives you the primitives to wire together AI agents, code execution, and data flows — without writing orchestration boilerplate.
Build complex agent pipelines visually on a React Flow canvas. Connect nodes with a click — no YAML, no code required.
LLMs, databases, APIs, webhooks, HTTP requests, data transformations, conditional branching, and more — out of the box.
Run Python, Node.js, Go, and Bash in isolated Firecracker microVMs. No shared runtimes, no cold-start delays.
Watch your workflow execute node-by-node with live logs streamed via Server-Sent Events. Debug with full visibility.
Encrypted per-organization secret store. Inject API keys, tokens, and credentials securely into any node.
Add custom nodes by extending the registry. Write once, reuse everywhere across your organization.
Jumpstart with multi-node workflow templates for common AI patterns — RAG pipelines, data scraping, report generation.
Self-host PandaFlow on your own infra or deploy instantly on PandaStack.io with managed PostgreSQL and Redis included.
Fully open source under the MIT license. Fork it, extend it, contribute back. Built in public at github.com/pandastack-io/pandaflow.
Run PandaFlow locally in under 5 minutes.
Clone the repo
git clone https://github.com/pandastack-io/pandaflow.gitInstall dependencies
npm installCopy env file
cp .env.example .env.localRun migrations
npm run db:migrateStart dev server
npm run devRequires: Node.js 20+, PostgreSQL 16, Redis 7
Built with modern, production-grade technologies.
Deploy on PandaStack.io — the easiest way to host PandaFlow with managed databases, automatic scaling, and Firecracker microVM execution out of the box.
PandaFlow is MIT licensed and built in public by PandastackIO Inc. Star the repo, open issues, and help shape what comes next.