Getting Started

NetLaunch lets you deploy any static website in seconds. Upload a ZIP, get a live URL. No configuration needed.

Quick Start (60 seconds)

Option A: CLI (recommended)

# 1. Install
npm install -g netlaunch

# 2. Login with Google
netlaunch login

# 3. Deploy
netlaunch deploy --site my-portfolio --file ./dist.zip

Your site is live at https://my-portfolio.web.app

Option B: Web Dashboard

  1. Go to deployinstantwebapp.web.app
  2. Sign in with Google
  3. Click Deploy → pick a site name → upload your ZIP
  4. Done. Your site is live.

What You Can Deploy

NetLaunch works with any static site:

Just ZIP your build output folder and deploy.

How It Works

Your build folder     NetLaunch              Live site
┌──────────┐         ┌──────────┐          ┌──────────────────────┐
│ index.html│  ZIP →  │ Upload & │  5 sec → │ https://my-app.web.app│
│ styles.css│  ────→  │ Deploy   │  ────→   │                      │
│ app.js    │         │          │          │ SSL ✓  CDN ✓  Fast ✓ │
└──────────┘         └──────────┘          └──────────────────────┘

What You Get

Next Steps