Sign up free
deliver website to clientclient website previewstatic site client delivery

Deliver a Website to a Client — Live Preview, Permanent Link

Deliver a live website to a client in under 60 seconds. No Git, no Vercel, no CI/CD. Upload your build as a ZIP and share a permanent link that updates in place.

Deliver a Live Website to a Client in 60 Seconds

The standard options for sharing a website with a client all have problems:

  • Vercel — requires Git, creates a new URL on every deploy
  • Netlify Drop — creates a new URL on every upload
  • ngrok — unreliable, requires your computer to be on
  • Screenshots — not interactive, not useful

Clowd gives you a permanent preview link — live in the browser, updates in place, no Git required.


How to Deliver a Website to a Client

Step 1: Build your site

# React (Vite)
npm run build  dist/

# Next.js (static export)
npm run build  out/

# Astro
npm run build  dist/

# Svelte
npm run build  build/

Step 2: Zip the output folder

Right-click the output folder → Compress (Mac) or Send to Compressed folder (Windows).

Step 3: Upload to Clowd

New delivery → Static Site → Upload ZIP → Live in seconds.

Send it once. When you have updates, upload a new ZIP to the same delivery. The URL never changes.


Framework Support

FrameworkBuild commandOutput folder
Create React Appnpm run buildbuild/
Vite (React/Vue/Svelte)npm run builddist/
Next.js staticnpm run buildout/
Astronpm run builddist/
SvelteKit staticnpm run buildbuild/
Nuxt staticnpm run generatedist/
Plain HTMLYour folder

Why Clowd vs Vercel for Client Previews

VercelClowd
Git required
New URL on update
Permanent URLProduction only✅ Always
Client comments
Version history
Custom domain (free)
File delivery

Deliver your first website to a client for free →

Try Clowd for free

Share files with permanent links. Update anytime, same URL.

Sign up free

Related Articles