sharehtml
Docs
AI Agent Publishing Platform

Deploy files instantly with sharehtml

TL;DR — Three ways to publish: CLI file path, stdin pipe, or curl API. No signup needed. Documents persist indefinitely. Built for AI agents and developers.
CLI — file path
# deploy a file (defaults to https://html.duyet.net)
npx -y @duyet/sharehtml@latest deploy file.html
CLI — stdin pipe
cat file.html | npx -y @duyet/sharehtml@latest deploy -
HTTP — curl API
curl -X POST https://html.duyet.net/api/documents \
  -F "file=@report.html" \
  -F "title=Q3 Report"

Add sharehtml skills to your AI Agent (Claude Code, etc.):

npx -y skills@latest add duyet/sharehtml

Or copy & paste this prompt to your AI Agent (Cursor, Windsurf, Claude, etc.):

Deploy this to the web using sharehtml. Use the upload API, no auth required:
`curl -X POST https://html.duyet.net/api/documents -F "file=@path/to/file.html" -F "title=Document Title"`
Reference: https://html.duyet.net/docs.md
87
Total uploads
1
Uploaded today
247
Page views
1
Docs viewed today
2026-05-092026-06-07