Securely sync your Passwords
across all devices.
Stop sending links and texts to yourself. Experience the freedom of a unified clipboard that prioritizes your privacy through secure end-to-end encrypted synchronization.
The Dashboard that
Never Leaves You.
Access your clipboard items instantly with the standalone floating window. Position it anywhere, keep it always on top, and sync your workflow seamlessly.
Click to Copy
Copies any item to your system clipboard with a single click or keyboard shortcut.
Always-on-Top
Pin the floating window to stay above all other apps, making data transfers effortless.
AES-256 Encrypted
Every piece of data is locally encrypted before it ever touches the sync layer.
The "Magic Notch"
Instant Clipboard.
Access your clipboard anywhere, instantly. A beautiful, minimal overlay that appears exactly where you need it, letting you search and paste with zero friction.
Smart Search
Instantly filter through thousands of items using smart tags like @img: or @url:.
Keyboard Driven
Designed for power users. Use arrow keys to navigate and Enter to paste—no mouse required.
Context Aware
The overlay appears right under your cursor or centered on your screen, instantly appearing when you press Alt + V (default, fully customizable).
@img:, @url:, or @json: to filter. How Zero Knowledge Works
We designed our architecture so we physically cannot access your data. Your password encrypts everything locally before it ever reaches our servers.
Encrypted before it moves
The moment you copy something, your master password is used to derive an encryption key with PBKDF2-SHA256 (400k iterations). The data is then encrypted with AES-256-GCM — right there, on your device — before anything happens.
const cipher = await aes256gcm.encrypt(data, key);
We only see gibberish
Only the encrypted ciphertext leaves your device. Our servers store blobs that look like random noise. We literally cannot read it — there is no server-side decryption key, no master password, no backdoor.
Only you can unlock it
Your other device downloads the encrypted blob and decrypts it locally using your password. The cycle is complete — and your data never existed anywhere unencrypted outside your own devices.
// → Your original clipboard item
Your encryption password is the only key.
We use PBKDF2 (400k iterations) + AES-256-GCM. Your encryption password never leaves your device.
Zero Knowledge
We fundamentally cannot read your clipboard. No master keys, no backdoors.
Non-Custodial
You own your keys. Lose your password — we cannot recover it. Ever.
Client-Side Encryption
Encryption happens on your device before any data hits the network.
01 Verify It Yourself
Open-Source Crypto Engine
Trust but verify. Our entire encryption logic is published as an open-source NPM package and available on GitHub. No hidden backdoors, just pure math and industry-standard cryptography.
Inspect the Network
Open Chrome DevTools → Extension's service worker → Network tab and trigger a sync. You'll see that every outgoing request contains only ciphertext. No plaintext, no master password, and no derived key is ever transmitted — this is true Zero Knowledge.
Your encryption password is used solely on-device to derive a key via PBKDF2. The derived key and the original password are destroyed after use — they never touch the network.
Everything you need.
Nothing you don't.
The ultimate clipboard companion for power users, developers, and privacy-conscious professionals.
Power Capture
Capture exactly what you need. Instant DOM node copying, smart inner-text extraction, and high-fidelity scrolling screenshots directly into your clipboard history.
Privacy Shield
Auto-detects and blurs passwords, tokens, and secrets. Preview with a click, keeping your screen safe from prying eyes.
Rich Editor
Directly edit JSON and Markdown with full syntax highlighting. Perfect for tweaking data before pasting.
Instant Search
Find anything instantly with high-performance IndexedDB indexing. Use @type: filters for extreme precision without the overhead.
Secure E2EE Sync
Your history is encrypted on-device and synced across all your platforms with zero-knowledge architecture.
Privacy-First
No telemetry, no tracking, and no harvesting. Your clipboard is your own — we never see it.
Floating Launcher
Quick access mini-window for rapid-fire clipboard usage without leaving your current application.
Type Detection
Smart classifiers for passwords, links, JSON, and phone numbers make finding specific content effortless.
Drag & Drop
Intuitive drag and drop support for images and text snippets makes organizing your history feel natural.
Web-to-Markdown
Convert any selection or webpage element into clean Markdown instantly, perfect for documentation.
Auto-Cleanup
Configurable retention policies keep your database lean while permanently shredding old confidential items.
Zero-Knowledge
Your encryption keys never leave your device. We can't read your data even if we wanted to.
Simple Pricing
Start free, upgrade anytime. 7-day money-back guarantee.
Free
- Cloud Sync
- Floating Window
- Export Json
- Import Json & Csv
- Manual Sync
Pro
- Cloud Sync
- Pin Lock Protection
- Auto-Lock
- Auto Sync
- Floating Window
Elite
- Cloud Sync
- Image Clipboard Support
- Pin Lock Protection
- Auto-Lock
- Auto Sync
Frequently Asked Questions
Everything you need to know about our security architecture and data handling.
1. Right-click the extension icon and select 'Manage Extension'.
2. Enable 'Developer Mode' and click on the 'service worker' link under 'Inspect views'.
3. Go to the Network tab.
4. Copy some text — you will see a request sent to our API. Inspect the payload: it contains only unreadable ciphertext. Your raw data never leaves your browser.
Still have questions? Contact our security team
