← Back to Blog

Tool Comparisons | Sep 14, 2026 | 7 min read

Cliff Drop, QRDrop, Flitdrop vs Edge Drop: Self-Hosted Sharing Is Not a Clipboard Shelf

By Deepender Yadav

Cliff Drop, QRDrop, Flitdrop vs Edge Drop: Self-Hosted Sharing Is Not a Clipboard Shelf — Edge Drop Guide

Cliff Drop, QRDrop, Flitdrop vs Edge Drop is an intent split, not a ranking. After Microsoft retired Edge Drop in Edge 152 (Stable 27 August 2026), search mixed three kinds of “Drop”: a self-hosted clone of the browser pane, a LAN HTTP share with a QR code, and an AirDrop-like hop to a phone. None of those is a clipboard shelf on one Windows PC.

If the pain is “I need this PDF on my phone,” use a share tool. If the pain is “I copied four screenshots and a file and Win+V will not hold them,” use an on-PC shelf. Installing the wrong one leaves the other job unsolved. Sharing tools are the right products for a hop, not lesser ones.

Cliff Drop, QRDrop, Flitdrop vs Edge Drop: split the job first

Answer one question: are you sending something to another device, or staging copies on this desktop?

ToolWhat it actually isCloud / networkPhone involved?
Cliff Drop (RussellJapheth/cliff-drop)Self-hosted web app inspired by Microsoft Edge DropYou host it; optional Turso + S3/R2Browser / PWA on any device that can reach the server
QRDrop (itsloopyo/qrdrop)Serve the current directory over HTTP on the LAN; QR + passwordLAN HTTP; gone when you Ctrl+CScan QR, browse/download (writes optional)
Flitdrop (MrFrosas/flitdrop)AirDrop-shaped send between Windows/Mac and a phone via QRLAN, E2E; no phone appYes — browser/shortcut after one scan
Edge Drop (Deepender25/Edge-Drop)Hover clipboard shelf on Windows 10/11Local disk onlyNo
Microsoft Edge Drop (retired)Browser sidebar/toolbar threadOneDrive + Microsoft accountEdge on other signed-in devices

Do not score these as if they compete for the same click. A self-hosted Drop clone that is good at sharing is still the wrong tool for OLE drag into Photoshop. LocalSend sits with Flitdrop and QRDrop on the share side.

Win+V still covers a lot of on-PC text: 25 items, 4 MB each, text / HTML / bitmap. Unpinned history clears on restart. Files are not first-class history cards.

Numbered workflow: pick the hop, then decide if you also need a shelf

  1. Write the job in one sentence. Later-on-another-network thread → Cliff Drop or a cloud. This-folder-scan-now → QRDrop. Phone ↔ PC, no phone app → Flitdrop (or LocalSend). Mixed copies beside Slack → a shelf.
  2. Confirm the publisher and repo. RussellJapheth/cliff-drop, itsloopyo/qrdrop, MrFrosas/flitdrop, Deepender25/Edge-Drop. Do not paste a random pip install.
  3. If you chose a share tool, get the LAN or server path working first. Guest isolation will make QR and mDNS look broken. That is the network, not the clipboard.
  4. Receive the file onto disk. The hop’s job ends when the bytes are on disk (or on the phone).
  5. If you still need those files in Explorer or a chat drop zone an hour later, stage them on a local shelf. Hover or Alt+C. OLE drag. edgedrop.app — free, Apache-2.0, no cloud.
  6. Do not expect one binary to be AirDrop and Win+V and a drag hub. Pair tools. LocalSend vs Edge Drop.
  7. Turn Windows clipboard sync off unless you truly want Microsoft text on another device.

When Edge Drop fits / does not

Fits. You are on Windows 10/11. The files are already on this PC. You want a click-through hover strip (or Alt+C) with cards for text, links, images, and file stacks. You drag out with real OLE handles. You do not want a Microsoft account, OneDrive, or a server process. You already solved (or do not have) the phone hop.

Does not. Drop-shaped thread → Cliff Drop (or OneDrive). Folder scan → QRDrop. Phone without a Store app → Flitdrop. Occasional LAN, no hosting → LocalSend. Tiny tray search → Ditto.

If the job is on-PC staging, the downloads are on edgedrop.app. If the job is another device, start with Cliff Drop, QRDrop, Flitdrop, or LocalSend.

Cliff Drop: a self-hosted Microsoft Drop stand-in

Cliff Drop’s README is explicit: a single-user, password-protected web app for text, links, and files, with a chat-style timeline, WebSockets, search, and PWA install. Stack: SvelteKit, SQLite (local or Turso), files on disk or S3-compatible storage (Cloudflare R2, MinIO, B2). Auth is Argon2id and HTTP-only cookies.

