- How long is clipboard data stored?
- All data is automatically deleted after exactly 5 minutes using a database TTL index. There is no way to extend expiry — SnipLint Clipboard is designed for fast, ephemeral sharing only.
- Is my pasted data private?
- Your data is stored server-side and accessible only via the unique 4-digit ID. It is not publicly indexed or searchable. However, it is not end-to-end encrypted, so avoid pasting passwords, API keys, or sensitive personal information.
- Does this work for sharing code snippets?
- Yes. SnipLint is popular for sharing JSON, XML, CSV, JavaScript, SQL, and other developer content between machines. The input area provides automatic syntax highlighting for JSON and XML.
- Can I use it without a QR code?
- Yes. Simply note the 4-digit ID and type it manually into the retrieval field on any other device. QR codes are optional and generated alongside the ID.
- What is the maximum content size?
- There is no hard character limit in the UI. Practical limits depend on your browser and the MongoDB document size cap (16 MB). For large structured files, consider using the Smart Converter which also supports server sharing.