ShipStatic ShipStatic

Hosting n8n Node

Publish static sites from your n8n workflows. No account required for quick deploys.

n8n workflow
ShipStatic node

Resource:   Deployment
Operation:  Upload

Options:
  Path:     /home/user/my-site/dist
  Labels:   production, v1.0

// No account needed for quick deploys
        
n8n Community Node

Publish sites from workflows.

Ship static sites to the web from any n8n workflow. Full deployment and domain management — no account needed, add a free API key for permanent sites.

  • Publish sites without an account
  • Full deployment & domain management
  • Works as an AI agent tool in n8n
  • Works with n8n Cloud and self-hosted
$ npm i n8n-nodes-shipstatic
Configuration as Code

One file. Full control.

Drop a ship.json in your project root to configure rewrites, redirects, and custom headers. No dashboard clicks, no deploy flags, just code.

SPA Rewrites

Route all paths to index.html for client-side routing.

Redirects

Permanent or temporary redirects with status codes.

Custom Headers

Set CORS, CSP, cache-control, and any other HTTP header.

ship.json
{
  "rewrites": [
    {
      "source": "/**",
      "destination": "/index.html"
    }
  ]
}

Ready to go live?

No extra charges, no surprise bills, nothing to maintain.