FlowDrop: Why Shibin Das Built a Visual Workflow Editor You Own
Shibin Das shares the reasoning behind creating FlowDrop, a self-hosted visual workflow editor designed for teams that want to keep execution, data, and governance within their own stack. The blog outlines common issues with external orchestration services, including latency, compliance risks, and limited extensibility.
FlowDrop allows teams to configure and version workflows visually while retaining full control over how those workflows run. The editor outputs JSON-based graphs that integrate with CI/CD and internal infrastructure. It ships with a modern UI, backend-agnostic support, and lifecycle hooks to streamline integration into existing environments. By decoupling configuration from execution, FlowDrop helps teams avoid vendor lock-in and manage workflows at product speed.
Shibin emphasises the importance of governance and observability, advocating for GitOps workflows, policy-as-code validation, and safe iteration. The project is open source and designed to complement, not replace, custom runtimes. Developers can explore it on GitHub or install it via npm.


