exe

Deploy a Vibes app to an exe.dev VM with nginx and SSH.

134|5|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/popmechanic/vibes-cli --skill exe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exe
Source: https://github.com/popmechanic/vibes-cli/tree/main/skills/exe
Command: npx skills add https://github.com/popmechanic/vibes-cli --skill exe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end deployment of a Vibes app to a persistent exe.dev VM, including nginx hosting, SSH-based file transfer, and optional AI and multi-tenant features.

Core Features & Use Cases

  • Single-click deployment: publish a Vibes app to a dedicated VM with a public URL.
  • Multi-tenant readiness: supports subdomain-based isolation and optional registry for SaaS deployments.
  • Post-deploy development: after deployment, continue development on the VM with Claude pre-installed.

Quick Start

Run the deployment script to publish your app: node "${CLAUDE_PLUGIN_ROOT}/scripts/deploy-exe.js" --name <vm-name> --file index.html

Frequently Asked Questions about exe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Vibes app to a dedicated VM with automated nginx hosting?

To deploy a Vibes app to a dedicated VM, this Skill uses an SSH-based script to transfer files and automatically configure nginx hosting on a persistent exe.dev instance, resulting in a live public URL.

What do I need to set up before deploying my Vibes app to an exe.dev VM?

Before deploying a Vibes app, you need a ready index.html file, a configured SSH key, and an active exe.dev account to authenticate and provision the persistent VM for hosting.

Can I deploy a multi-tenant Vibes app with subdomain isolation?

Yes, multi-tenant Vibes app deployments are supported with subdomain-based isolation and an optional Clerk-based registry for managing subdomain claims in SaaS scenarios.

Does exe.dev deployment support an AI proxy for single-tenant applications?

Yes, the exe.dev deployment process supports targeting single-tenant applications and includes an optional AI proxy feature to route relevant requests during the hosting setup.

How do I continue development on the VM after deploying my Vibes app?

Post-deploy development is supported directly on the exe.dev VM, which comes with Claude pre-installed so you can iterate on your Vibes application immediately after the initial publish.