Installation
CLI (recommended)
Requires Node.js 18+.
npm install -g netlaunch
Verify:
netlaunch --help
Use without installing
npx netlaunch deploy --site my-app --file ./dist.zip
Authenticate
netlaunch login
This opens your browser for Google Sign-In. After signing in, the CLI stores credentials locally. You only need to do this once.
# Verify you're logged in
netlaunch whoami
Web Dashboard
No installation needed. Go to:
Sign in with Google or email/password to access the dashboard.
System Requirements
| Requirement | Version |
|---|---|
| Node.js (for CLI) | >= 18 |
| Browser (for dashboard) | Any modern browser |
| OS (for CLI) | macOS, Linux, Windows |