The editor
Mounting FlowDrop in your application, and everything you can change about it once it is there.
The editor is a front-end component. It is the same component whichever backend you chose, and this track covers everything on the front-end side of the contract: getting it on the page, changing how it looks, adding node types and form fields, and reading its events and stores.
Framework integration
Svelte, React, Vue, vanilla JavaScript, or anything that can call a function.
Creating workflows
What the editor actually does, from the reader's side of the canvas.
Theming
CSS custom properties, and swapping a whole palette at once.
Custom nodes
Register your own components as node types.
Backend implementation
The REST endpoints the editor calls, and how to implement them.
SDK reference
Mount API, components, types, event handlers, stores and tokens.
Stuck? Common issues and FAQ collects the failures that come up most.