Browser-Only Clipboard

A clipboard manager built around what we don't see.

KopyFeed only captures what you copy in your browser. Your password manager outputs, banking app data, terminal commands, and native app clipboard — completely invisible to us. By design, not by promise.

Browser-scope by design
Local-first storage
Sensitive content auto-blocked
What we captureIn your browser
Web text
Code from GitHub
Article URLs
Tweets
Screenshots
YouTube links
What we don't seeOutside browser
Password manager
Banking app
Terminal
Native apps
OS utilities
System sync
Privacy by design

Three layers of privacy

Each layer is enforced at a different point in the capture pipeline. Defaults are reasonable; controls are yours.

01

Browser-only by design

KopyFeed's content scripts only run inside browser tabs. The extension never reads your system clipboard. Desktop apps, password managers, terminals, and banking software are completely invisible to us.

02

Sensitive content blocked on-device

Even within the browser, API keys, AWS tokens, credit cards, private keys, JWTs, and DB connection strings are detected locally before anything leaves your device. Masked in the UI, never synced, never sent to AI.

03

Per-domain control

Add banks, intranets, or any site to the excluded-websites list to skip capture there entirely. Or switch to allowlist mode — KopyFeed only captures on domains you authorize.

Honest comparison

System clipboard managers (Paste, Maccy, Ditto, Pastebot, ClipboardFusion) aren't bad — they just have a different threat model. Here's the trade-off, plainly stated.

 
KopyFeed

Browser-only

Traditional

System-wide

Reads system clipboard
Never
Always
Sees password manager outputs
No
Yes
Sees terminal / desktop apps
No
Yes
On-device sensitive-content detection
Built-in
Varies
Per-domain capture controls
Yes
N/A (no domain context)
Free-tier data leaves device
Never
Often (sync features)

We don't replace system clipboard managers for native-app paste-buffer needs. We solve a different problem with a smaller threat model.

Who chooses browser-only on purpose

The browser-only scope isn't a limitation for these audiences — it's the reason they install KopyFeed instead of a system-clipboard manager.

Corporate & Regulated

IT policies often ban system-clipboard utilities. Browser-scoped extensions running in the Chrome sandbox usually clear those reviews.

Developers with Password Managers

Your 1Password and Bitwarden outputs stay private. Even if a credential briefly hits the clipboard, sensitive-content detection masks it on-device.

Finance Professionals

Banking app data, trading platform outputs, and account numbers never touch a clipboard manager you have to trust. Out of scope, full stop.

Healthcare & PHI-adjacent

EHR systems, native chart software, and any PHI-handling desktop app sit completely outside KopyFeed's capture scope.

Journalists & Activists

Sensitive source material from secure desktop apps (Signal Desktop, ProtonMail desktop) never enters the capture pipeline. The browser-only boundary is hard.

Shared Computers

On a family device or hot-desk, the smaller your clipboard manager's capture surface, the less personal data lives in your search history.

SOC2 / GDPR Scope

A narrower capture scope means a narrower compliance scope. Less personal data flowing through KopyFeed means less audit surface for you.

Privacy by Default

Some of us just don't want yet another piece of software watching everything we do. Browser-only is the deliberate floor on that surveillance.

The full privacy stack

Browser-only is just the first layer. Here's everything else keeping your captures private.

Local-first storage

Free tier is 100% local — nothing leaves your device, ever. Paid tiers add optional cloud sync; you toggle it on, you toggle it off, no middle ground.

On-device sensitive-content detection

API keys, AWS tokens, credit card numbers (Luhn-validated), private keys (PEM), JWTs, SSNs, GitHub/GitLab/Slack/npm tokens, and DB connection strings detected before any sync.

Excluded websites & allowlist mode

Block capture entirely on specific domains (banks, intranets) — or invert to allowlist mode so KopyFeed only captures on domains you explicitly authorize.

Chrome Web Store Limited Use

We comply with Google's Chrome Web Store Limited Use Policy. No transfer of user data for advertising, no resale to data brokers, no use for creditworthiness decisions.

