Comparison

Hostus vs Tiiny.host vs Netlify Drop in 2026: which one should host your HTML file?

Three drag-and-drop hosts for a single HTML file, compared on twelve rows with numbers verified on each vendor's site today. Hostus is the pick when the page has a reader who matters.

Updated 2026-09-07 · by Hostus Team

You have one HTML file, probably made by an AI tool, and you want a link. Tiiny.host and Netlify Drop both work: drag the file, get a URL. Hostus is our recommendation for the same file, for a reason the other two do not cover: after the link is out you can still edit the page in place, decide who may open it, see what readers did, and a form in the page works with no backend. The rows below use only facts read on tiiny.host, netlify.com and hostus.io on September 7, 2026. For the wider field, see Tiiny.host alternatives.

What are Hostus, Tiiny.host and Netlify Drop each for?

Hostus hosts single HTML files and folders of HTML with media, for pages with stakes: a proposal, a report, a landing page with a form. The owner edits the live page in the browser, switches it between public, private and email-gated, sees reading analytics by section, and every form in the page stores responses. Claude can publish and update pages through a connector.

Tiiny.host is a general file host: HTML, zip, PDF, PHP, images and documents, dragged in and served at a link, priced by projects, upload size, visits and bandwidth.

Netlify Drop is the drag-and-drop front door of Netlify, a full static hosting platform. Drop a file, folder or zip and it is live; a folder that needs a build step prompts a login.

How do Hostus, Tiiny.host and Netlify Drop compare row by row?

Every Tiiny.host and Netlify number was read on the vendor's own page today; where a feature is advertised without a plan, the cell says so.

Hostus (our pick)Tiiny.hostNetlify Drop
What it is forPages someone important will open: proposals, reports, landing pages with formsPutting any file online fast: HTML, PDF, PHP, imagesStatic sites that may grow into a framework build
Free plan (verified)20 docs, 2 MB of HTML total, 100 form responses a month, every feature included1 active project, 3 MB uploads (0.5 MB PDFs), 5,000 visits and 5 GB bandwidth a month, Tiiny banner, log in every 3 months to keep the linkFree plan with 300 credits; dropped projects stay on it as long as you like
File typesSingle HTML files, plus images, video and fonts as media; no PDF, no React or SPA build outputHTML, ZIP, PHP, PDF, images, documents, spreadsheets, presentationsFiles, folders or zips of HTML, CSS and JS; framework projects after login
How you publishDrag and drop; from Claude through the connector; REST APIDrag and dropDrag and drop; also CLI and git through Netlify proper
Edit after publishingYes, in the browser on the same link: headings, paragraphs, table cells, list items (desktop editor)Editing features listed on Solo ($13 a month) and aboveDrag the updated folder to the site's Deploys page (account required)
Version historyYes, every version kept, restore with one clickNot listed on the pricing pageEach drop creates a new deploy on the Deploys page
FormsAny form with named fields works: inbox on the doc, email with Reply-To, CSV, spam folder, 100 responses a month freeNot listed; PHP files are accepted, so you would host your own handlerNetlify Forms with data-netlify="true" and form detection turned on
Access controlPublic (noindex), private (invite-only magic link) or email-gated (list or domain, see who opened), switchable anytime, freePassword protection on Solo and abovePublic link by default; password protection or required login offered (plan not stated on the Drop page)
AnalyticsCookieless: views, referrers, UTM builder, time per section, re-reads, where readers stopped; per reader on gated docsFrom the Tiny plan ($5 a month) upwardCheck their pricing page
AI-tool workflowClaude connector with 12 tools: publish, update by intent, read responses and attention data; also a Claude Skill and REST APIUpload the file the AI tool gave youCLI anonymous deploys aimed at agents (netlify deploy --allow-anonymous), claim within one hour
Custom domainNo. The link is your-slug.v.hostus.ioOn Solo ($13 a month) and aboveYes, via Netlify DNS or an existing domain
First paid tier (verified)$9.99 a month or $49.99 a year: unlimited docs, 200 MB, unlimited responsesTiny, $5 a month: 1 project, 25 MB uploads, banner removed, analyticsPersonal, $9 a month

Sources: tiiny.host/pricing, app.netlify.com/drop, netlify.com/pricing and docs.netlify.com, September 7, 2026.

Which should you pick?

