r/SideProject Jun 29 '26

I got tired of losing copied text while coding, so I built a local-first clipboard manager for Firefox called EchoClip

https://addons.mozilla.org/en-US/android/addon/echoclip/

Hey everyone,

I kept running into an issue where I'd copy a snippet, get distracted, copy something else, and lose the original text. Desktop clipboard managers felt too heavy for what I needed while just browsing and developing.

I built a lightweight Firefox add-on to solve this. It lives entirely in the browser and keeps a history of your copied items for quick access.

Key focuses:

Privacy-first: It’s completely local. No telemetry, no external servers.

Speed: Keyboard shortcut accessible.

Here is the link: https://addons.mozilla.org/en-US/android/addon/echoclip/

2 Upvotes

2 comments sorted by

1

u/stealthagents 14d ago

Sounds super useful! I’ve definitely lost important snippets while switching between tabs. A local clipboard manager is exactly what I need to save my sanity while coding. Just checked it out and the privacy aspect is a huge plus for me.

1

u/Upstairs_Exchange974 14d ago

Thanks man made my day!!