Just curl to share your page.
pageup.sh
Share static builds, reports, and videos as preview URLs with public, password, or Google-domain access.
Access examples
Each preview URL can be open, password-gated, or restricted to a Google email domain.
No login step. Useful for public demos and shareable reports.
Visitors see a password screen before the preview.
Visitors sign in with Google; only matching email domains pass.
The generated video viewer uses the same password gate.
Built for GitHub Actions previews
Upload the build artifact, capture the returned URL, and post it back to the pull request.
Upload a build
Zip a static directory and get a hosted preview URL back as the response body.
Share one file
Upload a single HTML file as the homepage, or upload a video and get a simple viewer.
Choose access
Keep previews public, add a simple password, or require Google accounts from a domain.
Upload options
| Field | Use |
|---|---|
| file=@site.zip | Upload a static site archive |
| file=@page.html | Serve one HTML file at / |
| file=@demo.mp4 | Wrap a video in a viewer |
| pass=password | Add password protection |
| auth=company.com | Require a matching Gmail domain |