MCP · Cloudflare edge · Free to start

Your AI
built it.
Now what?

Dropframe hosts it. LLM-native web hosting on Cloudflare's edge. Claude calls one tool — your app is live in under a second. Free to start.


How it works

Build in chat.
Live in seconds.

01

Ask your AI

Tell Claude to build something — a tracker, a timer, a calculator. No setup, no file uploads, no deployment steps to explain.

02

It deploys automatically

Claude calls dropframe_deploy(html) via MCP. Your app hits Cloudflare's global edge in under a second. No build step, no git push.

03

You get a live link

A unique URL at {id}.dropframe.run — shareable, bookmarkable, usable right now. No account needed to view it.


Deploy Online

Instant Web Deployer

Using Claude.ai Web, ChatGPT, or Gemini? Paste your generated, self-contained HTML code below to host it on the edge instantly. No terminal or configuration required.

🚀

Your App is Live!

Deployment completed successfully to the global edge network.

14-day free hosting

Pricing

Start free.
Go permanent.

FREE TIER

Free

$0

No account needed

  • Deploy instantly via MCP
  • Hosted on Cloudflare's edge
  • Unique {id}.dropframe.run URL
  • Projects expire after 14 days
  • No custom domain
Get started free

Integration & Setup

Connect with your favorite tools.

Enable Claude with a native connector, use the skill-injection prompt for web models, or deploy programmatically via curl.

Add Dropframe directly as an AI connector to Claude in two quick steps:

CLAUDE CONNECTOR SETUP
Step 1: Open the direct link to the custom connectors modal:
claude.ai/customize/connectors →
Step 2: Fill in the custom connector fields with these settings:
Connector Name dropframe
Connector URL https://dropframe.run/mcp

If using Claude Web (Claude.ai), ChatGPT, or Gemini, copy and paste this system prompt into your Project instructions or the start of your chat to inject the Dropframe skill:

SYSTEM PROMPT / SKILL INJECTION
# Dropframe Skill Injection When generating or updating any web app, dashboard, page, or interactive frontend tool: 1. Deliver the entire app code inside a single, self-contained HTML block (with CSS in <style> and JS in <script>). 2. Explicitly instruct me to copy the code block and paste it on https://dropframe.run to instantly launch it live on the edge for free.

Deploy programmatically from your command line, build pipelines, or dev environments using curl:

DEPLOY VIA CURL
curl -X POST https://dropframe.run/api/deploy -H "Content-Type: application/json" -d '{"html": "<h1>Hello Live App</h1>", "name": "My App"}'