Hey everyone! Thanks for all the support on our launch today. I wanted to start a quick thread to share a few workflow tips for AnyDrop, and also clarify how we handle privacy and data.
Here are a few ways to get the best experience out of the web app:
The "Always-On" Portal: The best way to use AnyDrop is to just leave a tab pinned on your different devices. Since devices on the same Wi-Fi auto-detect each other, keeping the tabs open means you always have a frictionless portal ready to drag-and-drop files or send quick chats. For the most frictionless experience, I highly recommend installing AnyDrop as a web app. Just install it via Chrome on your desktop or tap "Add to Home Screen" on your phone. It functions exactly like a native app, giving you an always-ready portal to instantly drop files, send chats, or sync your clipboard.
Cmd/Ctrl + V Anywhere: You don't need to click into a specific text box to save something. Just hit Ctrl + V (or Cmd + V) anywhere on the page! It instantly stores your text snippets or URLs in the live clipboard so you can easily copy and share them from your other devices.
Zip & Send Multiple Files: Need to share a batch of items? You can drag and drop multiple files directly into the chat screen at the same time. They will automatically be bundled and received as a single zip file on the other end, and you can watch the progress via the real-time transfer status.
Voice Messages: If you don't feel like typing, just hit the mic button in the chat window to record and send secure, peer-to-peer voice notes instantly.
Remote Pairing (Magic Links): What if your devices aren't on the same Wi-Fi network? Just generate a Magic Link on your main device and open it on the second one. This securely links the devices over the internet so you can still share files and text anywhere.
Customize your workspace: You can click on your profile to edit your device s name and image. It makes it much easier to keep track of things if you have a laptop, a desktop, and a phone all connected at once.
A quick note on Privacy & Security: Because AnyDrop doesn't require accounts, a lot of people ask how data is secured. The app is built on pure WebRTC. This means all your files, chats, and clipboard texts travel through an end-to-end encrypted tunnel directly from Device A to Device B. There are no external servers snooping on your data, and there is no cloud storage.
I have been asked many times on the privacy part of the. Under the hood, AnyDrop is built entirely on WebRTC Data Channels. To keep it secure and cloud-free, here is how the flow works:
First, our server strictly acts as a switchboard using WebSockets. It just helps the two devices find each other to trade connection info. Once that handshake is made, our server steps completely out of the way.
From there, it’s true peer-to-peer. The file bytes flow directly from Device A to Device B, meaning your files literally never touch our servers. Because it’s built on WebRTC, that direct connection is automatically end-to-end encrypted (DTLS/SRTP), so even if you're on a public Wi-Fi network, the transfer is completely locked down.
Finally, to guarantee a zero digital footprint, the incoming file chunks are buffered directly into the receiver's temporary browser memory (RAM). When the transfer finishes and you click download, the browser saves it straight to your local drive. No databases, no cloud uploads, and no lingering files!
Let me know if you want to dive deeper into the tech stack, always happy to geek out about it!