Skip to Content
Sites & PublishingSites and Publishing
On this page

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 pointWorkflow
HTML copied from an AI or editorPaste HTML on Publish
One HTML documentUpload the HTML file
HTML plus styles, scripts, images, or documentsUpload a folder
A packaged static projectUpload a ZIP
An existing MiniUp SiteEdit or add files in Dashboard

Publish and maintain a Site

  1. Prepare browser-ready files and put the main page in index.html.
  2. Publish the Site with an available name.
  3. Set Site Access before sharing sensitive content.
  4. Update files, check the live result, and use revision history when you need to roll back.
  5. Share the URL, create a QR code, or add a Gallery listing.

Example project

index.html styles.css app.js images/logo.svg

Reference ./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.

site · publishing · HTML · folder · ZIP