Cross-Clip – Distributed Multimedia Clipboard Manager
Systems
Full Stack

Tech Stack
Electron
Redis
PostgreSQL
Global Hotkeys
Description
Developed a productivity tool enabling seamless bulk copy-pasting between Windows and macOS environments. The application, built on Electron, implements a FIFO (First-In-First-Out) queue system controlled by custom global hotkeys.
It utilizes a hybrid storage architecture: Redis provides low-latency text retrieval, while PostgreSQL handles persistence of binary image data with local caching.
- Cross-device synchronization allowing users to copy on a Mac and paste on a Windows PC
- Stack-based manipulation (popping from the top of the queue) for rapid data entry workflows
