Tutorials
Build a working FlowDrop integration from an empty directory, one step at a time — then a set of recipes for specific jobs.
The tutorial is five parts, in order, each building on the last. Start at part one with nothing but a terminal.
1 — Embedding the editor
Mount the editor in a plain web page.
2 — Configuring endpoints
Point it at a backend so it can load nodes and save workflows.
3 — Your first node
Define a node type and watch it appear in the sidebar.
4 — Multiple nodes and categories
Grow it into a usable palette.
5 — Saving workflows
Persist what the reader built.
Recipes
Self-contained walkthroughs of one job each. They assume the tutorial, but not each other.
- Backend: Express.js — a working backend in 15 minutes
- Build an AI agent workflow — branching, tools and human-in-the-loop
- Conditional branching — gateway nodes for if/else and switch/case
- Auto-save and drafts — browser-storage drafts and how to manage them
- Undo and redo — the history stack, programmatically