# Introducing Vercel Drop

> Source: <https://vercel.com/changelog/vercel-drop>
> Published: 2026-06-12 00:00:00+00:00

Vercel Drop lets you deploy a file or folder by dragging it into your browser. You don't need Git, the [Vercel CLI](https://vercel.com/docs/cli), or any local setup.

Drop a project onto [vercel.com/drop](https://vercel.com/drop), pick a team and project name, and select **Deploy**. Vercel will create a new project, upload your files, and publish them straight to production with a live URL you can share. All in a matter of seconds.

**Vercel Drop handles more than static files:**

- Framework projects: Vercel detects your framework (e.g., Next.js) and builds it. Exports from tools like [Bolt.new](https://vercel.com/kb/guide/bolt-vercel-drop) deploy this way.
- Static sites: Files with no framework deploy as-is, with no build step. That includes exports from [Claude Design](https://vercel.com/kb/guide/claude-design-vercel-drop) and [Google Stitch](https://vercel.com/kb/guide/google-stitch-vercel-drop). If your folder has no `index.html`

at the top, you choose which page loads at your site's root.

Each drop creates a new project. To get automatic deployments on every push, connect a Git repository to the project afterwards.

Get started at [vercel.com/drop](https://vercel.com/drop) or read the [documentation](https://vercel.com/docs/drop).
