Tired of slow cloud uploads? Explore 'just f***ing send it', a brilliant peer-to-peer web app that streams multi-GB files directly between browsers.

Why are we still waiting for Google Drive to sync a massive 15GB file to a server, only to have the recipient wait and download it back down? It is 2024, and this process feels incredibly outdated.
That exact frustration led a developer to build a beautifully simple, aggressively named web app that just launched on Product Hunt: just f*ing send it** (jfsendit). It is a pure peer-to-peer file-sharing tool built by a dev, for devs, with absolute pragmatism.
The origin story of this project is something every tech-savvy person can relate to:
jfsendit to bypass the middleman. Drop a file, get a short code, and share it. Done.Naturally, the launch sparked some highly entertaining debates among the Product Hunt community.
The Supporters: Devs absolutely loved the friction-free experience. One user commented: "Congrats on the launch! The name alone deserves an upvote. No uploads, no accounts, no storage - just a code and direct stream. This is how file sharing should've always worked."
The Skeptics & Competitors: Some users pointed out alternative apps like LocalSend or AirClap. The creator quickly shut down the comparison: "I used to send files through VLC between my devices, which requires being on the same network or configuring a VPN. I don't want to go through that hassle. The internet is already there, I just want to send a file without installing anything."
The Technical Reality Check: A clever network engineer brought up the ultimate WebRTC bottleneck: "Browser-to-browser is the right default, but transfers behind Symmetric NAT quietly fall back to a TURN relay server. That relay is the one bit of 'no server' that actually is a server."
The creator’s response was gold:
"That silent TURN fallback is exactly the asterisk on most 'no server' claims. There is no asterisk here. It is STUN-only. Zero TURN, no relay. If hole-punching fails due to symmetric NAT, the transfer simply fails, and the site gives you instructions on how to get a direct path. It is a trade-off where I choose not to pay for your massive file transfers (by hosting an expensive TURN relay on a cloud vps like Vultr) out of my own pocket."
This project is a masterclass in pragmatic software development, especially for Indie Hackers trying to build tools on a $0 budget.
If you have a massive file to send and want to bypass the typical cloud-sync headache, give this raw tool a spin. It’s simple, fast, and does exactly what it says on the tin.
Source: Product Hunt