Just need a backend to build a client against? Run the example Express
server — the recommended
backend for local development.
Available implementations
Drupal
A full FlowDrop backend as a Drupal module: node definitions, workflow
storage, execution, triggers, and authentication.
flowdrop-rs
A standalone Rust server implementation of the FlowDrop API.
Planned — documentation to follow.
Build your own instead
If none of these fit, any backend that implements the FlowDrop REST contract works. Start here:- Backend Implementation — the endpoints FlowDrop calls
- Authentication Patterns — wiring an
AuthProvider - API Reference — the full OpenAPI specification