Sites and Publishing
A MiniUp Site is a published collection of frontend files with a shareable URL. Use a Site for a standalone page or a multi-file application with data and a linked Function.
Choose a publishing workflow
| Starting point | Workflow |
|---|---|
| HTML copied from an AI or editor | Paste HTML on Publish |
| One HTML document | Upload the HTML file |
| HTML plus styles, scripts, images, or documents | Upload a folder |
| A packaged static project | Upload a ZIP |
| An existing MiniUp Site | Edit or add files in Dashboard |
Publish and maintain a Site
- Prepare browser-ready files and put the main page in
index.html. - Publish the Site with an available name.
- Set Site Access before sharing sensitive content.
- Update files, check the live result, and use revision history when you need to roll back.
- Share the URL, create a QR code, or add a Gallery listing.
Example project
index.html
styles.css
app.js
images/logo.svgReference ./styles.css, ./app.js, and ./images/logo.svg from the HTML. Keep spelling and letter case consistent. A saved change at the same file path keeps the existing link useful.