Vercel Drop - Drop it. It's live.
by•
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.


Replies
Kilo Code
Qursor
I remember using this drag‑and‑drop style deploy on Netlify years ago, so Vercel definitely took their time bringing Drop out.
Netlify’s new credit‑based pricing (where production deploys cost credits) actually makes this Vercel feature look pretty reasonable now.
D-ID
This is slick. Does Drop support any framework detection, or is it purely for static files?
Treating the browser as the deployment interface is a nice inversion. The File API already abstracts the filesystem correctly, so there's no reason to force a Git remote into a workflow that's just 'I have files, make them live.' We've hit that friction with static prototyping. How does Vercel handle cache busting when you re-drop to the same project name?
Curious if Drop is mainly meant for simple/static projects, or if you see it becoming a bigger onboarding path for people who later connect Git and continue building from there?
This is one of those ideas that sounds obvious after you see it. I've definitely had moments where setting up a deployment felt harder than the actual project
Awesome and congratulations! It is only for html files?
This is so Vercel. No setup, no CLI, just drop and it's live. I already use Vercel for my own app but honestly I'd use this just for quick demos and sharing WIP stuff with testers. Does it support environment variables or is it purely static for now?
“This is such a smooth idea. Sometimes you just want to get something live without touching Git or a CLI, and Drop nails that. I’ve been building my own small tools lately and anything that removes friction from shipping is a win. Drag → deploy → share in seconds feels like the right direction.”