Hello, I’ve been experimenting with Starthub, an npm-like CLI tool that chains Docker and WASM units to perform arbitrary workflows. Deploying open-source stacks horizontally across multiple nodes is often tedious and error-prone, so this is an attempt to make that kind of task reproducible and composable.
As an example, the command below deploys a horizontal n8n stack (postgres + redis + droplets + ssl) to DigitalOcean.
npx @starthub/cli@latest run starthubhq/n8n-horizontal-do:0.0.1
It’s just a rough MVP (the CLI needs A LOT of work still), but I’d love feedback on: - The approach for composable, stateless deployment actions - Multi-cloud or multi-target deployment ideas
Github repo: https://github.com/starthubhq/cli
Thank you for your time!