ilolink vs Netlify Drop
Netlify Drop is the fastest way to put a folder on the internet: drag it in, get a netlify.app URL. ilolink publishes a single document and then tells you what happened to it — views, how far people read, where they clicked, what they said. The choice is really site versus document.
What's the same
Both skip the repo, the build and the server. You hand over a file and you get back a URL you can send to anyone, in well under a minute, and the reader needs no account to open it. If that is the whole job, either one does it.
The gotcha worth knowing about Drop
You can deploy without signing in — but Netlify's own quickstart is explicit about what you get: “If you drop without signing in, your project URL is protected with a temporary password until you claim it.” So the no-account path does not actually produce a link you can forward to a client and forget about. You claim it by logging in or signing up, at which point you have an account anyway.
ilolink asks for the free account up front instead, and the link it gives you is immediately openable by anyone you send it to. Same total number of accounts; the difference is whether you discover that before or after you have pasted the URL into an email.
What ilolink adds
- Read analytics, built in — views, approximate unique views, average time on page, a 0/25/50/75/100% scroll funnel, referrers, countries, device class and a 30-day trend. Cookieless, no fingerprint, no visitor profile. On Netlify, visitor analytics is a separate paid add-on rather than part of the drop.
- Heatmaps — click and scroll maps split by device, so “they opened it” becomes “they stopped at the pricing section”.
- Reader feedback with no reader account — reactions, private notes and threaded comments anchored to a point, a region or a line of the document.
- More than HTML — Markdown, HTML, PDF, .docx and CSV/TSV all become a readable page. Drop serves files; it does not turn a .docx into a web page.
- Access tiers per document — public, unlisted, password, or expiring. Links are permanent unless you choose expiry.
Where Netlify Drop is the better tool
Genuinely, and often:
- It hosts a whole site, not one page. A folder of HTML, CSS, JS and images with working relative links is exactly what Drop is for. ilolink is one document per link — no folders, no multi-page navigation.
- Bigger payloads. Netlify documents that deploys under 50 MB work best and that individual files over 10 MB may get stuck; ilolink caps a document at 15 MB. For a heavy bundle, neither is generous, but Drop is built for the multi-file shape.
- Custom domains, and a real platform underneath. ilolink serves from
ilolink.com/<slug>and has no custom domains yet. Netlify has domains, redirects, functions, build plugins and a CDN — if the thing you dropped is going to grow into an application, you are already in the right place. - It runs a build for you when you are logged in, detecting the framework. ilolink has no build step at all, because it never needs one.
| Netlify Drop | ilolink | |
|---|---|---|
| Unit of publishing | A folder or zip — a site | One document |
| Link works immediately without an account | No — temporary password until claimed | Yes, once you publish |
| Read analytics | Paid add-on, not part of Drop — verify current terms | Included: views, approx. uniques, scroll funnel, 30-day trend |
| Heatmaps | No | Click + scroll, by device |
| Reader feedback | No | Reactions, notes, anchored threaded comments |
| Non-HTML formats | Served as files | Markdown, PDF, .docx, CSV rendered as a page |
| Size guidance | Under 50 MB per deploy; files over 10 MB may stick | 15 MB per document |
| Custom domain | Yes | Not yet |
| Build step | Optional, when logged in | None, ever |
Questions
- Can I use Netlify Drop without an account?
- You can deploy without one, but Netlify's own quickstart says the project URL is protected with a temporary password until you claim it — so it is not yet a link you can forward. Claiming it means signing up.
- Does Netlify Drop give me analytics?
- Not as part of Drop. Netlify sells visitor analytics as a separate add-on, and pricing changes, so check its current plans. ilolink includes views, approximate uniques, a scroll funnel, referrers and heatmaps with every published document.
- Which should I use for a multi-page site?
- Netlify Drop. It deploys a folder with working relative links, and ilolink is deliberately one document per link — there is no folder or navigation concept to publish.
- Is ilolink free?
- Publishing is free for one person, up to 3 published documents. You need a free account to publish; readers never need one. Inviting teammates takes a paid plan: a one-time $9 for 5 people or $19 for 10, paid once and kept forever.
Try it on your own doc
Publish one document and watch how it reads.