Skip to main content
FlowDrop is built with Svelte 5, so in a Svelte app you use its components directly — no mount API needed.

1. Install

2. Drop in the editor

SvelteKit

FlowDrop is browser-only. In SvelteKit, guard the editor so it never renders during SSR:
FlowDrop needs a backend.It serves nodes and stores workflows. Point endpointConfig at your API, or run a ready-made server.

Next steps

What is a workflow?

The mental model behind the editor.

Connect a backend

The REST endpoints FlowDrop calls.