<?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: s971153</title>
    <description>The latest articles on DEV Community by s971153 (@s971153).</description>
    <link>https://dev.to/s971153</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4034882%2Ffa8be155-2598-4fb8-a721-88e9c773d9b1.jpg</url>
      <title>DEV Community: s971153</title>
      <link>https://dev.to/s971153</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/s971153"/>
    <language>en</language>
    <item>
      <title>I built a toolbox where your files never leave the browser</title>
      <dc:creator>s971153</dc:creator>
      <pubDate>Sat, 18 Jul 2026 07:22:41 +0000</pubDate>
      <link>https://dev.to/s971153/i-built-a-toolbox-where-your-files-never-leave-the-browser-10cb</link>
      <guid>https://dev.to/s971153/i-built-a-toolbox-where-your-files-never-leave-the-browser-10cb</guid>
      <description>&lt;p&gt;Every time I needed to convert a HEIC photo, compress a PDF, or format some JSON, I'd land on a site that made me upload my file to their server. For a screenshot, fine. For a contract or an ID scan? No thanks.&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://yunknow.cc/" rel="noopener noreferrer"&gt;Yunknow Toolbox&lt;/a&gt; — free online tools where everything runs in your browser. Files are never uploaded. No account, no install.&lt;/p&gt;

&lt;p&gt;How it works (all client-side):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Image convert &amp;amp; compress (PNG/JPG/WebP/AVIF…) — Canvas API&lt;/li&gt;
&lt;li&gt;HEIC / TIFF decode — libheif / UTIF compiled to WebAssembly&lt;/li&gt;
&lt;li&gt;PDF merge / split / rotate / compress, image ↔ PDF — pdf-lib &amp;amp; pdf.js&lt;/li&gt;
&lt;li&gt;JSON / Base64 / JWT / regex / QR / password / UUID — plain JS, no network&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because nothing leaves your device, it's fast and private by design, and it works offline as a PWA. Built with Astro, multilingual (EN / 中文 / 日本語 / Deutsch), on Cloudflare Pages.&lt;/p&gt;

&lt;p&gt;If you've ever hesitated to paste sensitive data into an online tool, this is for you → &lt;a href="https://yunknow.cc/" rel="noopener noreferrer"&gt;https://yunknow.cc/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What tool should I add next?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>privacy</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