Pick Hostus by default when the page is a single HTML file and a real person will open it: the link never changes while the page does, the reader can be identified or kept out, a form works with nothing wired, and you can see how far people read. Free covers 20 docs with every feature.

  • Unless the file is a PDF, a PHP script or a document. Hostus hosts HTML only. Tiiny.host takes PDF (0.5 MB free), PHP and office files.
  • Unless you need a custom domain. Hostus does not offer one. Netlify includes custom domains; Tiiny.host has them on Solo at $13 a month.
  • Unless the project will become a framework build. A Next.js, Astro or Vite site belongs on Netlify from the start: Drop detects the framework and the same account handles builds and redirects.
  • Unless the file is over 2 MB and you will not pay. Hostus free is 2 MB of HTML in total; Tiiny.host free stops at 3 MB per upload; Netlify's free plan is credit-based, so check their docs.
  • Unless nothing rides on the page. A demo for yourself, a snippet for a forum thread: Tiiny.host, Netlify Drop or Claude's own Publish button are fine, and Hostus gains you nothing.

Changing the page. On Hostus the owner clicks a heading or paragraph on the live page, edits it, and the same link serves the new version. Claude can do the same through hostus_update: "change the price in the table to $49" replaces the HTML on the same link. On Tiiny.host, editing is a Solo feature; on Netlify Drop you drag the updated folder to the Deploys page after logging in.

Knowing who opened it. Switch a Hostus doc to email-gated and each reader types an email before it opens; you see who, when, and time per section. Tiiny.host and Netlify offer password protection on paid plans, which stops strangers but does not tell you who came. See how to know if a client opened your proposal.

The form. On Hostus, a <form> with named fields stores responses the moment the file is live: inbox on the doc, email with Reply-To, CSV export, spam folder, redirect after submit. On Netlify you add data-netlify="true" and enable form detection; on Tiiny.host you would need your own handler. See HTML form without a backend.

How does each fit a Claude or AI-tool workflow?

Hostus connects to Claude as a custom connector (settings, Connectors, "Add custom connector", URL https://app.hostus.io/api/mcp, OAuth login, no API key). Then you can say "publish this as a page" and get the link in chat, ask for an update by intent, read form responses, or ask how a doc was read. Claude Code: claude mcp add --transport http hostus https://app.hostus.io/api/mcp.

Netlify has a CLI path for agents: netlify deploy --allow-anonymous creates a temporary project that must be claimed within one hour, which Netlify's docs describe as useful for AI agents. It deploys; it does not read the page back or handle responses.

Tiiny.host is a manual step: save the file the AI tool produced, drag it in, and repeat on every revision.

Good to know before you switch

Hostus has no custom domains (the link is your-slug.v.hostus.io), hosts single HTML files and folders of HTML with media only (no React or SPA build output, no PDF), has no team seats or co-editing, and the in-place editor is desktop-only. The free plan is 20 docs, 2 MB of HTML in total and 100 form responses a month; extra responses are kept and unlocked on a paid plan. If you need a domain, a PDF or a build pipeline, Netlify or Tiiny.host is the honest answer; the steps for any of the three are in how to host an HTML file.

Questions people ask

Is Tiiny.host free?

Yes, with limits. As of September 2026, tiiny.host/pricing lists 1 active project, 3 MB uploads (0.5 MB for PDFs), 5,000 visits and 5 GB of bandwidth a month, a Tiiny banner, and links that stay online as long as you log in once every 3 months. Hostus is free for 20 docs and 2 MB of HTML with no banner and no login rule.

What is the Tiiny.host file size limit?

3 MB per upload on the free plan, and 0.5 MB for PDFs, according to tiiny.host/pricing on September 7, 2026. The Tiny plan ($5 a month) raises it to 25 MB and Solo ($13 a month) to 75 MB. On Hostus a single HTML file can be up to 5 MB in the app (1 MB on the homepage drop), with images and video attached as media.

Does Netlify Drop expire?

Not if it is on your account: the Netlify Drop page says you can keep dropped projects on the free plan for as long as you like. The one-hour limit applies to anonymous deploys made through the Netlify CLI with the allow-anonymous flag, which are removed unless claimed within an hour. Hostus docs do not expire either, on free or paid.

Which is best for a Claude artifact or ChatGPT page?

Hostus, if anyone important will open it: Claude can publish and update the page through the Hostus connector, the page can be private or email-gated, and a form in it works. For a throwaway link, any of the three is fine.

Can I edit a page after publishing on Tiiny.host or Netlify Drop?

On Tiiny.host, editing features are listed on the Solo plan ($13 a month) and above. On Netlify Drop you update by dragging the new folder to the site's Deploys page, which requires an account. On Hostus the owner edits the live page in the browser on the same link, free, with version history.

Does Hostus support custom domains?

No. Every Hostus page lives at your-slug.v.hostus.io with SSL. If a domain of your own is a requirement, Netlify includes custom domains and Tiiny.host offers them on Solo at $13 a month.

Same file, a link you can still change

Edit in place, gate by email, forms that work. Free for 20 docs, no card.