About OnlinClipboard
A one-time clipboard for quick, anonymous sharing
OnlinClipboard was created to solve a simple problem: moving snippets of text, screenshots, and files between devices without requiring an account for the core clipboard or installing a syncing app. The site is operated by a small product team that also maintains other lightweight productivity tools. Everything you see here is built with transparency and a focus on time-limited sharing.
What You Can Do
- Generate one-use shares for text, images, or files up to 300 MB without creating an account.
- Choose a four or six digit passcode, or copy a secure link or QR code for quick scanning.
- Let the system remove content automatically after the first successful retrieval or within 24 hours.
- Read real user feedback in the reviews section and contribute your own experience.
How It Works
The application uses Next.js, React, TypeScript, Tailwind CSS, and OpenNext for Cloudflare. The Worker runtime receives your upload, stores metadata in D1 (a managed SQLite service), and optionally places files in R2 object storage. A Cloudflare KV namespace caches review statistics for faster load times.
Each share keeps a randomly generated slug together with your passcode length preference. Retrieval checks the passcode or slug, marks the share as accessed, and immediately deletes it from storage. A scheduled Worker cleans up anything that naturally expires after 24 hours.
Product Principles
- The core clipboard requires no account; optional account features are kept separate.
- Give users a clear way to understand retention and deletion.
- Provide honest documentation about technical boundaries.
Contact & Support
Questions, takedown requests, or partnership ideas can be sent to support@onlinclipboard.com. We respond to most messages within two business days.