Frequently asked questions

Honest answers about the browser-only scope.

Because the system clipboard sees everything. Your password manager pasting a credential. Your terminal copying an API token. Your banking app copying an account number. The Slack message you copied from your therapist. A clipboard manager that captures all of it has a much larger threat model — every clip the manager stores is something an attacker (or a sync misconfiguration, or a screen-share, or just an accidental glance) could expose. KopyFeed's browser-only scope is a deliberate trade-off: we capture a meaningful subset of what you copy (everything from the web), and we never have to handle the most sensitive subset (everything else).
Yes — and that's the point. You don't get a paste-buffer for desktop apps; that's intentional. What you DO get is everything we can do well within the browser scope: auto-categorization across 18 content types, AI summaries, OCR on screenshots, YouTube transcript analysis, link summarization, rich social-media previews for 8 platforms, multi-feed TweetDeck-style organization, and full-text search across hours of saved content. For browser-heavy workflows (research, journalism, development, content creation, sales prospecting), that's most of what a clipboard manager is for anyway.
No — this is a positioning choice, not a missing feature. Browser-only is how we keep the threat model small, the Chrome Web Store review fast (limited-scope extensions clear review faster), and the trust ceiling high. If we ever build a desktop companion, it would be opt-in, separately installable, and clearly identified as a system-scope tool — never bundled with the browser extension. Today, none of that exists or is planned.
When you click "Copy" in a browser extension popup (1Password, Bitwarden, LastPass), the credential ends up on the clipboard via the browser's Async Clipboard API. KopyFeed's content scripts can technically observe this — but our sensitive-content detector recognizes API keys, AWS tokens, JWTs, credit card numbers, SSNs, GitHub/GitLab/Slack/Google Cloud/npm/Twilio/SendGrid tokens, PEM-encoded private keys, database connection strings, and high-entropy password-like strings on-device before any sync. Detected content is masked in the UI, auto-expires (10 minutes, optional), and is never sent to the cloud or to AI. Your credentials are technically captured for a few seconds locally; they never leave your device.
That action — pasting into a browser tab — does not trigger a KopyFeed capture. We only capture on copy events that originate inside a browser tab. If you Cmd+C in your terminal and Cmd+V in Chrome, KopyFeed never sees the original copy. Same for copying from your password manager, native Notion app, Slack desktop, or any OS-level utility. The browser-only scope is enforced at the event level, not just the data level.
Universal Clipboard syncs your system clipboard between Apple devices over iCloud — same security model and same threat model as a local system clipboard manager, just with sync added. KopyFeed doesn't replace Universal Clipboard for cross-device system-clipboard sync; we don't compete on that axis. KopyFeed's cross-device feature (paid tiers) syncs your saved browser captures to other browsers signed into the same KopyFeed account. They're complementary tools solving different problems.
Generally yes, though we can't speak to every individual policy. Many enterprise IT policies prohibit system-clipboard utilities because they read process memory, hook system APIs, or sync clipboard data outside the corporate environment. KopyFeed's Chrome extension uses only the standard Manifest V3 clipboard permissions, scoped to browser tabs, and runs entirely within Chrome's existing extension sandbox. The full list of extension permissions is published in our Privacy Policy. For regulated environments, the excluded-websites list lets IT block capture on internal domains entirely.
Some Chrome extensions request the `clipboardRead` permission, which lets them read the system clipboard when the user interacts with the extension (and only at that moment — Chrome enforces user activation). KopyFeed requests this permission too, but uses it only for writing to the clipboard from the Side Panel (copying a clip back out) — not for reading the system clipboard. Our capture happens at the in-page copy-event level via content scripts, which is a different mechanism with a narrower scope. The Chrome Web Store listing and our Privacy Policy document exactly which APIs we use and why.

A clipboard manager that stays in its lane.

KopyFeed launches soon. Join the waitlist — privacy by design, not by promise.

Local-first by default
No data sale, no tracking, no ads
Chrome Web Store Limited Use compliant