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.
const DB_NAME = 'project_clip'; const DB_USER = 'readonly'; SELECT * FROM rooms WHERE status = 'ACTIVE';
How It Works
Designed for fast, private handoff.
# in the URL, where browsers do not send it to the server.
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.
Paste or type here... This non-code clip uses a softer background and a reading-friendly font.
Rooms can be grouped, reordered, shelved, restored, and exported as a tab bundle.
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.
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.