<?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: pirate_haizei</title>
    <description>The latest articles on DEV Community by pirate_haizei (@pirate_haizei).</description>
    <link>https://dev.to/pirate_haizei</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%2F4012966%2F052e3e4f-1c29-43b2-a8a1-7e5d14ccd4c3.png</url>
      <title>DEV Community: pirate_haizei</title>
      <link>https://dev.to/pirate_haizei</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pirate_haizei"/>
    <language>en</language>
    <item>
      <title>How I Built a Free AI Image Tool That Runs 100% in the Browser (No Server Needed)</title>
      <dc:creator>pirate_haizei</dc:creator>
      <pubDate>Fri, 03 Jul 2026 03:51:14 +0000</pubDate>
      <link>https://dev.to/pirate_haizei/how-i-built-a-free-ai-image-tool-that-runs-100-in-the-browser-no-server-needed-4e4l</link>
      <guid>https://dev.to/pirate_haizei/how-i-built-a-free-ai-image-tool-that-runs-100-in-the-browser-no-server-needed-4e4l</guid>
      <description>&lt;p&gt;I recently built a free online image processing tool that runs entirely in the browser. &lt;br&gt;
    No uploads, no servers, no sign-ups. Here's how it works under the hood. &lt;a href="https://img.aixiaot.com" rel="noopener noreferrer"&gt;https://img.aixiaot.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fihtu6ygd7761sqq54lb7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fihtu6ygd7761sqq54lb7.png" alt=" " width="800" height="597"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;The Problem
Most online image tools require uploading your photos to someone else's server. 
This raises privacy concerns and limits file sizes. I wanted to build something 
that processes everything locally.

Tech Stack
- Next.js for the frontend
- TensorFlow.js + Real-ESRGAN for AI upscaling
- @imgly/background-removal for AI background removal
- Tesseract.js for OCR
- Canvas API for compression, resizing, format conversion

Features
• AI Background Removal - one click, works for portraits, products, animals
• Image Compression - reduce file size up to 96%
• Format Conversion - JPG, PNG, WebP
• ID Photo Maker - passport and visa photos with customizable backgrounds
• AI Image Upscaler - 2x to 8x with Real-ESRGAN
• OCR - extract text from images, 20+ languages
• Image Resizer - enlarge or shrink

Architecture
All processing happens client-side using WebAssembly and the Canvas API. 
When you upload an image, it never leaves your device. The AI models 
(background removal, upscaling) run locally in your browser using 
TensorFlow.js and ONNX Runtime Web.

Open Source
The entire project is open source under AGPL v3. 
You can find it on GitHub: https://github.com/haizeigh/ai-image-tools

Try It
https://img.aixiaot.com

I'd love to hear your feedback! What features would you add?
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

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