Back to browse
Quickish – Instant HTML Hosting

Quickish – Instant HTML Hosting

by PaybackTony·Jun 15, 2026·3 points·0 comments

AI Analysis

MidShip It

Yet another static host when Netlify Drop and Vercel already do this free.

Strengths
  • One-command CLI publishing is genuinely simple for quick sharing
  • Free tier with one live page works for occasional presenters
Weaknesses
  • Netlify Drop, Vercel, and GitHub Pages already solve this with more features and free tiers
  • Google Drive integration is coming soon, not available—core differentiator doesn't exist yet
Target Audience

Developers sharing AI-generated HTML, internal presentation creators

Similar To

Netlify Drop · Vercel · GitHub Pages

Post Description

As Claude and ChatGPT has gotten better, I've found myself enjoying using Co-Work to make presentations at work. Sharing the HTML files on Slack and elsewhere was cumbersome and trying to host it somewhere public (even if unlisted) wasn't much of an option for my work stuff.

Then I saw Shopify's blog post about Quick (https://shopify.engineering/quick), an internal intranet with simple HTML page hosting and was inspired. I wasn't sure I could get buy-in to host it at my day job so I spent my own time coming up with Quickish. Now I can share all my beautiful presentations.

Originally I wanted it to be tied to Google Drive / Workspaces, you share the folder with quickish and put your HTML in, quickish hosts it while respecting the privacy of the folder (workspace only, etc). However, as I worked through building I realized I could make it easier to use and add that part in. Actually, it already works behind the scenes I just need to get the app verified.

And now, you have what you see. Everyone gets 1 free live site at a time (you can push multiple, just your latest one via CLI or whichever you choose one the web UI is active at a time unless you opt for the cheap unlimited plan). Just run `npm i -g quickish && quickish` in a directory with your HTML file and that's it, one Google OAuth away from the page being live. You can keep them private and only invite other users (only google for now) as well.

If you use a work e-mail sites you publish are auto-gated to only people within your org. Again, only Google Accounts for now (more coming, OneDrive, Dropbox to start).

Pages do get access to JS DB scoped to your account / workplace which is fun (imo) - I am in the process of touching up the live pub-sub (think claude made live dashboard fed by API posts to your quickish db).

Hope you enjoy!

Similar Projects