Clipboard Sync is a lightweight and efficient solution for synchronizing clipboard contents across multiple devices. It enables users to seamlessly copy text or other data on one device and paste it on another in real time.
- Cross-Platform Support: Installable as a Progressive Web App (PWA) directly from your browser.
- Real-Time Sync: Instantly synchronize clipboard contents across connected devices.
- Secure: Data is encrypted during transmission to ensure privacy and security.
- Easy Setup: Simple and quick installation process.
Ensure Bun is installed on your system. If not, install it using npm:
npm i -g bunClone the repository:
git clone https://github.com/SudhansuuRanjan/clipsync.git
cd clipsyncCreate a .env file inside the client directory and add your Supabase credentials:
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_keyInstall dependencies:
cd client
bun installStart the application:
bun run dev- Start the application on all devices you want to sync.
- Copy text or data on one device.
- Paste the copied content on another device where the application is running.