# What is Vercel Drop? Limits, privacy, and when to use it · Stacktree

Source: https://stacktr.ee/blog/what-is-vercel-drop

[Skip to content](#main) [Stacktree](/)[Developers](/developers)[Agents](/agents)[Docs](/docs)[Use cases](/use-cases)[Pricing](/pricing)[Blog](/blog)[Dashboard](https://app.stacktr.ee)[Sign in →](https://app.stacktr.ee)      By [ Steve Smith ](/about) · Founder, Stacktree  ·  Last updated July 8, 2026          blog · living status post

#  Vercel Drop is the fourth signal in a row.

   Vercel now ships drag-a-folder-get-a-URL deployment, aimed squarely at the output of Bolt, Claude Design, and Google Stitch. Here is what Drop is, the limits Vercel's own docs state, and what its existence says about where hosting is going. Updated as the docs change.

  [ Get started free ](https://app.stacktr.ee/?join=1&from=seo_blog_what_is_vercel_drop)   install npx stacktree-install
Copy
     No card · 3 pages free · about a minute

##  What is Vercel Drop?

Vercel Drop, launched 12 June 2026, deploys a file, folder, or zip dragged onto `vercel.com/drop`, with no Git, no CLI, and no local setup. It handles static sites and framework projects (detected and built automatically), creates a new Vercel project per drop, and publishes straight to production at a live URL. It requires a Vercel account, and per Vercel's docs it does not redeploy into an existing project, so each iteration is a new project and URL.

## On this page

  -   01  [ What Drop is, from the docs ](#what-it-is)
-   02  [ What it proves about the category ](#the-signal)
-   03  [ The documented limits ](#limits)
-   04  [ Drop or a publish primitive: pick by artifact ](#which)

## What Drop is, from the docs

 The mechanics are exactly as advertised: drag a file, folder, or zip onto the page, pick a team, name the project, deploy. Vercel detects frameworks and builds them, which means Drop is not just static hosting; a Next.js export drops as readily as a single HTML file. The launch post names its targets plainly: exports from Bolt.new, Claude Design, and Google Stitch. This is a front door built for AI-generated projects, shipped by the platform that popularized git-push deployment, explicitly bypassing Git.

 Credit where due: for its intended case, this is the lowest-friction on-ramp Vercel has ever offered, and the framework build support is something a static publish primitive deliberately does not do. If the dragged folder is an app, Drop puts it on the best app platform in one gesture.

## What it proves about the category

 Drop is the fourth major datapoint in twelve months that "AI makes HTML and it needs somewhere to go, fast, without ceremony" is a real category. Shopify built [Quick](/blog/what-shopify-quick-proves) internally and half the company used it. OpenAI shipped Codex Sites. here.now built an agent-first host. Now Vercel, the company with the most to lose if deployment ceremony stops mattering, has shipped the no-ceremony path itself.

 Each entrant validates the demand and makes the same trade differently. Vercel's version keeps its center of gravity: everything is a project, in a team, in a dashboard, headed for a build pipeline. That is the right shape when artifacts grow into apps, and exactly the overhead the other three were built to escape.

 Update, July 2026: the count keeps climbing. Notion shipped [an HTML block](/blog/notion-html-block-explained), and Cloudflare launched [its own Drop](/blog/what-is-cloudflare-drop) with an anonymous-first flow. Six entrants in twelve months.

## The documented limits

 From Vercel's own documentation, stated as limitations rather than discovered by testing:

  - Account required. You need a Vercel account, and the flow asks for a team and project name. There is no anonymous drop, and nothing an agent can use without credentials.
 - A new project per drop, every time. "Vercel Drop doesn't redeploy into an existing project." Iterate on an artifact five times and you have five projects with five URLs; anyone holding the old link has the old version. Updating in place means graduating to Git or the CLI.
 - Straight to production, publicly. The dropped site goes live at a shareable production URL with no privacy step in the flow: no password, no viewer gate, no expiry. For a finished marketing page that is fine; for the perf report your agent just generated from production data, it is not.
 - Browser-only. Files upload from your browser. The agent-shaped paths into Vercel remain the CLI and REST API, with accounts and tokens; there is no MCP surface and no pay-per-action provisioning.
  None of these are oversights. They are Vercel keeping Drop consistent with Vercel: project-centric, account-centric, public-by-default. The limits only bite when the thing you are hosting is not a project but an artifact.

## Drop or a publish primitive: pick by artifact

 The boundary we keep drawing holds here without modification: [apps and pages are different shapes](/vibe-coding-hosting). If your AI tool produced an app, or something that will become one, Drop is now the fastest path onto the platform apps belong on, and we would point you there without hesitation.

 If it produced an artifact, a dashboard, a report, a diagram, a prototype that needs to be seen rather than scaled, the trade flips. An artifact wants a private, unguessable URL because agent output routinely embeds real data. It wants [replace-in-place](/blog/why-agents-need-a-publish-primitive), the same link showing the latest revision, because thirty iterations should not mean thirty URLs. And increasingly it wants to be published by the agent that made it: over MCP, from [a Slack message](/slack), or by an agent that [paid for its own identity](/x402), none of which involve a browser or a dashboard. That is the half of the category Drop deliberately leaves on the table, and it is the half Stacktree is built for.

     Fix it now

You've read why the public link is a problem. Paste the artifact here and get a
        private one, no account, and a passcode if you want it.

Paste HTMLDrop a fileno account · 24 h linkHTML to publishAdd a passwordPublish private link
FAQ

## Frequent questions

     What is Vercel Drop? +  Vercel Drop, launched June 2026, lets you deploy a file, folder, or zip by dragging it onto [vercel.com/drop](https://vercel.com/drop), with no Git or CLI. It works for static sites and for framework projects, which Vercel detects and builds. Each drop creates a new Vercel project and publishes straight to production at a live URL.   Does Vercel Drop need an account? +  Yes. Per Vercel's docs, you need a Vercel account, and the flow asks you to choose a team and a project name before deploying. There is no anonymous drop.   Can you update a Vercel Drop site at the same URL? +  Not with Drop itself. Vercel's docs state the limitation plainly: "Each drop creates a new project. Vercel Drop doesn't redeploy into an existing project." Iterating means a new project and a new URL each time, or graduating to Git or the CLI for the existing project.   Are Vercel Drop sites private? +  Drop publishes straight to production at a live URL, and the Drop flow offers no privacy controls of its own (no password, no viewer gating, no expiry). Treat a dropped site as public. If the artifact contains anything sensitive, you want hosting that is private by default.   Can an AI agent use Vercel Drop? +  Drop is a browser drag-and-drop surface for humans. Agents deploying to Vercel use the CLI or REST API, which need an account and tokens. There is no MCP surface and no pay-per-action provisioning; for agent-native publishing those are the gaps to check against your stack.   Is Vercel Drop the same as Tiiny Host or Netlify Drop? +  Same gesture, different platform underneath. The launch thread's top reply compared it to [Tiiny Host](/tiiny-host-alternative) immediately, and [Netlify Drop](https://app.netlify.com/drop) has offered drag-and-drop deploys for years. Drop's difference is that the dragged folder lands on Vercel's full platform (CDN, builds, middleware, domains) as a project. The trade is the same as ever: platform weight when you want an app, overhead when you wanted a link.   Does Vercel Drop have an API for agents? +  Not Drop itself; it is a browser surface. Vercel's answer in the launch thread was that Drop is built on their existing APIs, which require an account and tokens. If the asker's actual need is "an API agents can call to publish HTML easily," that exists today as a different product shape: [anonymous single-call publishing](/agents), [MCP tools](/mcp-publish-html), and [agents that provision their own identity](/x402), no token handoff. That is the publish-primitive half of the category.   Can you use Claude Design with Vercel Drop? +  Yes; pairing AI design tools with Drop is the launch's stated use case, and Vercel publishes a how-to for exactly this. Export the project from Claude Design and drag it onto vercel.com/drop. The caveats are Drop's own: you need a Vercel account, the result is public, and iterating creates a new project and URL each time, so for private drafts that change often, a host with replace-in-place fits the workflow better.   When is Vercel Drop the right choice? +  When the thing you dragged is, or will become, an app: a framework project that benefits from Vercel's build pipeline, previews, and serverless platform. For that, Drop is the easiest on-ramp Vercel has ever shipped. For one-off HTML artifacts that need privacy, a stable URL across revisions, or publishing by an agent rather than a browser, a publish primitive fits better.
Keep reading

## Related guides

   -  [ Vercel Drop vs Netlify Drop The honest difference table both vendors' docs support. ](/compare/vercel-drop-vs-netlify-drop)
-  [ Stacktree vs Vercel for agents The full comparison, updated for Drop: where each one wins. ](/vercel-alternative-for-agents)
-  [ Shopify's Quick: signal #1 50,000 internal sites prove the drop-a-folder loop; Drop is the public echo. ](/blog/what-shopify-quick-proves)
-  [ Apps vs pages The boundary that decides which host fits the thing your AI just made. ](/vibe-coding-hosting)
-  [ Codex Sites status The other living status post: OpenAI's entry in the same category. ](/blog/can-you-make-a-codex-site-public)

References

## Sources and further reading

   -  [ Vercel changelog: Vercel Drop ↗ The launch announcement: drag-and-drop deployment targeting Bolt, Claude Design, and Google Stitch exports. ](https://vercel.com/changelog/vercel-drop)
-  [ Vercel docs: Deploying with Vercel Drop ↗ The primary source for mechanics and the stated limitations: account required, new project per drop, no redeploy. ](https://vercel.com/docs/drop)
-  [ Shopify Engineering: Quick ↗ The internal-platform datapoint that prefigured this launch: drop a folder, get a URL, 50k sites. ](https://shopify.engineering/quick)

##  Artifact, not app? Different tool.

 Private by default, the same URL across every revision, and publishable by your agent over MCP, from Slack, or with its own paid identity. Start free.

 [
Sign up free →
](https://app.stacktr.ee/?join=1&from=cta_blog_what_is_vercel_drop)   install npx stacktree-install
Copy
       Private hosting for the HTML your agents make.

[](https://betalist.com/startups/stacktree?utm_campaign=badge-stacktree&utm_medium=badge&utm_source=badge-featured)[Featured on](https://devhunt.org/tool/stacktree)[](https://buildlist.io)[Get started free](https://app.stacktr.ee/?join=1)

## Product

- [Example deliverables](/examples)
- [Custom domains](/custom-domains)
- [Client feedback](/client-feedback-loop)
- [One-time links](/one-time-view-links)
- [See how pages get read](/page-engagement)
- [Made with Stacktree](/made-with)
- [Security](/security)
- [Watch the demo](/demo)

## Agents

- [All integrations](/agents)
- [Claude Code](/claude-code)
- [OpenAI Codex](/codex)
- [Cursor](/cursor)
- [Claude.ai connector](/claude-ai-connector)
- [MCP server](/mcp-publish-html)
- [Deploy from Claude Code](/deploy-html-from-claude-code)
- [Skills](/skills)
- [Slack app](/slack)
- [n8n node](/n8n)
- [Agent payments (x402)](/x402)

## Alternatives

- [All comparisons](/alternatives)
- [Head-to-head comparisons](/compare)
- [Tiiny Host](/tiiny-host-alternative)
- [GitHub Pages (private)](/github-pages-private-alternative)
- [Vercel](/vercel-alternative-for-agents)
- [ngrok](/ngrok-alternative-for-html)
- [Display.dev](/display-dev-alternative)
- [Static.app](/static-app-alternative)
- [OpenAI Codex Sites](/openai-codex-sites-alternative)
- [here.now](/here-now-alternative)
- [Shippage](/shippage-ai-alternative)
- [Best private hosting](/best-private-html-hosting)

## Use cases

- [All use cases](/use-cases)
- [Share with clients](/share-with-clients)
- [Send a file to a client](/share-html-file-with-client)
- [Share Claude artifacts](/share-claude-artifacts)
- [Share Jupyter notebooks](/share-jupyter-notebook-html)
- [Host Storybook privately](/host-storybook-privately)
- [Architecture diagrams](/share-architecture-diagrams)
- [AI-generated reports](/host-ai-reports)
- [Internal HTML tools](/internal-tool-hosting)
- [Private HTML hosting](/private-html-hosting)
- [Vibe-coded page hosting](/vibe-coding-hosting)
- [Leave a website builder](/website-builder-migration)

## Learn

- [Blog](/blog)
- [Glossary](/glossary)
- [FAQ](/faq)
- [Agent-loop hosting](/agent-loop-hosting)
- [Why agents need a publish primitive](/blog/why-agents-need-a-publish-primitive)
- [MCP servers explained](/blog/mcp-servers-explained-for-developers)
- [What changed in the 2026-07 MCP spec](/blog/mcp-2026-spec-changes)
- [Sites in Codex explained](/blog/sites-in-codex-explained)
- [Private-by-default hosting](/blog/private-by-default-html-hosting)
- [An agent paid us $1 (x402)](/blog/agent-paid-to-provision-itself)
- [When a loop hits a paywall](/blog/loop-engineering-paywall)
- [Pricing](/pricing)
- [Self-host (new)](/self-host)
- [Changelog](/changelog)
- [Docs](https://stacktr.ee/docs)
- [About](/about)
© 2026 Stacktree · stacktr.ee

[Privacy](/privacy)[Terms](/terms)[Security](/security)[Dashboard](https://app.stacktr.ee)[npm](https://www.npmjs.com/package/stacktree-mcp)[Sitemap](/sitemap.xml)[llms.txt](/llms.txt)[API spec](/openapi.json)

---
Full markdown summary of the Stacktree marketing surface: https://stacktr.ee/llms-full.txt
