ClipTru

Private Transfer Room

Encrypted clipboard handoffs for people who move quickly between devices.

ClipTru gives you a temporary room where text and files can be shared across your own computers without exposing readable content to the server. The link carries the private key in the browser-only fragment, and the room can be destroyed, expired, exported, or organized as your workflow grows.

ClipTru Synced
AllClient workUngrouped
ConfigSQL notesDeploy log
Copy linkExportNewCode
const DB_NAME = 'project_clip';
const DB_USER = 'readonly';
SELECT * FROM rooms WHERE status = 'ACTIVE';
Browser-only key
Room tabs and groups
Code view and export

How It Works

Designed for fast, private handoff.

1. Create a room A private room is created instantly. Guests can use it without signing in.
2. Share the private link The secret key stays after the # in the URL, where browsers do not send it to the server.
3. Paste once, sync anywhere Open the same link on another device and refresh or enable auto-sync when needed.
4. Expire, destroy, or organize Guest rooms expire automatically. Paid workspaces can keep, group, shelf, and export rooms.

Annotated Concept

The working area stays compact.

The main editor remains the center of the product. Supporting controls are compressed into predictable rows: room tabs above, tools around the editor, metadata below, and encrypted files in a compact tray.

  • Minimal clicks for copy, export, refresh, and destroy.
  • Code mode with language selection and font size.
  • Non-code clips can use readable fonts and soft note colors.
  • Room metadata: start time, elapsed time, text size, file size, and cursor line.
  • Compact file tray for encrypted file uploads and downloads.
Copy linkCopy textExportRefresh
Text font: SerifColor: MintCode off
Paste or type here...

This non-code clip uses a softer background and a reading-friendly font.
Room X7PA...   Started 10:22 PM   Text 12 KB   Line 23, Col 8
Files3 files / 18 MB - encrypted in browser
Live room details
Compact encrypted file tray
AllUngroupedFinanceProjects
PayrollTax SQLAudit notes
Shelf roomShelf groupDelete groupUnshelf
Rooms can be grouped, reordered, shelved,
restored, and exported as a tab bundle.
Paid room groups
Shelf instead of losing work

Workspace Controls

Paid rooms become a lightweight workspace.

For regular users, ClipTru can behave less like a throwaway paste and more like a secure working surface. Rooms can be named, grouped, reordered, shelved, restored, and exported without exposing readable content to the server.

  • Multiple saved rooms synced through MySQL for the same account.
  • Group tabs such as All, Ungrouped, and custom groups.
  • Per-group last selected room is remembered.
  • Room close shelves the room; destroy remains a separate deliberate action.

Plan Comparison

Guest access is instant. Paid access is organized.

Guest / Free

Best for quick handoffs, one-time transfers, and anonymous use.

  • Instant encrypted text room
  • No account required
  • Private URL key stays in browser
  • Manual refresh with optional auto-sync
  • Copy link and copy text
  • Local non-code font and background color
  • Export current clip
  • Guest rooms auto-expire after inactivity

Paid / Registered

Best for users who keep multiple secure working rooms across devices.

  • Everything in Guest / Free
  • Persistent account session
  • No automatic expiry unless selected
  • Multiple saved rooms across browsers and PCs
  • Custom aliases, group tabs, room shelving, and restore
  • Drag reorder rooms and remember last room per group
  • Code and non-code visual settings synced per room
  • Export visible tabs as a ZIP

Admin

For management, reporting, and operating the service.

  • Usage reports
  • Room and user management foundation
  • Anonymous service metrics
  • Designed to avoid collecting clip content, IP addresses, or user agents for metrics

Full Feature List

What ClipTru supports today.

FeatureGuest / FreePaid
Encrypted browser-side text sharingIncludedIncluded
Private link with browser-only secret keyIncludedIncluded
Manual refresh and optional auto-syncIncludedIncluded
Encrypted files trayIncludedIncluded
Code mode, language selection, font controlIncludedIncluded with per-room sync
Non-code fonts and note colorsLocal browser settingSynced per room
Current clip exportIncludedIncluded
Automatic guest inactivity expiry30 minutesConfigurable / optional
Multiple saved roomsBrowser local onlySynced across PCs
Room aliases and custom groupsNot includedIncluded
Shelf and unshelf rooms or groupsNot includedIncluded
Drag reorder room tabsLocal onlySynced
Export visible tab set as ZIPCurrent visible local setGrouped room exports
Admin reportingNot includedAdmin only

Privacy Model

Designed so the server does not need to read your content.

Text and file metadata are encrypted in the browser before upload. The private room key lives in the URL fragment after the #, which browsers do not send to the server during normal requests. The server stores encrypted payloads and room metadata needed to operate the service.

Browser-side encryption No readable clip retention Destroy is deliberate Guest expiry by inactivity Anonymous usage metrics Export happens locally