Skip to content
For the complete Netlify documentation index, see llms.txt. Markdown versions of this page are available by appending .md to the URL.

More flexibility and credits now available for Pro plans 🎉

Netlify Drop Quickstart

For the complete documentation index, see llms.txt

Netlify Drop is the fastest way to get a project live on the web and one of Netlify’s first product launches. Drag and drop your project folder or zip file to the Netlify Drop zone and get a shareable URL in seconds.

Netlify Drop is a popular choice for publishing projects from AI code generation tools or when your files are stored locally on your computer. No Git repository is needed.

You don’t have to build your project before dropping it. As long as you’re logged in, you can drop a web project that still needs a build step, and Netlify will detect your framework and run the build for you before publishing. Dropping a pre-built output folder works too.

Publish your site or app to the web by dragging and dropping your project’s folder with your site files to the Netlify Drop zone. Note that your project folder may be called public.

  1. If you haven’t already, log in to your Netlify account at https://app.netlify.com/login. Make sure you’re signed in to the Netlify team where you want to manage your project. If you don’t sign in, you can deploy first and claim it by signing up later.

  2. Go to https://app.netlify.com/drop or scroll to the bottom of your team dashboard where all your team-owned projects will be listed.

Dragging and dropping a project folder to the Netlify Drop zone

  1. Drag and drop your folder to the Drop zone in the Netlify UI.

  2. Find your site at the Preview URL ending in netlify.app. It should now be live and shareable. 🎉

    Netlify project dashboard with preview URL highlighted

You can update a project deployed using Netlify Drop in two ways:

  • Option A: Use Agent Runners to update your project in a testing environment before publishing live to the production live version of your site. You can review changes in a Deploy Preview before publishing them to the live production version of your project. Requires a Credit-based plan.
  • Option B: Drag and drop an updated folder to the drop zone to update your project. Your folder’s changes are automatically published to production and become the latest live version of your site in production.

If you have a Credit-based plan, you can iterate on your project using Agent Runners directly from your Netlify dashboard and preview changes before publishing your project’s latest changes to the live production version.

  1. From your project dashboard, in the left sidebar, select Agent runs.
  2. Enter your prompt, choose an AI agent model, and optionally add more context by uploading files or saving project context. Netlify skills are automatically used but you can also reference your own skills files.
  3. Start the agent run with Run.
  4. Preview your changes in the preview environment.
  5. When you’re ready to deploy to production, select Publish.

If you prefer to iterate on your project using another tool outside of Netlify, you update your project folder with your changes, then drag and drop your updated folder to the publishing drop zone on Netlify.

Dragging and dropping an updated project folder to the Netlify Drop zone

  1. Go to your Netlify project dashboard.
  2. Under Production deploys, drag and drop your updated project folder with any updated files to the drag and drop area. Drag and drop option highlighted from project overview

If your project files are in working order, your updates should automatically publish to a new live production version of your site or app. If you’re getting an error, check out the Troubleshooting tips.

  1. What if my project isn’t working?
  • Make sure your project folder isn’t too large. Deploys under 50MB work best, and individual files over 10MB may cause your deploy to get stuck. For larger projects, use the Netlify CLI.
  • Check that you have a reliable network connection (network hiccups can cause a deploy to stall).
  • Use the latest version of a Chromium-based browser.
  • Make sure your computer has sufficient free memory; roughly 4x your uncompressed project size is a good baseline.
  • Ask an AI assistant to help troubleshoot. We recommend sharing Netlify context for agents with your AI tool or connecting the Netlify MCP server to help it understand how to build and deploy your project. You can also search errors using Ask Netlify or the Netlify CLI.
  • If you dropped a project that needs a build step, make sure you’re logged in — Netlify only builds your project for you when you’re signed in. Otherwise your files are published as-is. You can also build your project locally and drop the resulting output folder instead.
  • Try running your project locally to confirm it works and to generate the build output folder.
  1. What if I update my project?

You can drag and drop your updated project folder into the Drop zone to deploy your latest changes. For steps, check out Make changes to a project published with Netlify Drop.

Last updated: