View Source
The easiest way to ship

Publish to Netlify
in seconds.

No command line required. Just a simple drag and drop process to get your static project online for free.

Quickstart Kit

Skip the setup. Download a ready-to-deploy sample project.

Download sample.zip
1

Create Project Folder

Start by creating a new folder on your computer to hold your project files. If you downloaded the sample, unzip it instead.

~/Desktop/my-awesome-project
2

Create index.html

Inside your new folder, create a file named exactly index.html.

3

Add Your Content

Paste the code generated by Lovable or Gemini into your file. If using the sample, skip this.

index.html
<!-- Paste your AI generated code here -->
<!DOCTYPE html>
<html>
  <body>
    <h1>Hello World</h1>
    <p>Built with AI, Deployed on Netlify</p>
  </body>
</html>
4

Drop to Netlify

Open Netlify Drop and simply drag your project folder (or the unzipped sample folder) onto the page.

Open Netlify Drop

It's free and takes less than 60 seconds to deploy.