- Finish the website. Build any generator project first and identify the directory that contains browser-ready files.
- Choose the site type. Use a static site for HTML, CSS, and JavaScript. Use a PHP project when the archive contains server-side PHP.
- Create the ZIP. Put
index.htmlor the appropriate entry point at the root. Include every referenced asset. - Upload the archive. Create a new deployment and wait for extraction and publishing to finish.
- Test the preview URL. Check the home page, navigation, images, and a private-browser session.
- Connect a domain. Only after the preview works, add your domain and follow the displayed DNS instructions.
This ZIP-to-host workflow is intentionally direct. When you need to update the site, make a new clean archive and publish it as the next release.