Docs
Give any folder of HTML a live URL. No build step, no server.
Web
Sign in and drop a folder, files, a .zip, or an .html into your dashboard.
CLI
One command from your terminal. Great for devs and AI agents.
Drive Soon
Share a Google Drive folder; it hosts and syncs automatically.
Quickstart
From the web
1) Sign in with Google. 2) On your dashboard, drop a folder (or a .zip / single .html) onto the drop area. 3) It's live at your space URL. Keep an index.html at the root.
From the terminal
$ npm i -g quickish
$ quickish login
$ quickish # publish the current folder
Publish a sub-page by naming it: quickish ./site deck serves at /deck/.
Built a React / Vite / Astro app? Quickish hosts the build output, not the source. Run
quickish --build to build it on your machine and publish the result, or build it yourself and run quickish ./dist. If a dist/ already exists, plain quickish finds and publishes it.