Insight
The automation orchestration UI is where SO1 Rover can create clear separation from established platforms (GitHub Actions, Kestra, ArgoCD). These platforms treat workflow visualisation as an afterthought — static DAG renders, flat lists, no node-level inspection, no inline CRUD. The opportunity is in making the orchestration surface itself the product differentiator rather than competing on execution engine features.Evidence
A single implementation sprint transformed the Rover workflow surface from a basic card list into a mission control plane with capabilities that exceed what Kestra offers on its feature page:- Hierarchical suite grouping via n8n tags — no competitor offers tag-based visual hierarchy with collapsible sections
- Interactive graph canvas with click-to-inspect node parameters — Kestra and GH Actions show read-only topology diagrams
- Per-node execution timeline with duration bars — competitors show workflow-level status only
- Smart polling (3s active / 30s idle) — most platforms require manual refresh
- Full CRUD without leaving the UI — Kestra requires YAML editing, GH Actions requires file commits
- Activity heatmap — GitHub-contribution-style visualisation per workflow, absent from all competitors