deploy
Publish any HTML project to a live public URL. Zips and uploads your files, then returns a shareable link. Supports Next.js static export.
Instructions
Deploy the current project to htmlto.link and get a live public URL. Packages the project as ZIP, uploads it, and returns a shareable link. Supports --next mode for automatic Next.js static export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next | No | If true, auto-detect Next.js project, run static export build, and deploy the out/ directory | |
| title | No | Title for the deployed page (defaults to folder name) | |
| entry_file | No | The entry HTML file (relative to project root) | index.html |
| project_dir | Yes | Absolute path to the project directory to deploy |