Send files between devices on the same network β instantly, privately, and without a server.
- β‘ Blazing fast β local network speeds, no upload/download caps
- π Fully private β WebRTC data channel, files never touch a server
- π Works everywhere β browser on any device, no app install needed
- π± QR code sharing β scan to connect instantly, no typing IPs
- π― No sign-up β just open the page and share
git clone https://github.com/unn-known1/localdrop.git
cd localdrop
npm install
npm run devOpen http://localhost:3000 β share the URL with devices on the same network.
- Open LocalDrop on both devices
- Device A shares the session link (QR code or URL)
- Device B opens it and connects via WebRTC
- Drop files β they transfer directly peer-to-peer
- Frontend: React + TypeScript
- Networking: WebRTC (simple-peer)
- Styling: Tailwind CSS
- No backend β 100% client-side
- Send photos/videos to your laptop from your phone
- Share large files at home without cloud uploads
- Offline file transfer at meetups/conferences
- Quick workspace file sharing without USB drives
MIT License β built with π» by Gaurang Patel