DEV Community

neverupload
neverupload

Posted on

NeverUpload – Instant P2P File Sharing Without Server Storage

Hey DEV πŸ‘‹
I built NeverUpload https://neverupload.app a tool to share files directly browser-to-browser without uploading them to cloud servers or creating accounts.
πŸš€ Why NeverUpload?
Traditional platforms store your files in the cloud before the recipient can download them. NeverUpload cuts out the middleman using P2P transfers:
πŸ”’ Zero Server Storage: Files stream directly between peers.
⚑ Instant Transfers: No waiting for cloud uploads to complete.
πŸ”‘ No Sign-ups: Open the site, pick a file, and send the link.
πŸ› οΈ How It Works
WebRTC for direct data channels.
Web Crypto API for client-side encryption.
Lightweight Signaling Server used strictly for the initial handshakeβ€”file payloads never touch our servers.
πŸ§ͺ Try It Out & Feedback
Test it right now at neverupload.app, open two browser windows or send a link to a friend.

Top comments (0)