Features

Everything you need to share HTML fast

Whether it's an AI-generated landing page, a client prototype, or a quick demo — HTMLDrop gets it on the web without friction.

Instant publish

Paste HTML and get a live, shareable URL in under three seconds. No waiting, no queues.

🎯

Zero setup

Skip Git repos, build configs, and CLI tools. HTMLDrop is one screen, one click.

AI-native

Built for output from ChatGPT, Claude, and Gemini. Copy, paste, share — done.

Live preview

See exactly what you're hosting with a real-time preview beside the editor.

🔗

Clean URLs

Every page gets a short slug at htmldrop.com/p/your-page — easy to share anywhere.

All features unlocked

Early access — everything is free for now. More features and plans coming soon.

Publish pipeline

What happens when you hit Drop It

Every publish runs through the same server-side pipeline — whether you paste HTML or Markdown.

1

/drop

Editor

Paste HTML or Markdown in /drop

2

POST /api/pages

Publish API

Receives content, format, and template

3

server-side

Validate & moderate

HTML validation, MD compile, scanContent()

4

pages table

Supabase

Stores source + compiled html_content

5

/p/[slug]

Live URL

Served instantly at your slug

Markdown pipeline

From .md file to styled live page

Markdown mode compiles on the server every time you publish — templates, metadata, and safety checks included.

1

format: md

Markdown source

Your raw .md is saved as markdown_content

2

parse()

Parse

markdown-it with GFM plugins

3

sanitize()

Sanitize

Strips unsafe HTML and scripts

4

clean template

Template

Wraps content in a styled page shell

5

html_content

Hosted HTML

Live page serves compiled html_content

Live compile

Watch Markdown compile on publish

Source types in, the pipeline runs, and a styled page appears — the same flow as hitting Drop It in the editor.

markdown-it → sanitize → template
ParseSanitizeTemplateLive

Source

Waiting for source…

Dual mode

HTML or Markdown — same publish flow

Toggle formats in the editor. HTML hosts as-is; Markdown compiles through templates on publish.

htmldrop.in/drop

Source

<!DOCTYPE html>
<html>
  <body>
    <h1>Hello!</h1>
    <p>Landing page from AI.</p>
  </body>
</html>

Hosted preview

Hello!

Landing page from AI.

HTML mode: validateHtml() → store html_content → serve at /p/slug

Use cases

Built for anyone who ships HTML

From solo developers to design teams — if you have HTML and need a link, HTMLDrop is the fastest path live.

AI-generated landing pages

Copy HTML from ChatGPT, Claude, Gemini, v0, or Bolt. Paste into the editor, preview live, and publish a shareable link — no repo, no build step.

Client previews & stakeholder review

Agencies and freelancers need feedback before deploy. Send a clean URL instead of a zip file or staging login — clients open it on any device.

HTML email template previews

Email HTML breaks in weird ways. Host the template as a real page so marketers and designers can review rendering before it hits inboxes.

Portfolios & student projects

Bootcamp grads, CS students, and self-taught devs can host assignments and portfolio pieces without learning GitHub Pages or Netlify first.

Ready to drop your first page?

No account needed. Paste HTML, hit Drop It, and share your link in seconds.

Open the editor