Skip to content

This project is still in development. Planned launch: March 2026.

Coming Soon

ClipToss

Cross platform exchange of texts and files

Released: March 2026Last updated: March 2026

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.

  1. Device A sends

    Text, link or file to a short code.

  2. Relay buffers

    Temporary buffer until Device B connects.

  3. Device B receives

    Enter code, data immediately on the device.

  4. 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

ClipToss Realtime ArchitectureDevice A: Sends text, link or file via a short code.. Relay: Temporary relay with end-to-end encryption. Forwards content in real time.. Temp Buffer: Short-term buffer if Device B is not yet connected. Auto-deleted after a few minutes.. Device B: Receives the content once it connects. No registration needed.Device ARelayTemp BufferDevice B

Legend

  • User
  • Server
  • Storage

Clip Lifecycle

Every clip goes through these states. No data persists on the server.

  1. Created
    1. Code sharedAvailable
  2. Available
    1. Code enteredPicked up
    2. TimeoutDeleted
  3. Picked up
    1. Transfer doneDeleted
  4. Deleted

FAQ