Guides for shipping small websites fast.

How to publish and host sites built with AI tools, static site generators, and plain HTML — without a deploy pipeline.

Set output: 'export' in your Next.js config, run the build to write an out folder, then zip and upload it. Handle images and dynamic routes before you package.

By PreviewSend Team · Aug 3, 2026 · 8 min read

Build your Astro project, confirm every route is static rather than server-rendered, then zip the dist folder and upload it to a live URL. No Git required.

By PreviewSend Team · Jul 27, 2026 · 7 min read

Point a subdomain like sites.example.com at a static site preview with a CNAME record, verify DNS and TLS, and serve the draft on your own brand.

By PreviewSend Team · Jul 26, 2026 · 7 min read

Set a preview link to stop opening after your review deadline. See how automatic expiry works, verify the date, read HTTP 410, and reopen it safely.

By PreviewSend Team · Jul 25, 2026 · 6 min read

Temporary hosting is a client preview with a lifecycle. Compare expiry, access, and updates across hosts, then set up a link you can take offline cleanly.

By PreviewSend Team · Jul 24, 2026 · 7 min read

Replace a static site's files, verify the new build, handle browser caching, and keep the same live URL for clients, bookmarks, and shared links.

By PreviewSend Team · Jul 23, 2026 · 7 min read

A ZIP host serves browser-delivered files, not server code. Test whether your project is static, see what breaks on a file host, and pick the right next step.

By PreviewSend Team · Jul 22, 2026 · 9 min read

Compare Netlify Drop alternatives for hosting a ZIP or static folder: Cloudflare Pages, GitHub Pages, Tiiny Host, and PreviewSend, matched to what you need.

By PreviewSend Team · Jul 21, 2026 · 6 min read

Export a Bolt.new project, work out whether it can become a static build, compile the source locally, then upload the correct output to a live URL you control.

By PreviewSend Team · Jul 20, 2026 · 7 min read

Build your Vite project, check the base path, preview the output locally, then zip the dist folder and upload it to a live URL. No repository or CI pipeline required.

By PreviewSend Team · Jul 19, 2026 · 8 min read

Understand how search engines discover staging URLs, remove an indexed preview, and keep future client-review builds out of search results.

By PreviewSend Team · Jul 19, 2026 · 4 min read

Your upload was rejected for a missing index.html, or the hosted URL 404s at the root. Diagnose why, rebuild the archive with index.html at the top, and verify it before you retry.

By PreviewSend Team · Jul 18, 2026 · 8 min read

Host an HTML, CSS, and JavaScript folder without Git. Fix relative paths, preflight locally, ZIP the right files, and publish a live URL.

By PreviewSend Team · Jul 17, 2026 · 6 min read

Compare server-side protection, HTTP Basic auth, and project passwords for static sites, and see why a JavaScript password form is not enough.

By PreviewSend Team · Jul 17, 2026 · 6 min read

Prepare, protect, share, and update one stable website preview link without sending ZIP files or confusing clients with changing deploy URLs.

By PreviewSend Team · Jul 17, 2026 · 8 min read

Use PreviewSend MCP to move a finished static export from an AI coding client to a stable hosted URL without building a deployment pipeline.

By PreviewSend Team · Jul 14, 2026 · 3 min read

You have a folder of HTML, CSS, and JS, perhaps a build output or one-page export. Get the ZIP structure right and turn it into a live URL.

By PreviewSend Team · Jul 14, 2026 · 9 min read

Export a Lovable project that produces a static build, then host it elsewhere with a password, a custom domain, or a link you control.

By PreviewSend Team · Jul 12, 2026 · 4 min read

Share a self-contained Claude HTML artifact with a password and noindex directive instead of relying on a public Publish link.

By PreviewSend Team · Jul 12, 2026 · 3 min read