Project ideas from Hacker News discussions.

Show HN: Snapdrop: Instantly share files between devices. No setup, no signup

📝 Discussion Summary (Click to expand)

1. Ownership, forks, and legitimacy concerns
Users debate whether SnapDrop was sold to LimeWire, note the confusion over domains, and point to forks like PairDrop.
- “SnapDrop was sold to LimeWire from what I remember…” – smusamashah
- “It seems to be the original developer relaunching.” – jtokoph
- “Pairdrop is a fork with new features.” – SoKamil

2. Comparison with alternative file‑transfer tools
Commenters frequently mention and compare other solutions such as croc, LocalSend, magic‑wormhole, Iroh, Tether, and Bitwarden Send.
- “If you like Snapdrop, you’ll love croc!” – Redster
- “I like localsend mself.” – analog8374
- “I'll usually go with pairdrop.net, never failed me!” – ftchd
- “I've had this need recently and noticed that tailscale is extremely useful…” – saadn92

3. Privacy, ads, and reliability issues
Discussion touches on SnapDrop’s peer‑to‑peer nature, the absence of server storage, intrusive ads, and occasional transfer failures.
- “None of your files are ever sent to any server… WebRTC encrypts the files on transit.” – tredre3
- “on the mobile, the ads seemed to be covering the nearby devices, and it felt like full scam‑ware.” – bart3r
- “File transfers do not work. Even after allowing microphone access on both ends.” – mathfailure
- “I don't have a lot of faith in them… they usually choke on large files or many files.” – nullify88


🚀 Project Ideas

Generating project ideas…

PairDrop Plus

Summary

  • A reliable, ad‑free peer‑to‑peer file transfer web app that improves upon PairDrop/SnapDrop by adding WebTorrent‑based chunking and automatic TURN fallback for large or numerous files.
  • Core value proposition: instant, browser‑based transfers that work across Android, iOS, Linux, Windows, and macOS without installation, registration, or servers seeing your data.

Details

Key Value
Target Audience Anyone needing quick, private file sharing between personal devices (developers, designers, remote workers).
Core Feature WebRTC signaling + WebTorrent chunking with optional coturn TURN relay; supports drag‑and‑drop, folder transfer, and pause/resume.
Tech Stack HTML5, TypeScript, React, WebRTC, WebTorrent, Service Workers (PWA), optional Node.js signaling server (Socket.io).
Difficulty Medium
Monetization Hobby

Notes

  • HN users complained about “ads covering nearby devices” and unreliable large‑file transfers (bart3r, nullify88); PairDrop Plus removes ads and adds robustness.
  • Provides a concrete upgrade path for fans of SnapDrop/PairDrop who want a self‑hostable, PWA‑installable tool that can be discussed in future Show HN threads.

Wormhole Desktop

Summary

  • A cross‑platform GUI wrapper around magic‑wormhole (or iroh) that enables simple, secure file and folder transfers with a familiar drag‑and‑drop interface.
  • Core value proposition: zero‑configuration, end‑to‑end encrypted transfers that work even behind strict NATs, with optional self‑hosted relay for power users.

Details

Key Value
Target Audience Technical users and teams who frequently move large datasets or sensitive data between machines (devops, data scientists, creators).
Core Feature GUI front‑end that invokes wormhole/iroh under the hood, shows progress, supports resumable transfers, clipboard text sharing, and QR‑code pairing.
Tech Stack Electron (or Tauri) + Rust backend, magic‑wormhole‑rs / iroh‑rs, optional Docker‑based relay server.
Difficulty Medium
Monetization Hobby

Notes

  • Commenters expressed desire for “something that works well in those cases without resorting to a cable / MTP” (nullify88) and praised croc for flexibility; Wormhole Desktop gives that flexibility with a friendlier GUI.
  • Sparks discussion on trade‑offs between wormhole’s privacy guarantees and iroh’s newer QUIC‑based transport, ideal for a deep‑dive HN thread.

LocalSend Web

Summary

  • A zero‑install, browser‑based clone of LocalSend that uses WebRTC data channels and a minimal Cloudflare Workers signaling server to enable account‑less, ad‑free transfers directly from any modern browser.
  • Core value proposition: Airdrop‑like experience for users on any OS, with no app install, no tracking, and optional self‑hosting for extra privacy.

Details

Key Value
Target Audience Non‑technical users who need to share photos, documents, or APKs between phones and computers without installing software (e.g., families, classrooms).
Core Feature Scan‑QR‑code or click‑to‑connect pairing, file/folder selection, transfer progress, all handled client‑side via WebRTC; signaling via lightweight Worker.
Tech Stack HTML5, Vanilla JS / Svelte, WebRTC, Cloudflare Workers (signaling), optional Dockerized TURN (coturn) for fallback.
Difficulty Low
Monetization Hobby

Notes

  • Many users highlighted the need for a “no‑install/accountless solution for sending files” (Redster) and praised LocalSend for its simplicity; LocalSend Web brings that to the browser, eliminating friction.
  • Offers a practical utility for quick sharing in meet‑ups or workshops and can easily be forked or self‑hosted, providing fertile ground for HN discussion on privacy‑first web tools.

Read Later