index.html, publish it on Dropley, and send the resulting URL through your existing email, chat, or meeting workflow. Your client can open the public link without a Dropley account.| Your situation | What to do |
| A client needs to review a finished landing page or static prototype for a few days | Publish the completed static output and send the public URL. |
The page is one self-contained index.html | Upload the HTML file directly. |
| The page uses local CSS, JavaScript, images, fonts, or data | Upload the complete folder or a ZIP so the relative paths stay together. |
| The project needs a server, database, login, private API, or build command | Export a static version first, or use a service that provides those capabilities. |
| The client needs a permanent URL, private access, a custom domain, or built-in review comments | Dropley is not the right delivery method for that requirement. |
index.html entry page.styles/main.css or images/hero.webp.| Prototype output | Upload | Check |
| One self-contained page | A loose index.html | CSS, JavaScript, and data are inline or intentionally loaded from public URLs. |
| A page with local files | The complete folder | The folder keeps index.html beside the paths it references. |
| A multi-file export | A ZIP of the finished output | The archive contains index.html and the required supported assets at the expected paths. |
index.html, save locally, and publish as-is. It has no build step, server runtime, or external asset dependency, so it is a useful baseline for checking the workflow.index.html, complete folder, or ZIP onto the homepage canvas. You can also click the canvas to use the file picker.preview.dropley.app/p/{shortId} URL.index.html.images/logo.svg points to images/logo.svg.file:/// paths, a local development server, server-side code, a database, or an unreviewed private API.index.html when it references local files.index.html is missingindex.html and include it in the loose-file, folder, or ZIP upload. If several entry pages exist, put the page you want clients to see at the shallowest intended path. See Troubleshooting for the entry-point rules.href, src, and CSS url(...) with the uploaded tree. Use the browser Network panel on the published URL to find the missing request, then correct the relative path and publish again.