<?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: Shawn Goyena</title>
    <description>The latest articles on DEV Community by Shawn Goyena (@skeg_16).</description>
    <link>https://dev.to/skeg_16</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%2F3857620%2F92d12dfa-52dd-4902-a3ae-7f26fe547f35.jpg</url>
      <title>DEV Community: Shawn Goyena</title>
      <link>https://dev.to/skeg_16</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/skeg_16"/>
    <language>en</language>
    <item>
      <title>Building a 100% Client-Side PDF &amp; Image Studio (Zero Server Uploads) 🚀</title>
      <dc:creator>Shawn Goyena</dc:creator>
      <pubDate>Thu, 02 Apr 2026 12:33:03 +0000</pubDate>
      <link>https://dev.to/skeg_16/building-a-100-client-side-pdf-image-studio-zero-server-uploads-34n9</link>
      <guid>https://dev.to/skeg_16/building-a-100-client-side-pdf-image-studio-zero-server-uploads-34n9</guid>
      <description>&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;As a CS student, I constantly need to merge PDFs, compress images, or extract text from modules. But I always hated uploading my personal documents to ad-filled, sketchy websites where you don't know what happens to your data.&lt;/p&gt;

&lt;p&gt;So, I decided to build my own solution: OmniKit&lt;/p&gt;

&lt;p&gt;OmniKit is a completely free, privacy-first web toolkit with over 30+ utilities. The biggest catch? Everything runs 100% locally in your browser. &amp;gt;&lt;/p&gt;

&lt;p&gt;🛠️ The Tech Stack&lt;br&gt;
I wanted to keep it lightweight and blazing fast:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Frontend: Vanilla JavaScript &amp;amp; HTML5&lt;/li&gt;
&lt;li&gt;Styling: Tailwind CSS (with seamless Dark Mode)&lt;/li&gt;
&lt;li&gt;PDF Processing: pdf-lib for client-side manipulation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;AI / Image Tools: WebAssembly and local browser APIs for background removal and OCR.&lt;/p&gt;

&lt;p&gt;Hosting: Vercel&lt;/p&gt;

&lt;p&gt;Because there is absolutely no backend processing, there are zero server uploads. Your files never leave your device.&lt;/p&gt;

&lt;p&gt;**🔍 Looking for Beta Testers!&lt;br&gt;
**I'm doing a soft launch today and I would love to get some feedback from fellow developers before sharing it with a wider audience.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How does the UI/UX feel?&lt;/li&gt;
&lt;li&gt;Did you encounter any bugs with the client-side processing?&lt;/li&gt;
&lt;li&gt;What other offline tools would you like to see added?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can try it here: &lt;a href="https://omnikit-tools.vercel.app/" rel="noopener noreferrer"&gt;https://omnikit-tools.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd appreciate any honest feedback, code critiques, or suggestions. Thank you! 👨‍💻&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
