DEV Community

Dhairya Darji
Dhairya Darji

Posted on

I Stopped Sending Myself WhatsApp Messages to Share Text — Here's What I Do Instead

You know the workflow:

  1. Write a URL or piece of code on your laptop
  2. Open WhatsApp, go to "Saved Messages" (or a useless group)
  3. Paste it, open WhatsApp on phone, copy it

It works. But it's embarrassing how many steps it takes just to move 10 words between two devices you own.

I did this for years. Then I got fed up and started looking for something better.


The problem with most "solutions"

I tried a bunch of tools before settling on my current setup. Here's what didn't work for me:

  • KDE Connect / Pushbullet — needed an app installed, background process running, Bluetooth or same Wi-Fi. When it worked, great. When it didn't (hotel Wi-Fi, mobile data), useless.
  • Cloud clipboard (Google / Apple) — locked to an ecosystem. I use Android + Windows. Google's clipboard sync doesn't work cross-device in real-time without extra setup.
  • AirDrop — Apple only.
  • Email myself — I'm not a psychopath.

What I actually use now

I stumbled onto a small open-source tool called SyncClip.

It's a browser-based clipboard that works on any device, any OS, over WebSockets. No app, no account, no cables.

Here's the flow:

  1. Go to syncclip.in on your laptop
  2. Scan the QR code with your phone (or just open the same URL)
  3. Paste text on one device → it appears instantly on the other

That's it. The connection is end-to-end, room-based, and gets cleared when you close the tab.

Top comments (0)