<?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: Anas Khalid</title>
    <description>The latest articles on DEV Community by Anas Khalid (@trytoolhub).</description>
    <link>https://dev.to/trytoolhub</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%2F4089458%2F2bdb1885-e923-415c-993c-809162038238.png</url>
      <title>DEV Community: Anas Khalid</title>
      <link>https://dev.to/trytoolhub</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/trytoolhub"/>
    <language>en</language>
    <item>
      <title>I built 45+ free tools that process files entirely in the browser — here's the architecture</title>
      <dc:creator>Anas Khalid</dc:creator>
      <pubDate>Sat, 22 Aug 2026 10:03:49 +0000</pubDate>
      <link>https://dev.to/trytoolhub/i-built-45-free-tools-that-process-files-entirely-in-the-browser-heres-the-architecture-58kh</link>
      <guid>https://dev.to/trytoolhub/i-built-45-free-tools-that-process-files-entirely-in-the-browser-heres-the-architecture-58kh</guid>
      <description>&lt;p&gt;Most free "compress this image" or "convert this PDF" sites work the same way: upload your file to their server, process it, send it back. I built ToolHub to avoid that where possible — most of the 45+ tools on there run entirely in the browser, so the file never actually leaves your device.&lt;/p&gt;

&lt;p&gt;A quick sample of what's on there:&lt;/p&gt;

&lt;p&gt;Image tools — compressor, resizer, cropper, format conversion, all processed client-side with a live before/after preview&lt;br&gt;
PDF tools — merge, split, compress, and conversion to/from Word, Excel, and PowerPoint (that last one was the hardest to build — no good client-side library exists for generating real .pptx files, so I ended up hand-building the OOXML structure and verifying it with python-pptx before shipping)&lt;br&gt;
Developer tools — JSON formatter, regex tester, hash generator, Base64, UUID generator&lt;br&gt;
Color tools — color picker (samples real pixel values from an uploaded image), palette generator, format converters&lt;br&gt;
A couple of social tools — YouTube thumbnail downloader, Instagram image resizer&lt;/p&gt;

&lt;p&gt;Stack: React + Vite frontend, Node/Express/MongoDB backend for the account/history/favorites side — the file processing itself never touches the server.&lt;/p&gt;

&lt;p&gt;Still early on distribution. If anyone's got thoughts on the tools, or on "browser-based, no upload" as a real differentiator vs. just another free tool site, I'd like to hear it.&lt;/p&gt;

&lt;p&gt;&lt;a href="//trytoolhub.net"&gt;TOOLHUB&lt;/a&gt;&lt;/p&gt;

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