This project is still in development. Planned launch: March 2026.
ClipToss
Cross platform exchange of texts and files
Web app for exchanging texts, links and files between all your devices. Works completely in the browser, cross platform and in real time.
About ClipToss
ClipToss is a cross platform web app for exchanging texts, links and files between all your devices. Whether you are working on a Mac and want to send something to your Android phone or switching between laptop and tablet: ClipToss connects your devices in real time.
The app works completely in the browser. You do not need to install a native app. Simply open cliptoss.com on both devices, log in and you can push content back and forth.
ClipToss solves an everyday problem: the uncomplicated transfer of content between different operating systems and devices.
How It Works
You open cliptoss.com on both devices and sign in with your account. The devices connect automatically via an encrypted real time connection.
On the sending device you copy a text, link or file. The content appears instantly on the receiving device and can be pasted there.
Files are temporarily transferred via Supabase Storage and automatically deleted after successful transfer. Texts and links are synchronized in real time via WebSocket channels.
Use Cases
ClipToss is useful for anyone who regularly switches between devices.
Developers copy code snippets from the desktop monitor to the laptop. Designers transfer screenshots from the tablet to the work computer. Students send notes from the iPad to the PC.
In everyday office work, ClipToss replaces the cumbersome sending by email. Instead of sending an email to yourself, you copy the content and it is immediately available on the other device.
For presentations, ClipToss is especially practical. You can prepare last minute changes on your phone and seamlessly transfer them to the presentation computer.
Technologies
ClipToss is built as a Progressive Web App with Next.js and TypeScript. The backend uses Supabase for real time synchronization, authentication and file storage. Payments for the Pro plan are processed through Stripe.
The real time connection between devices runs through Supabase Realtime Channels. Files are temporarily stored in Supabase Storage and automatically deleted after the transfer.
Privacy
ClipToss transfers content encrypted between your devices. Files are only stored temporarily and automatically deleted after the successful transfer.
Authentication runs through Supabase Auth. No clipboard contents are permanently stored or analyzed.
Data from device to device
In under a minute, without account or permanent storage.
Device A sends
Text, link or file to a short code.
Relay buffers
Temporary buffer until Device B connects.
Device B receives
Enter code, data immediately on the device.
Auto delete
After transfer or after short timeout.
ClipToss Realtime Architecture
Content is transmitted encrypted and only briefly stored on the relay. After transmission it disappears automatically.
Hover or focus elements for details
Legend
- User
- Server
- Storage
Clip Lifecycle
Every clip goes through these states. No data persists on the server.
- Created— Code generated, data buffered.
- Code shared→ Available
- Available— Waiting for receiver.
- Code entered→ Picked up
- Timeout→ Deleted
- Picked up— Receiver has received the data.
- Transfer done→ Deleted
- Deleted— Buffer cleared, nothing remains.