AI plugin for ShipStatic — deploy static websites, landing pages, and prototypes instantly from your AI assistant.
Supports Claude Code, Cursor, and Gemini.
The plugin teaches your AI assistant the Ship CLI. Install it first:
npm install -g @shipstatic/shipAsk your AI assistant to deploy a site. No API key, no sign-up, no configuration.
Your site is live instantly on *.shipstatic.com.
Deployments without an API key are public and expire in 3 days. The response includes a claim URL — always show it to the user so they can keep the site permanently.
For permanent deployments and full control over your sites and domains, get a free API key from my.shipstatic.com/api-key.
ship config # paste your API key when prompted| Command | Description |
|---|---|
ship ./dist |
Publish files and get a live URL instantly |
ship deployments list |
List all deployments with their URLs, status, and labels |
ship deployments get <deployment> |
Get deployment details including URL, status, file count, size, and labels |
ship deployments set <deployment> |
Update the labels on a deployment for organization and filtering |
ship deployments remove <deployment> |
Permanently remove a deployment and all its files |
| Command | Description |
|---|---|
ship domains set <name> [deployment] |
Connect a custom domain, switch deployments, or update labels |
ship domains list |
List all domains with their linked deployments and verification status |
ship domains get <name> |
Get domain details including linked deployment, verification status, and labels |
ship domains records <name> |
Get the DNS records to configure at your DNS provider |
ship domains dns <name> |
Look up which DNS provider hosts a domain |
ship domains share <name> |
Get a shareable link with the required DNS records |
ship domains validate <name> |
Check if a domain name is valid before connecting |
ship domains verify <name> |
Check if DNS is configured correctly after setup |
ship domains remove <name> |
Permanently disconnect and remove a custom domain |
| Command | Description |
|---|---|
ship whoami |
Get your account details including email, plan, and usage |
ship tokens create |
Create a deploy token (shown once) |
ship tokens list |
List all tokens |
ship tokens remove <token> |
Revoke a token |
| Integration | Install |
|---|---|
| CLI & SDK | npm install -g @shipstatic/ship |
| MCP Server | npx @shipstatic/mcp |
| GitHub Action | shipstatic/action@v1 |
MIT