I found something new this week, and it's stuck with me because of how little it asks of you: you zip a folder, drop it in, and you get a live URL with SSL already on. That's the whole deploy.
The problem it solves
Every time I've wanted to put a small static site online — a portfolio, a docs site, a landing page, a hackathon demo — the actual build was the easy part. The deploy was where I lost time: picking a host, wiring up a git integration, figuring out a build command for a project that didn't really need one.
ZipHost skips all of that. You already know how to make a zip file — that's the entire workflow:
- Zip your project folder (Finder, Explorer, or a build script — doesn't matter)
- Drop it into the dashboard, or run one CLI command
- Get a live URL, SSL included, in about 3.8 seconds on average
What's actually included
- Free SSL on every site, no setup
- One-click rollbacks — every deploy is kept and versioned
- Deploy previews for sharing a change before it goes live
- Password-protected links for client review
- CLI or GitHub push if you'd rather automate it than drag files
Where it fits
It's not trying to be a platform for full applications — there's no server-side runtime here. But for the sites that "just need to exist somewhere" — portfolios, generated docs output, one-page landing pages, hackathon demos, client previews — it removes every step between "I have a folder" and "here's the link."

Top comments (0)