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.
서버 설정 불필요게시 즉시 HTTPS URL가입 후 관리·업데이트
HTML / 정적 사이트Markdown 문서AI Agent같은 URL로 계속 업데이트
폴더, 파일 또는 ZIP을 여기에 끌어다 놓으세요
폴더, 단일 파일, ZIP을 선택하거나 HTML 코드를 붙여넣으세요
업로드당 최대 20 MB
파일을 선택하면 엔트리 HTML을 자동으로 찾습니다
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
임시 링크는 24시간 동안 유지됩니다.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
현재 프로젝트를 https://htmlto.link 에 배포하세요.
요구사항:
1. Authorization 또는 x-api-token을 전송하지 마세요; 익명 배포입니다
2. .htmltolink.json에 shareUrl과 updateToken이 있으면 이를 전달하여 페이지를 업데이트하세요
3. .htmltolink.json, node_modules, .git, .next, dist/cache 등을 자동으로 제외하세요
4. 프로젝트를 zip으로 압축하고 https://htmlto.link/api/skill/deploy 를 호출하세요
5. 성공 후 최종 공유 URL만 반환하세요
6. .htmltolink.json을 생성/업데이트하고 shareUrl 및 updateToken을 저장한 뒤 .gitignore에 추가하세요
7. 전체 Skill 템플릿이 필요한 경우 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.