Everything You Need to
Ship Instantly

One API call. One live URL. Zero configuration.

Instant Deploy

Paste raw HTML or upload a file. Your site goes live in under a second. No build step, no waiting, no configuration needed.

📦

Multi-File ZIP & PDF

Upload entire projects as ZIP files or standalone PDFs. HTML, CSS, JavaScript, images, PDFs — everything works. Perfect for full static sites, portfolios, and documents.

🌐

Free REST API

Simple JSON API: POST your HTML, get a URL back. No API keys, no signup, no rate limits for standard usage. Works from any language.

Permanent Hosting

Sites are hosted forever by default. No expiry, no cleanup needed. Want to remove a page? Use the delete token returned at creation time.

Live in 3 Steps

No signup. No API keys. No setup. Just drop and go.

Paste or Upload

Drop raw HTML into the editor, upload a PDF, or deploy a ZIP file with your full project. Any valid HTML or PDF works.

Get Your URL

Receive a unique live URL instantly via the API response. Your page is already accessible to the world at /s/:siteId.

Share Anywhere

Send the link to clients, embed in docs, or showcase your work. Hosted free forever with zero strings attached.

Try the Live Deploy

Edit the HTML below and hit Deploy. Your page goes live in real time.

Hosted forever • No expiry • No signup
200 DEPLOYED
ID: --- Expires: Never Size: --- Views: 0

Integrate in Seconds

One API call. Any language. Copy, paste, deploy.

terminal

          

Built For Every Use Case

From AI pipelines to student projects, PageDrop handles it all.

🤖

AI-Generated HTML

Let your AI generate a page and instantly deploy it for preview. Perfect for LLM outputs, ChatGPT artifacts, and generative web apps.

🏗

Prototypes & Mockups

Share clickable prototypes with clients in seconds. No staging servers, no deploy pipelines. Just paste and send the link.

🎓

Student Projects

Students can deploy their homework, portfolios, and class projects without learning Git, servers, or cloud platforms.

📊

Landing Pages & Demos

Spin up landing pages for A/B tests, event registrations, or product demos. Delete anytime with the delete token.

Frequently Asked Questions

Yes, PageDrop is 100% free. No signup, no credit card, no hidden fees. The API is open and requires no authentication. We believe in making web deployment accessible to everyone.
Sites are hosted permanently by default — no expiration. You can optionally set a custom TTL (e.g., 7d, 30d) when creating a site. You can also delete a site anytime using the delete token provided at creation.
Absolutely! Upload a ZIP file containing your HTML, CSS, JS, images, and PDF files. You can also upload standalone PDFs directly. PageDrop will serve the entire project from a unique URL. ZIP archives must contain an index.html at the root, or a single PDF which will be auto-wrapped.
HTML content is limited to 1MB per site. PDF and ZIP uploads are limited to 10MB. This is designed for lightweight pages, documents, prototypes, and demos rather than heavy media sites.
When you create a site, the API returns a deleteToken. Send a DELETE request to /api/v1/sites/:siteId with the X-Delete-Token header set to your token. The site is removed immediately.
Yes! PageDrop is designed for automation. Use it in GitHub Actions to deploy PR previews, in AI pipelines to render generated HTML, or in scripts to share reports. The JSON API makes integration trivial.
Yes! Add a "password" field when creating a site. Visitors must enter the password before viewing the content. Auth lasts 24 hours per browser. You can update or remove the password later via the PUT endpoint with your delete token. This feature is completely free.

Start Deploying Now

Free forever. No signup, no API keys. Just drop your HTML and go.

Deploy HTML Free →

MCP Integration

Connect directly to your AI assistant via the Model Context Protocol. Use PageDrop tools in Claude, VS Code, Cursor, and any MCP-compatible client.

claude_desktop_config.json
{
  "mcpServers": {
    "pagedrop": {
      "command": "npx",
      "args": ["-y", "pagedrop-mcp"]
    }
  }
}

MCP Docs →

Part of the SoftVoyagers Ecosystem