Cross-Device Clipboard Sync — Free, No Account

Copy on your phone, paste on your laptop. Or send from your desktop to your tablet. Clipboard Shuttle syncs text across all your devices using a shared code — no app install, no account, works on any platform with a browser.

What is a cross-device clipboard?

A cross-device clipboard extends the familiar copy-paste experience across multiple devices. You copy text on your phone, and it appears on your laptop — ready to paste. This is especially useful when you work across different operating systems (iPhone + Windows, Android + Mac) where native solutions don't exist.

Apple offers Universal Clipboard, which syncs between Mac, iPhone, and iPad — but it requires the same Apple ID, Bluetooth enabled, Wi-Fi enabled, and Handoff turned on. It does not work with Windows or Android. Microsoft has no equivalent cross-device clipboard for phones. Google's Gboard clipboard sync works only between Android devices signed into the same account.

Clipboard Shuttle uses a different approach: a shared room code. Any device that opens the website and enters the same code joins the room. There are no platform requirements, no accounts, and no dependency on Bluetooth or local network proximity.

Why is cross-device clipboard hard?

The core challenge is that phones and computers run different operating systems with different clipboard APIs. iOS does not expose its clipboard to web pages without explicit user interaction. Android's clipboard is accessible to foreground apps but not to background services. Windows and macOS have their own clipboard APIs that don't communicate with mobile OSes.

The existing solutions each have trade-offs:

  • Apple Universal Clipboard: seamless but Apple-only. Requires Bluetooth, Wi-Fi, Handoff, and the same iCloud account across devices.
  • Pushbullet: cross-platform but requires app installation on every device and account creation. Free tier has limits.
  • Snapdrop / Nearby Share: peer-to-peer on the same local network. Doesn't work across different Wi-Fi networks or cellular connections.
  • Cloud notes (Google Keep, Apple Notes): work everywhere but require opening the app, creating a note, and waiting for sync. Too slow for quick text transfer.
  • Email / chat apps: universal but creates clutter and requires both sides to have the same app.

Clipboard Shuttle occupies a specific niche: instant, cross- platform, zero-install text transfer. It does not replace Pushbullet for file transfers or AirDrop for photos. It solves one problem — “I need this text on my other device now” — and solves it without friction.

How to sync clipboard across devices with Clipboard Shuttle

  1. Open Clipboard Shuttle on every device. Go to clipboard.shuttlelab.org in any browser — Chrome, Safari, Firefox, Edge, Samsung Internet, or any other.
  2. Enter the same code on all devices. The code must be at least 4 alphanumeric characters (e.g. mars99). You invent the code — there is no registration or code generation system.
  3. Paste or type content on any device, then tap Send. The content is written to the server immediately. On desktop, a QR code is shown so phone users can scan and join without typing the code.
  4. Read on all other devices. Every joined device polls the server every 2 seconds and displays the most recent content. You can copy it with one tap.
  5. Destroy when finished. Click the Destroy button to clear the room immediately. Otherwise, the server auto-deletes content after 10 minutes.

Common cross-device clipboard issues

Devices on different networks
Clipboard Shuttle works over the internet, not the local network. Your phone on 4G and your laptop on Wi-Fi can both join the same room. Each device connects to Cloudflare's edge independently.
Content not updating on one device
The receiver polls every 2 seconds. If content doesn't appear, check that the code matches exactly (case-insensitive, but spaces are stripped). Also check that the 10-minute TTL hasn't expired.
Two people accidentally use the same code
Codes have no ownership — anyone can enter any code. Short codes like “test” or “1234” are likely to collide. Use a longer, random code (6+ characters) for private use.
Need to sync files or images
Clipboard Shuttle is text-only. For files, use cloud storage (Google Drive, iCloud) or AirDrop (Apple-to-Apple). For images, upload to a sharing service and paste the link.

Frequently Asked Questions

What is a cross-device clipboard?
A cross-device clipboard lets you copy text on one device and paste it on another — for example, copying a URL on your phone and opening it on your laptop. Clipboard Shuttle implements this via a shared room code and server-side polling every 2 seconds.
How many devices can I sync at once?
There is no limit. Any number of devices can join the same room code. All devices share the same content — the most recent send overwrites the previous one.
Does cross-device clipboard work between iPhone and Windows?
Yes. Clipboard Shuttle works in any web browser — Safari on iPhone, Chrome on Windows, Firefox on Linux, etc. There are no platform restrictions. Apple's Universal Clipboard only works between Apple devices; Clipboard Shuttle fills that gap.
Is cross-device clipboard free?
Yes, Clipboard Shuttle is completely free with no account, no ads, and no usage limits. It runs on Cloudflare Workers and D1, which keeps the cost near zero.
Is the content end-to-end encrypted?
No. Data is encrypted in transit via HTTPS, but it is not end-to-end encrypted. Cloudflare Workers and D1 can access the plaintext server-side. The room code is public — anyone with the code can view the content. Do not use it for passwords or secrets.
What is the sync delay?
The receiving device polls the server every 2 seconds, so the maximum delay is about 2 seconds from the moment you click Send. The sender's content is written to the server immediately.

Related tools