HTML deployer for quick public preview links
Use PreviewShip as an HTML deployer for .html files, pasted HTML, static build folders, CLI deploys, MCP agent workflows, and editor previews.
Answer First
An HTML deployer takes browser-ready HTML and publishes it to a public URL. PreviewShip acts as an HTML deployer for direct .html upload, pasted HTML source, static build folders, CLI deploys, MCP tool calls, and VS Code/Cursor editor workflows.
Deploy build artifacts, not source-code zips.
If you upload a zip, build the project first and zip the static output folder such as dist, build, out, or public with index.html and assets. Do not zip raw React/Vue/Next source folders with package.json and node_modules. Single .html, .md/.markdown, and .pdf files are supported directly by console upload, CLI, MCP, and the VS Code/Cursor extension.
Key takeaways
Recommended workflow
Choose an input: pasted HTML, .html file, build-output folder, or build-output zip.
Deploy from browser, CLI, MCP, VS Code, or Cursor.
Use the returned URL for review, QA, client approval, or agent workflow output.
Redeploy when the HTML changes.
Comparison snapshot
What makes an HTML deployer useful for AI workflows
AI tools increasingly produce complete HTML artifacts. A deployer is useful when it can accept that artifact directly and return a URL without requiring a Git repository or production project setup.
PreviewShip adds MCP and CLI JSON output so the deploy step can happen inside an agent workflow instead of becoming a manual task.
How this differs from a full app platform
PreviewShip is for static preview deployment. It does not run server-side code, install dependencies after upload, or manage backend infrastructure.
That narrower scope is the point: static HTML and build artifacts can be published faster when the product does not ask for full application hosting setup.
FAQ
What is an HTML deployer?
An HTML deployer publishes browser-ready HTML to a public URL so other people can open the page online.
Can PreviewShip deploy HTML from the command line?
Yes. Run `npx previewship deploy ./page.html or ./README.md` for a single HTML/Markdown file or deploy a static output folder such as ./dist.
Can AI agents use PreviewShip as an HTML deployer?
Yes. Agents can use PreviewShip MCP or CLI JSON output to deploy static HTML and return the URL.