index.html (or as a folder or ZIP when it has local files), publish it to Dropley, and send the resulting live URL. This is useful when you need a standalone, temporary link for a finished static page such as a report, dashboard, or prototype.| Your Claude Code output | Publish it as | Why |
| One self-contained page | A loose index.html file | The HTML, CSS, and JavaScript are all in one file. |
| A page with local CSS, JavaScript, images, or fonts | A folder or ZIP archive | The files keep their relative paths when served together. |
| A project that still needs a build, server, database, or API | Do not publish it as-is | Export a finished static version first; Dropley does not run server-side code. |
index.html. For a multi-file result, keep the complete folder structure and use relative references such as styles.css, scripts/app.js, and images/chart.png. See how to share an HTML file online and how to publish a ZIP static website for the full upload requirements.1npx skills@latest add dropley/docs
index.html, folder, or ZIP yourself in the browser.123Create a finished static project for this dashboard. Save the entry page as index.html, keep local assets in relative paths, and do not use server-side code. Publish the completed project to Dropley and return the shareable URL.