# Droply

Droply is a no-code static website and file hosting service. Upload finished HTML, a ZIP of a static site, a PDF, an image, or a document and turn it into a shareable HTTPS URL in seconds. No Git or server configuration is required.

## What it does not do

- Droply hosts static content only. It does not run WordPress, PHP, Node.js, databases, server-side rendering, or any other server code from an upload.
- React, Vue, Astro, Vite and other framework projects must be built first. Upload the finished static output, not the source project.
- Published links are public by default. Password protection is available on eligible plans.
- Customer sites on droply.id subdomains and connected custom domains hold user-generated content. They are not official Droply documentation.

## How it works

1. Upload a file, a folder, or a ZIP of a finished static site.
2. Pick a name. The site is live at that name on a droply.id subdomain, over HTTPS.
3. Re-upload to publish a new version at the same URL. Previous versions are kept per your plan.

## Plans and limits

| Plan | Price | Sites | Storage | Visits / month | Bandwidth / month | Publishes / day |
|---|---|---|---|---|---|---|
| Free | Free | 1 | 25 MB | 5,000 | 5 GB | 15 |
| Starter | $5/month | 2 | 50 MB | 10,000 | 10 GB | 50 |
| Pro | $15/month | 5 | 500 MB | 100,000 | 50 GB | 300 |
| Business | $35/month | 15 | 10 GB | 500,000 | 100 GB | 1,000 |
| Enterprise | $89/month | 100 | 20 GB | 5,000,000 | 1,024 GB | Unlimited |

Prices are in US dollars. Limits are counted per account, not per site.

## Frequently asked questions

### What can I host on Droply?

An HTML file, a ZIP or folder of a static website, a built React, Vue or Astro app, a single React or JSX file from an AI tool, a PDF, an image, media, or a document. Droply is for files and sites that run in a browser without a server.

### Does Droply run WordPress, PHP, or Node?

No server-side code ever runs. WordPress and Node apps need a server, so they cannot be hosted here. A PHP file that is really just HTML, including one split up with include, is converted to HTML when you upload it; anything that needs PHP to actually run is rejected with an explanation.

### Can I upload a React or Next.js project?

Upload the built output and any framework works. If you have not built it, Droply can still run a single React or JSX file, and small projects that only use React, straight in the browser. Projects that pull in other npm packages need a build first. Server-rendered frameworks such as Next.js, Nuxt, Remix and TanStack Start have to be exported as a static site, or hosted somewhere that runs Node.

### Can I host something an AI tool built for me?

Yes. Files from Claude, v0, Lovable and similar tools work, including a single .jsx or .tsx file with no build step, which Droply renders in the browser. If a project needs a build, you are told exactly which packages are missing instead of getting a blank page.

### Can I use my own custom domain?

Yes, custom domains are included on Pro, Business, and Enterprise plans. Point your domain at cname.droply.id; Droply verifies the domain and serves it over HTTPS.

### Are Droply links public?

Yes by default. A published link is meant to be shareable, and every site is served from a droply.id subdomain or a connected custom domain. Password protection is available on Pro, Business, and Enterprise plans.

### Can I update a site without changing the link?

Yes. Re-uploading creates a new deployment at the same URL, so the link and any QR code you already shared keep pointing to the latest version. One-click rollback to a previous version is included on Pro plans and higher.

### Is there free static website hosting?

Yes. The free plan hosts one site on a droply.id subdomain with no credit card. Free sites include the Droply banner; paid plans remove it.

### Can I cancel a paid plan anytime?

Yes. You keep access until the end of your billing period, then your account falls back to the free plan. Your sites remain subject to the free plan limits after the downgrade.