Open source
Bring your own backend
Free MIT licensed
The FlowDrop editor is an MIT-licensed npm package. You install it into your own application and run it on your own infrastructure. There is nothing to buy and no account to create.
You supply the backend. FlowDrop’s REST API is a contract your server implements, so workflows are stored in your database and executed by your code. Implement it yourself, or run the Drupal module, which is a complete FlowDrop backend.
- @flowdrop/flowdrop — the editor package on npm
- flowdrop-io/flowdrop — the source, on GitHub
- FlowDrop for Drupal — a full backend, on drupal.org
- Backend implementation guide — the endpoints your server implements