Host a single HTML page without the ceremony
Sometimes you just have one file: a landing page mockup, an event invite, a coding-class exercise, a resume. The traditional options are all too heavy. Static hosts want a git repo and a build step; cloud buckets want IAM policies; your own server wants everything else.
htmldrop is the no-ceremony option. Paste the HTML or upload the file, and it's live at a clean URL. That's the whole workflow.
Live in under a minute
Sign up, paste, done. No repository, no deploy logs, no certificate management. HTTPS is automatic.
Custom slugs
Choose your own path like /a/spring-recital so the link reads well when you share it.
Edit without breaking links
Replace the HTML any time from the dashboard or API; the URL never changes.
Common questions
- Is it really free?
- Yes, up to 100 hosted pages at 2 MB each. The $7.99/mo Pro plan raises that to 1,000 and adds password protection.
- Can I use my own images and CSS?
- Everything must live in the one HTML file: inline your CSS and JS, and reference images by absolute URL or data URI.
- Can I use my own domain?
- Pages live under the htmldrop domain today. Custom domains are on the roadmap.