That is the honest replacement path for people who liked Microsoft Drop’s “email yourself” thread. You run a server. Optional R2 + Turso is an architecture choice, not a requirement to try it locally. Hosting cost is real: backups, HTTPS, and who can reach the URL.

Best when: you want a Drop-shaped thread you control and can keep a Node process alive.

Worse when: you needed a hover strip with native file drag. A browser timeline does not give Explorer a CF_HDROP drag.

Can you run both? Yes. Cliff Drop for the hop; a local shelf for staging on Windows. See Looking for an Edge Drop alternative?. LocalSend if you only need occasional LAN sends and refuse to host anything.

QRDrop: LAN directory share plus QR

QRDrop (itsloopyo/qrdrop) is a terminal tool: uvx qrdrop serves the current directory over HTTP, prints a LAN URL, a three-word password, and a QR code. The phone lands in a file browser. Default is full access (download, upload, delete, rename); --upload and --readonly tighten that. Ctrl+C stops the server. Docker image itsloopyo/qrdrop exists; --public-host is required in containers so the QR is not the container’s internal IP.

This is a sharp tool for “here is this folder, scan it.” It does not watch Ctrl+C. When the process dies, the share dies. Confirm itsloopyo/qrdrop — other repos reuse the name.

Best when: a folder of exports and a phone on the same Wi-Fi; zero accounts.

Worse when: mixed cards on the PC, or untrusted guest Wi-Fi (you just advertised a directory).

Flitdrop: AirDrop-like Windows/Mac to phone, no phone app

Flitdrop’s pitch is the gap AirDrop leaves: iPhone or Android to a Windows (or Mac) PC without installing a phone app. Pair once with a QR. Transfers are end-to-end encrypted on the LAN (key via the QR, not a cloud account). Explorer gets Send to → Flitdrop. Offline, the PC can host a hotspot. The project is source-available (FSL-1.1-ALv2, Apache-2.0 after two years) — not MIT. The README is honest about limits: no background receive on a locked phone, same Wi-Fi (or hotspot), first-run SmartScreen/Gatekeeper friction.

Flitdrop also keeps a computer-side clipboard history and can push text to the phone. That still does not make it a hover shelf with OLE drag-out. It is a share product that happens to remember copies.

Best when: mixed-brand phone ↔ PC on one LAN; you refuse a phone Store app.

Worse when: you needed edge hover, file stacks, and drag into design apps on the same machine. Pair Flitdrop for the hop, then stage with a shelf.

Edge Drop (edgedrop.app): on-PC shelf, not a share pane

Edge Drop is Apache-2.0, Windows 10/11, local. Hover or Alt+C. Stage text, links, images, and files. OLE drag-out. No Microsoft account. It was not removed in Edge 152 because it never lived in Edge. Publisher: GitHub Deepender25/Edge-Drop. Details: What happened to Microsoft Edge Drop in 2026?. Electron RAM (~130–160 MB class) is a real cost versus Ditto (hover shelf or tray history).

A local shelf cannot appear on iOS. A share app cannot give Photoshop a native file drag from a hover strip. Pair tools instead of hunting a “Drop 2.0.”

Soft CTA

If the job is on-PC staging — files, screenshots, and text you drag into desktop apps — the downloads are on edgedrop.app. If the job is another device, start with Cliff Drop, QRDrop, Flitdrop, or LocalSend, not a clipboard overlay with “Drop” in the title.

FAQ

Is Cliff Drop the same as edgedrop.app? No. Cliff Drop is a self-hosted Microsoft Drop-style web timeline. edgedrop.app is a local Windows hover clipboard shelf.

Can QRDrop replace Win+V? No. QRDrop serves a directory over HTTP until you stop the process. It does not keep 25 clipboard items, and it does not store text/HTML/bitmap history.

Does Flitdrop make a clipboard shelf unnecessary? Only if your pain was phone ↔ PC. Staging mixed files and bitmaps beside Unity, Slack, or Explorer is still a desktop-shelf job.

Should I dismiss these share tools because they are not a shelf? No. They are the right category for a hop. Dismissing them because they do not do OLE drag is the same mistake as installing a shelf and expecting it to appear on your phone.

Related reading

Sources

Deepender Yadav
Written by Deepender Yadav · Author & Developer

Deepender Yadav is a B.Tech Computer Science Engineering student and software developer interested in building practical software and open-source projects.

GitHub · LinkedIn

Copy. Stack. Drop.

Transform your clipboard into an interactive edge shelf. Stack, pin, and drag assets into any app with zero friction.

Download for Windows Get from Microsoft Store

How to Install Guide · First 10 Minutes Guide · Drag & Drop Guide · Edge-Drop vs Win+V · Support

Free · Lightweight · Privacy First
Find us on CodeHype