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.
Kein Server-SetupSofort öffentliche HTTPS-URLNach der Anmeldung verwalten und aktualisieren
HTML / statische SitesMarkdown-DokumenteAI AgentDieselbe URL weiter aktualisieren
Ordner, Datei oder ZIP hierher ziehen
Wähle Ordner, Einzeldatei, ZIP oder füge HTML-Code ein
Max. 20 MB pro Upload
Wähle Dateien aus; die Start-HTML wird automatisch erkannt
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
Temporäre Links bleiben 24 Stunden gültig.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
Stelle das aktuelle Projekt auf https://htmlto.link bereit.
Anforderungen:
1. Sende kein Authorization oder x-api-token; dies ist eine anonyme Bereitstellung
2. Wenn .htmltolink.json shareUrl und updateToken enthält, sende diese zur Aktualisierung
3. Schließe .htmltolink.json, node_modules, .git, .next, dist/cache automatisch aus
4. Packe das Projekt als ZIP und rufe https://htmlto.link/api/skill/deploy auf
5. Gib nach Erfolg nur die finale öffentliche URL zurück
6. Erstelle/aktualisiere .htmltolink.json mit shareUrl und updateToken und trage .htmltolink.json in .gitignore ein
7. Wenn du das vollständige Skill-Template benötigst, lies direkt 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.