Vercel — AI · · 1 min read

Introducing Vercel Drop

Mirrored from Vercel — AI for archival readability. Support the source by reading on the original site.

1 min read

May 15, 2026

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 afterward.

Get started at vercel.com/drop or read the documentation.

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Vercel — AI