HTML hosting, without the hosting
Drop an HTML file.
Get a URL.
No build step, no server, no deploy pipeline. One file in, one clean public address out — and you can replace it, lock it or take it down whenever you want.
- One .html file
- Up to 1 MB
- Live immediately
Every page you publish gets an address like this.
Your account gets a subdomain the day you sign up. You choose the rest. Nothing else appears in the URL — no ids, no tokens, no query strings.
How it works
How it works
Three steps, and none of them involve a terminal.
- index.html14.2 KB
01
Upload your file
One .html file, up to 1 MB. Preview it before it goes live.
- you.visushare.com/launch-page
This page path is available.
02
Choose the address
Pick the page path. Your account has its own subdomain, so the URL stays short.
- Launch day
you.visushare.com/launch-page
Live03
Share it
Copy the link or hand out the QR code. Take it offline whenever you like.
What you get
See it before you publish
The file is rendered in the browser first, so nothing goes live unseen.
Password protection
Put a password in front of any page, and remove it just as easily.
View counts
See how many people opened each page, and when.
QR codes
Every published page comes with a downloadable QR code.
Full control
Replace the file, take the page offline, archive it, or delete it for good.
Or publish from a script
Create an API token and upload from anything that speaks HTTP — a build step, a cron job, an agent.
curl -X POST https://api.visushare.com/api/v1/agent/v1/upload \
-H "Authorization: Bearer vsh_…" \
-F "slug=launch-page" \
-F "file=@index.html;type=text/html"Pricing
Placeholder tiers — nothing is billed yet, and every account has the same access.
Questions
If something here is unclear, ask and we will add it.
Publish your first page in a minute.
Upload an HTML file and you have a URL. That is the whole product.
Start publishing