# FlowDrop > A drop-in visual workflow editor for AI agents. Design, configure, and deploy AI workflows with any backend. FlowDrop is an open-source, MIT-licensed TypeScript library that lets you mount a full-featured visual workflow editor anywhere with a single function call. It is backend-agnostic and works with Express, Fastify, Django, Rails, Laravel, or any backend that can serve REST endpoints. Workflows live in your database: no cloud service, no vendor lock-in. This file is an index. Each documentation surface publishes its own `llms.txt`; follow the links below rather than treating this file as the corpus. ## Key Features - **Drop-in Editor**: Mount a visual workflow editor with a single function call. No build step, no boilerplate. - **Backend-agnostic**: Works with any backend that can serve REST endpoints. - **Human-in-the-Loop**: Pause any workflow mid-run to collect approvals, choices, or form input. Resume automatically once the user responds. - **TypeScript-first**: Fully typed public API, rich IDE completions, and strict type checking out of the box. - **You own your data**: Workflows live in your database. FlowDrop never touches your data. - **Open source**: MIT licensed, actively maintained, and built in the open. ## About FlowDrop is founded by Shibin Das (D34dMan) and sponsored by Factorial.io. ## Documentation - [Documentation](https://flowdrop.io/docs): product documentation — getting started, concepts, the editor, the Drupal backend, tutorials and the REST API reference - [API reference](https://flowdrop.io/docs/api): every operation of the REST API a FlowDrop backend implements - [Documentation index for LLMs](https://flowdrop.io/docs/llms.txt): every documentation page as a linked index - [Documentation, full corpus](https://flowdrop.io/docs/llms-full.txt): the whole documentation set inlined in one file ## Specification The FlowDrop Workflow Specification is a separate, independently governed artifact, published under CC BY 4.0. - [Specification](https://flowdrop.io/spec): the rules a FlowDrop workflow obeys, stated independently of any implementation - [Specification index for LLMs](https://flowdrop.io/spec/llms.txt): every rule as a linked index - [Specification, full corpus](https://flowdrop.io/spec/llms-full.txt): the whole specification inlined in one file - [Specification as structured data](https://flowdrop.io/spec/rules.json): every rule field, with backlinks Every documentation and specification page is also published as markdown at its own URL with `.md` appended, e.g. https://flowdrop.io/docs/concepts/port-system.md and https://flowdrop.io/spec/rules/gr-store/store-2.md. ## Links - [Website](https://flowdrop.io) - [Blog](https://flowdrop.io/blog) ## Optional - [Privacy Policy](https://flowdrop.io/privacy) - [RSS Feed](https://flowdrop.io/rss.xml)