One-click publish local HTML and static sites to htmlto.link. Open any .html and click Publish on the title bar; packages the whole project folder (CSS/JS/images included). Guest or token deploy, instant public URL.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Click the cloud-upload Publish icon on the editor title bar
Wait for packaging and upload; a toast shows the public URL (copied automatically by default)
You can also:
Right-click the HTML in the editor → Publish
Right-click an HTML file or folder in the Explorer → Publish
What gets uploaded? One-click publish does not upload only the single HTML file. It uses the current HTML as the entry and packages the whole project folder (CSS / JS / images in the same tree are included).
With a workspace open: upload root = workspace root
Without a workspace (single file): upload root = the HTML’s parent folder
For a sub-site inside a large repo, right-click that subfolder in Explorer, or use the publish panel to pick the folder.
Screenshot
What It Does
Publish a local static site folder without manually zipping and uploading
One-click publish from the editor title bar (skips the panel)
Detect candidate HTML entry files automatically
Support guest publishing for quick temporary sharing
Support token-based publishing for repeatable and longer-term use