# Introducing Vercel Drop

DevFeed: [Introducing Vercel Drop](<https://devfeed.tech/articles/introducing-vercel-drop-1145.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/vercel-drop>)

Author: Jeremy Dopkin

Published: 2026-06-12T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [browser](<https://devfeed.tech/topics/browser.md>), [Git](<https://devfeed.tech/topics/git.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [HTML](<https://devfeed.tech/topics/html.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [git](<https://devfeed.tech/tags/git.md>), [html](<https://devfeed.tech/tags/html.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [production](<https://devfeed.tech/tags/production.md>), [tools](<https://devfeed.tech/tags/tools.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel Drop lets users deploy a file or folder by dragging it into a browser, without Git, the Vercel CLI, or local setup. It creates a new Vercel project, builds supported framework projects such as Next.js, and publishes the result to production with a shareable live URL.

## Source excerpt

Vercel Drop lets you deploy a file or folder by dragging it into your browser. You don't need Git, the Vercel CLI, or any local setup. Drop a project onto 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 deploy this way. - Static sites: Files with no framework deploy as-is, with no build step. That includes exports from Claude Design and Google Stitch. 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 or read the documentation. Read more