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.host | Netlify Drop | |
|---|---|---|---|
| What it is for | Pages someone important will open: proposals, reports, landing pages with forms | Putting any file online fast: HTML, PDF, PHP, images | Static 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 included | 1 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 link | Free plan with 300 credits; dropped projects stay on it as long as you like |
| File types | Single HTML files, plus images, video and fonts as media; no PDF, no React or SPA build output | HTML, ZIP, PHP, PDF, images, documents, spreadsheets, presentations | Files, folders or zips of HTML, CSS and JS; framework projects after login |
| How you publish | Drag and drop; from Claude through the connector; REST API | Drag and drop | Drag and drop; also CLI and git through Netlify proper |
| Edit after publishing | Yes, in the browser on the same link: headings, paragraphs, table cells, list items (desktop editor) | Editing features listed on Solo ($13 a month) and above | Drag the updated folder to the site's Deploys page (account required) |
| Version history | Yes, every version kept, restore with one click | Not listed on the pricing page | Each drop creates a new deploy on the Deploys page |
| Forms | Any form with named fields works: inbox on the doc, email with Reply-To, CSV, spam folder, 100 responses a month free | Not listed; PHP files are accepted, so you would host your own handler | Netlify Forms with data-netlify="true" and form detection turned on |
| Access control | Public (noindex), private (invite-only magic link) or email-gated (list or domain, see who opened), switchable anytime, free | Password protection on Solo and above | Public link by default; password protection or required login offered (plan not stated on the Drop page) |
| Analytics | Cookieless: views, referrers, UTM builder, time per section, re-reads, where readers stopped; per reader on gated docs | From the Tiny plan ($5 a month) upward | Check their pricing page |
| AI-tool workflow | Claude connector with 12 tools: publish, update by intent, read responses and attention data; also a Claude Skill and REST API | Upload the file the AI tool gave you | CLI anonymous deploys aimed at agents (netlify deploy --allow-anonymous), claim within one hour |
| Custom domain | No. The link is your-slug.v.hostus.io | On Solo ($13 a month) and above | Yes, 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 responses | Tiny, $5 a month: 1 project, 25 MB uploads, banner removed, analytics | Personal, $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.
What happens after the link is out?
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.