<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shon Wu (Shon Wu)</title>
    <description>The latest articles on DEV Community by Shon Wu (Shon Wu) (@mantoufan).</description>
    <link>https://dev.to/mantoufan</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3974709%2F4d96454c-ce59-4399-93bf-21a699f4adb0.jpg</url>
      <title>DEV Community: Shon Wu (Shon Wu)</title>
      <link>https://dev.to/mantoufan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mantoufan"/>
    <language>en</language>
    <item>
      <title>I built a free, no-login clipboard that shares text, files — and even AI video — via an ultra-short link</title>
      <dc:creator>Shon Wu (Shon Wu)</dc:creator>
      <pubDate>Mon, 08 Jun 2026 19:24:48 +0000</pubDate>
      <link>https://dev.to/mantoufan/i-built-a-free-no-login-clipboard-that-shares-text-files-and-even-ai-video-via-an-ultra-short-25oo</link>
      <guid>https://dev.to/mantoufan/i-built-a-free-no-login-clipboard-that-shares-text-files-and-even-ai-video-via-an-ultra-short-25oo</guid>
      <description>&lt;p&gt;Like most developers, I move little scraps of content between machines all day: a code&lt;br&gt;
snippet from my laptop to a remote box, a screenshot to my phone, an error log to a&lt;br&gt;
teammate. Email is too heavy, chat apps re-compress images, and most pastebins make you&lt;br&gt;
sign up before you can do anything useful.&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://cv.cm" rel="noopener noreferrer"&gt;&lt;strong&gt;Cloud Clipboard (cv.cm)&lt;/strong&gt;&lt;/a&gt; — an online clipboard that needs&lt;br&gt;
no account. Paste text, an image, audio, video, or any file, and it gives you back an&lt;br&gt;
ultra-short link you can copy with one click. Open the link anywhere and the content is&lt;br&gt;
there.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Paste anything → get a short link.&lt;/strong&gt; Text, images, audio, video, arbitrary files.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built for code.&lt;/strong&gt; Syntax highlighting for 200+ languages, plus HTML and Markdown
rendering, so a shared snippet actually looks like code instead of a wall of plain text.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross-device by default.&lt;/strong&gt; The link is the transport — laptop → phone → server, no
app install, no login.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Public or private&lt;/strong&gt;, with tags to keep things organized.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auto-translation into 11 languages&lt;/strong&gt;, which turned out to be handy for cross-border
teammates reading the same paste.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The whole thing runs on Next.js on Cloudflare Pages + D1, which keeps it fast and cheap&lt;br&gt;
enough to stay free for everyday use.&lt;/p&gt;

&lt;h2&gt;
  
  
  The part I didn't expect to build
&lt;/h2&gt;

&lt;p&gt;While using the clipboard to shuttle around AI-generated assets, I kept bouncing out to&lt;br&gt;
separate tools to actually &lt;em&gt;make&lt;/em&gt; the videos and images. So I folded a small AI studio&lt;br&gt;
into the same app at &lt;a href="https://cv.cm/v" rel="noopener noreferrer"&gt;&lt;strong&gt;cv.cm/v&lt;/strong&gt;&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Queue-free Seedance 2.0&lt;/strong&gt; text/image-to-video generation (real human faces supported).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Image generation&lt;/strong&gt; via gpt-image-2 and Seedream.&lt;/li&gt;
&lt;li&gt;A virtual avatar library and a face mode.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;New accounts get &lt;strong&gt;100 free credits&lt;/strong&gt; to try it, and the free tier covers normal clipboard&lt;br&gt;
use indefinitely — you only upgrade if you want long-term storage that never expires.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;No signup needed to test the core idea — open &lt;a href="https://cv.cm" rel="noopener noreferrer"&gt;cv.cm&lt;/a&gt;, paste something, and&lt;br&gt;
copy the link. I'd genuinely love feedback from other devs on the snippet-sharing flow and&lt;br&gt;
what file types you'd want supported next.&lt;/p&gt;

&lt;p&gt;What do you currently use to throw a snippet or file from one device to another? Always&lt;br&gt;
looking for the gaps I haven't covered yet.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
