--- title: "Tutorials" description: "Build a working FlowDrop integration from an empty directory, one step at a time — then a set of recipes for specific jobs." source: https://flowdrop.io/docs/tutorials site: FlowDrop documentation --- # Tutorials The tutorial is five parts, in order, each building on the last. Start at part one with nothing but a terminal. Mount the editor in a plain web page. Point it at a backend so it can load nodes and save workflows. Define a node type and watch it appear in the sidebar. Grow it into a usable palette. Persist what the reader built. ## Recipes Self-contained walkthroughs of one job each. They assume the tutorial, but not each other. - [Backend: Express.js](/tutorials/recipes/backend-express) — a working backend in 15 minutes - [Build an AI agent workflow](/tutorials/recipes/ai-agent-workflow) — branching, tools and human-in-the-loop - [Conditional branching](/tutorials/recipes/conditional-branching) — gateway nodes for if/else and switch/case - [Auto-save and drafts](/tutorials/recipes/auto-save-and-drafts) — browser-storage drafts and how to manage them - [Undo and redo](/tutorials/recipes/undo-redo) — the history stack, programmatically