| If you need to… | Choose | Why |
| Let someone open a finished HTML preview, report, or demo for a few days | A temporary Dropley link | It is public, does not require an account, and is available for 1, 3, or 7 days. |
| Share a multi-file static export for a review | A temporary Dropley link | Upload the complete folder or ZIP so its relative assets can load together. |
| Keep a site online indefinitely | Permanent hosting | Dropley does not offer a never-expire option. |
| Use a custom domain, authentication, a server, or a database | A service that provides those capabilities | Dropley serves browser-ready static files only. |
| Share anything sensitive | Do not use a public Dropley link | The link is public during its selected availability window; do not rely on it after that window ends. |
| Lifetime | Good fit |
| 1 day | A quick review or a short-lived handoff |
| 3 days | The default for a short demo or feedback round |
| 7 days | The longest available window for a temporary share |
index.html. Put its CSS and JavaScript inline, or use dependencies that the browser can load from a public URL.index.html.index.html entry page and the assets it references.12345678project/ ├── index.html ├── styles/ │ └── main.css ├── scripts/ │ └── app.js └── images/ └── chart.png
styles/main.css and images/chart.png, then follow the ZIP static website guide. Once it publishes, open the public URL and visit the important paths before sharing it. This catches missing assets while you still have the original folder.index.html.file:///Users/... works only on your computer.