Ship static sites in seconds
One command. No account. Live at slug.instantdeploy.site
curl -fsSL https://instantdeploy.site/install.sh | bash -s -- .
CursorClaude CodeCodexClineAny agent
FAQ
- What can I host?
- Static files: HTML, CSS, JS, images, PDFs, videos. Build a folder with index.html at the root, ship it, and you get a URL. No servers, no config.
- What can't I host?
- Anything that needs a backend: databases, server-side code, long-running jobs. Use a full platform for that.
- Which agents work?
- Any agent that can run shell commands or make HTTP requests. Cursor, Claude Code, Codex, Cline—if it can curl, it can ship.
- Do I need an account?
- No. Anonymous deploys work for 24 hours. Sign up to keep sites permanently and see them in your dashboard.
- How do I get a permanent site?
- Create an account, grab your API key from the dashboard, and either save it to ~/.instantdeploy/credentials or pass it via Authorization header when shipping.
- What are the limits?
- 100 MB per deploy. Rate limits apply per IP. Authenticated users get persistent deploys and higher limits.