Upload an HTML file, folder, or ZIP, or paste code and publish it as a live shareable URL in seconds. No server or GitHub required.
Sin configurar servidorURL HTTPS pública al instanteGestiona y actualiza tras registrarte
HTML / sitios estáticosDocumentos MarkdownAI AgentActualiza la misma URL
Arrastra carpeta, archivo o ZIP aquí
Elige carpeta, archivo único, ZIP o pega código HTML
Máx 20 MB por subida
Elige los archivos y detectaremos el HTML de entrada
In guest mode, uploaded links are kept for 24 hours only.
Recommended
Install the skill. One sentence to go live.
Run one npx command to install the deploy skill into OpenCode / Claude Code / Codex. Then say “deploy to htmlto.link” — your agent zips the project and returns a public URL.
1
Install the skill
In your project root, run npx htmlto-link-skill. It writes SKILL.md into agent skill folders.
2
Tell your AI one sentence
Open your coding agent and say: Deploy this project to htmlto.link.
3
Get a public link
When it finishes, you get a https://htmlto.link/... URL you can share with anyone.
Install command
npx htmlto-link-skill
Writes into .opencode / .claude / .agents skills folders. No prompts.
Then tell your agent
Deploy this project to htmlto.link
Los enlaces temporales se conservan 24 horas.Works without login for ~24 hours; sign in for long-term management
Prefer not to install the skill? Copy the prompt below and paste it into your AI tool.
Copy prompt
Despliega el proyecto actual en https://htmlto.link.
Requisitos:
1. No envíes Authorization ni x-api-token; es un despliegue anónimo
2. Si .htmltolink.json contiene shareUrl y updateToken, envíalos como share_url y update_token; de lo contrario crea una nueva
3. Excluye automáticamente .htmltolink.json, node_modules, .git, .next, dist/cache
4. Empaqueta el proyecto en zip y llama a https://htmlto.link/api/skill/deploy
5. Tras el éxito, devuelve únicamente la URL pública final
6. Crea o actualiza .htmltolink.json con shareUrl y updateToken, y añade .htmltolink.json a .gitignore; devuelve solo shareUrl
7. Si necesitas la plantilla completa de Skill, lee directamente https://htmlto.link/downloads/html-to-link-skill.md
Markdown document
Markdown document? Use this
Publish a single .md document as a public page — no need to zip the whole project.
Install command
npx htmlto-link-md-skill
Writes into .opencode / .claude / .agents skills folders. No prompts.