FilePizza
Peer-to-peer browser-based file transfers over WebRTC

FilePizza is a web app for peer-to-peer file transfers directly between browsers using WebRTC. It avoids an initial upload to a central server, so files are not stored by the service and transfers can be fast and privacy-preserving.
Key Features
- Direct browser-to-browser file transfer over WebRTC (DTLS-encrypted)
- Shareable short/long links for recipients to download
- Multi-file uploads delivered to recipients as a ZIP
- Optional password protection for shared transfers
- Uploader-side progress monitoring and the ability to stop transfers
- Streaming downloads via a Service Worker
- Optional Redis-backed server state for channel metadata
- NAT traversal support via STUN and optional TURN (coturn)
Use Cases
- Sending large files without uploading them to a third-party storage provider
- Quick ad-hoc sharing of files between teammates or devices
- Temporary, link-based distribution where the sender stays online during transfer
Limitations and Considerations
- The uploader must keep the browser open until the transfer completes
- Practical file size limits depend on browser/device memory and stability
- Some networks/NAT setups may require TURN for reliable connectivity
FilePizza is well-suited for lightweight, ephemeral file sharing where you want direct peer-to-peer transfers and minimal server-side storage. It can be deployed as a hosted instance while keeping transfers end-to-end between participants.
Categories:
Tags:
Tech Stack:
Similar Services

Syncthing
Open-source, peer-to-peer file synchronization tool.
Open-source peer-to-peer file synchronization with TLS encryption, no central server, and a browser-based UI.

LocalSend
Open-source cross-platform local network file sharing app
LocalSend is a free, open-source app for fast, encrypted file and text sharing between nearby devices over a local network, available on desktop and mobile.
AList
Multi-storage file listing server with WebDAV and previews
AList is a multi-storage file listing and sharing server with WebDAV access, file previews, protected routes, uploads, and cross-storage file operations.

copyparty
Portable file server with fast resumable uploads and many protocols
Copyparty is a portable file server with a web UI, accelerated resumable uploads, deduplication, indexing, and support for WebDAV, SFTP, FTP and more.

qBittorrent
Cross-platform BitTorrent client built with Qt and libtorrent
qBittorrent is a fast, free, cross-platform BitTorrent client with a desktop UI and optional Web UI, built on libtorrent for efficient torrent downloading and seeding.

Nextcloud
Open-source collaboration platform for file sync and groupware
Nextcloud is an open-source content collaboration platform providing file sync & share, groupware (calendar, contacts, mail), real-time office editing, chat and video con...

Redis
Docker
TypeScript
WebRTC
React
pnpm
Node.js
Tailwind CSS