Deploy a Vibes app to exe.dev VM hosting
Deploys your Vibes app to exe.dev VM hosting. Use this when you have a generated index.html and want to publish it live at yourname.exe.xyz.
/plugin marketplace add popmechanic/vibes-cli/plugin install vibes@vibes-cliDeploys your Vibes app to exe.dev using the automated deployment script.
cd "${CLAUDE_PLUGIN_ROOT}/scripts" && [ -d node_modules ] || npm install
node "${CLAUDE_PLUGIN_ROOT}/scripts/deploy-exe.js" --name <vmname> [--file index.html] [--domain example.com]
~/.ssh/ssh exe.dev to set up)index.html Vibes app| Flag | Description |
|---|---|
--name <vm> | VM name (required) |
--file <path> | HTML file (default: index.html) |
--domain <domain> | Custom domain for wildcard setup |
--dry-run | Preview without executing |
Your app will be live at https://<vmname>.exe.xyz