Terminal-native clipboard sync

Remote Clipboard

Copy and paste data between servers, terminals, laptops, and SSH sessions using a simple 6-digit code. Built for developers who live in the command line.

Privacy First

Clipboard contents stay private to your session and are never shared, sold, analyzed, or used for AI training.

Save clipboard remotely

curl https://rc.softweavers.net/abc12 -F copy = "hello world!"

Retrieve clipboard

curl https://rc.softweavers.net/abc123

Built for developer workflows

SSH Friendly

Move snippets between local machines and remote servers instantly.

6-digit IDs

Simple temporary identifiers designed for fast terminal usage.

curl-first

No SDKs or complex setup required.

Fast

Lightweight API optimized for quick developer interactions.

Security & Reliability Notes

Important Disclaimer

Clipboard IDs are short (6 characters) for ease of terminal use. While collisions are theoretically possible, they are extremely unlikely when using short-lived clipboards and proper expiration policies.

Rate limiting is enforced across the API to deter abuse, scraping, and brute-force enumeration of clipboard IDs.

For additional privacy, users may choose to encrypt clipboard contents client-side before sending them. Any lightweight encryption method can be used (for example XOR-based schemes), although stronger encryption is recommended for sensitive data.

Setting the clipboard content to an empty value will explicitly clear and invalidate stored data.

For best security and uniqueness, it is recommended to generate clipboard IDs randomly using standard shell tools, for example: openssl rand -hex 3 or similar utilities that produce short random identifiers.

Pricing

Simply add the following to use your plan:

curl -H "Authorization: your_key" ...

Free plan

$0 / forever
  • 4 KB max clipboard
  • Public clipboards
  • CLI access
  • Enjoy 10 request/hour

Starter plan

$4.99 / month
  • 100 KB max clipboard
  • Public clipboards
  • Private clipboards
  • Developer support
  • 100 requests/hour
  • Pay me a beer!
Subscribe

Pro plan

$14.99 / month
  • 1 MB max clipboard
  • Public clipboards
  • Private clipboards
  • Priority developer support
  • 1000 requests/hour
Subscribe

Custom plan

$34.99+
  • Custom clipboards storage
  • Custom requests/hour
  • High Priority support
Contact Us