index.html (or as a folder or ZIP when it has local files), publish it to
Dropley, and send the resulting temporary live URL. This is useful for a
finished report, dashboard, prototype, or small static site that someone needs
to open outside your coding environment.index.html. When the result uses local CSS, JavaScript, images, or fonts, keep
the complete folder or ZIP and use relative references such as styles.css or
images/chart.png. The HTML publishing guide and
ZIP publishing guide are the canonical references
for choosing the right upload and preserving its files.1npx skills@latest add dropley/docs
index.html, folder, or ZIP on
dropley.app. Publishing does not require an account.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.