WeSearch

No-Login Online Clipboard Sync: QR Pairing, Burn Mode, <100ms—Built by a 3rd-Sem CS Student

·2 min read · 0 reactions · 0 comments · 1 view
#clipboard sync#productivity tool#web development#no-login app#real-time sync
No-Login Online Clipboard Sync: QR Pairing, Burn Mode, <100ms—Built by a 3rd-Sem CS Student
⚡ TL;DR · AI summary

SyncClip is a no-login online clipboard tool created by a third-semester computer engineering student that enables instant cross-device copy-paste using QR pairing and room codes. It emphasizes privacy with features like burn-after-reading mode, 24-hour data expiration, and no user tracking. The tool uses WebSockets for real-time sync under 100ms and is built with Next.js, Convex, and Vercel for fast global performance.

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1888628) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Dhairya Darji Posted on Apr 29 No-Login Online Clipboard Sync: QR Pairing, Burn Mode, <100ms—Built by a 3rd-Sem CS Student #buildinpublic #productivity #devtools #clipboard You've Been Using WhatsApp as Your Clipboard. Here's the Fix I Built. Copy code on your laptop. Need it on phone? WhatsApp "Saved Messages" becomes your clipboard. I did this for months as a 3rd-semester Computer Engineering student in Ahmedabad. Emailing myself API keys. Screenshotting terminal commands.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)