DEV Community

Alisha Albert George
Alisha Albert George

Posted on

I Built a Free, Browser-Only AirDrop Alternative That Works on Any Device

If you've ever tried to get a file from a Windows laptop to an iPhone, or from Android to a Mac, you already know the pain. AirDrop only talks to other Apple devices. Bluetooth pairing is slow and unreliable for anything bigger than a text file. And cloud storage means creating an account, waiting for an upload, then waiting again for the download — plus a copy of your file sitting on someone else's server indefinitely.

I got tired of this friction, so I built nowiretransfer.xyz — a free, browser-only file and text transfer tool that works between any two devices, regardless of OS.

How it works

There's no app to install and no account to create:

Paste some text or drop a file (up to 250 MB, no cap on how many) into the browser.
Get a 6-character code and a QR code.
Enter that code — or scan the QR — on any other device's browser.
The share self-destructs automatically once it expires (you choose anywhere from 1 hour to 7 days).

If both devices happen to be on the same Wi-Fi network, there's also an auto-sync "Nearby" mode that skips the code entirely.

Why browser-based P2P beats the alternatives

Since everything runs directly between two browsers over the local network instead of round-tripping through a datacenter, it's dramatically faster than Bluetooth and skips the upload-then-download wait of cloud storage:

Metric Browser P2P (this app) Bluetooth 5.0 Cloud upload (Drive/Dropbox)
Typical speed Up to 800 Mbps on Wi-Fi 6 ~2 Mbps Capped by your upload speed
File size cap None on direct links Unlimited but very slow 25 MB on most free/email tiers
Account required None None, but pairing needed Yes
Cross-platform Any browser — iOS, Android, Windows, macOS, Linux Blocked between iOS ↔ Android Yes, with apps installed
Stored server-side Encrypted, auto-deleted at expiry No Retained indefinitely
Setup time ~3 seconds 30–90 seconds pairing 1–5 minutes

(Bluetooth 5.0 throughput per the Bluetooth SIG tech overview; AES-256 per NIST FIPS 197.)

Security

Since there's no login system, the code itself has to do the work of gatekeeping. Every transfer is:

Encrypted with AES-256 in transit
Protected by a single-use share code
Never publicly listed or browsable — a download link is only minted after the server verifies the code and confirms the share hasn't expired
Automatically deleted once it lapses

No trackers beyond what's needed to keep the free service running, and no email or account required at any point.

Who it's actually useful for
Developers testing across a phone + laptop + VM without emailing yourself a build every time
Mixed-OS households or offices (Windows desktop, Android phone, work Mac)
Quick handoffs on locked-down machines — library computers, work laptops — where installing an app isn't an option
Sending something large (a video export, a design file, a phone backup) without hitting a 25 MB email wall
The scenarios this actually solves

A lot of the "how do I..." questions that land people here boil down to the same handful of situations:

AirDrop on a Windows PC. You can't — AirDrop is Apple-only. This is the practical AirDrop alternative for Windows: drop a file on the PC, scan the QR on the iPhone, done.
Getting photos or pictures from a PC/laptop onto an iPhone (or the reverse) without a cable or iTunes. Same flow works both directions — see the step-by-step iPhone ↔ PC photo guide.
Sending a large or long video off an iPhone that's too big for a text message or email attachment. Since there's no 25 MB cap, this is built for exactly that — walkthrough here: sending long videos from an iPhone.
General wireless file transfer between two PCs, two phones, or a phone and a PC over the same WiFi — the "Nearby" auto-sync mode is built for this, no code needed if both devices are on the same network.

None of this needs an app install, an account, or USB — it's the same browser tab either way.

Try it

It's live and free at nowiretransfer.xyz — no signup wall to even see it in action. I'd genuinely like feedback from this crowd, especially on edge cases (weird network setups, larger files, browser quirks) — drop a comment or find me at my portfolio / LinkedIn.

Top comments (0)