Show HN: Rocky Surf – Open-source control plane for coding-agent cloud VMs (rockysurf.com)
The alpha version was designed as a commercial product, but I ditched the idea because it would have required significant capital. Basically, the business would have been a cloud reseller with a bit of software on top.
I built the core for my own projects - simple stuff like bash commands to create, stop, start, and terminate EC2s. Added features along the way, like other clouds and making tool bundles so I could spin up a VM and automatically install Pi, OpenCode, etc, etc.
Finally decided to turn it into an open source platform. It's pretty cool because a) it's easy to use; b) there's an MCP so servers can be managed outside of the UI; c) it's modular and the repo comes with skills to create new tool bundles or add other cloud providers.
Claude Code, Codex, Cursor, etc all offer their own cloud-based infrastructure but they have to be controlled somewhere. This makes it so my controlling agent doesn't have to live on my laptop.
1 comment
[ 5.7 ms ] story [ 11.6 ms ] thread16.04 packages/core build: node:fs:1073 16.04 packages/core build: binding.rename( 16.04 packages/core build: ^ 16.04 packages/core build: Error: EXDEV: cross-device link not permitted, rename '/app/packages/core/packs' -> '/app/packages/core/packs.prev' 16.04 packages/core build: at renameSync (node:fs:1073:11) 16.04 packages/core build: at file:///app/scripts/sync-packs-bundle.mjs:62:25 16.04 packages/core build: at ModuleJob.run (node:internal/modules/esm/module_job:561:25) 16.04 packages/core build: at async node:internal/modules/esm/loader:647:26 16.04 packages/core build: at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:5) { 16.04 packages/core build: errno: -18, 16.04 packages/core build: code: 'EXDEV', 16.04 packages/core build: syscall: 'rename', 16.04 packages/core build: path: '/app/packages/core/packs', 16.05 packages/core build: dest: '/app/packages/core/packs.prev' 16.05 packages/core build: }
Nice idea, but over engineered by AI agents IMO. Self-hosting is a 40-page document - not user friendly at all.