Vercel Drop

Drag a file or folder into the browser and get a production URL in seconds — no Git, no Vercel CLI, no local setup.

Vercel Drop (vercel.com/drop) deploys a project by drag-and-drop: drop files, pick a team and project name, select Deploy, and Vercel creates a project, uploads the files, and publishes to production with a shareable live URL. Shipped 2026-06-12. Source: Vercel changelog "Introducing Vercel Drop", https://vercel.com/changelog/vercel-drop, 2026-06-12

The live drop page still presents the product as "Drop to Deploy": drag and drop a file, folder, or .zip, with no configuration, and the site goes live instantly. Source: Vercel Drop page, checked 2026-07-02

What it handles

Artifact Review

The reviewed video shows the operational flow, not just the slogan: an agent/build log creates static HTML, the user drags a project into the drop zone, selects team/project fields in a new-project modal, clicks deploy, watches deployment progress, and receives a production URL. The final preview is a static Vercel Edge globe page, making Drop a clean bridge from AI-generated artifacts to a real shareable URL. Source: X/@vercel_dev local video contact sheet, reviewed 2026-07-02

Stack fit (Kevin)

  • Demo/prototype shipping — fastest path from an AI-generated artifact (Claude Design / Google Stitch / Base44 / Bolt.new export) to a public URL with zero local setup; useful for client-facing throwaways.
  • Not the production path — each drop is a one-off project with no Git history; real work still goes through Git + CI. Treat Drop as the "show someone in 10 seconds" surface, not the deploy pipeline.
  • Complements Vercel Blob for the asset layer when a dropped static site needs uploads.

Timeline