ZIP STATIC HOSTING

Host a finished static site from a ZIP

Zip the finished output of your site, upload it, and share a live link. This keeps HTML, styles, scripts, images, and fonts in one portable package without a deployment pipeline.

Free plan, free SSL, no credit card.

.droply.id
  • Create one finished ZIP

    Zip the output folder that contains your site entry file and all of the files it references. Do not upload an unbuilt source project.

  • Publish the static files

    Droply extracts the archive and serves the finished static content at a secure site URL. There is no repository or CI configuration to connect.

  • Send the link

    Use the live URL for a client review, portfolio, campaign page, or finished site handoff. Publish updates in place when you change the build.

Frequently asked questions

What should be inside the ZIP?
Include the finished static output: an index.html file and every CSS, JavaScript, image, font, and other asset the site needs.
Can I upload a React, Vite, or Astro project ZIP?
Upload the built static output, not the source project. Run the framework build locally, then zip its generated output folder before publishing.
What happens if the ZIP has no usable HTML entry page?
A finished website needs an HTML entry file for browsers to open. Check the exported build and its folder structure before uploading.
Can I keep relative asset paths?
Yes. Keep the folder layout from the finished build when you zip it so links to styles, scripts, images, and fonts resolve as intended.
Can I replace the ZIP later?
Yes. Upload a new finished archive to publish the updated static site at the same URL.