<?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: Maxim Mitenkov</title>
    <description>The latest articles on DEV Community by Maxim Mitenkov (@max_mitenkov).</description>
    <link>https://dev.to/max_mitenkov</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%2F4013277%2Fbb7a0c00-0c91-4f69-b663-b66810302332.jpg</url>
      <title>DEV Community: Maxim Mitenkov</title>
      <link>https://dev.to/max_mitenkov</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/max_mitenkov"/>
    <language>en</language>
    <item>
      <title>Image Pipeline is live on Product Hunt! 🚀</title>
      <dc:creator>Maxim Mitenkov</dc:creator>
      <pubDate>Tue, 07 Jul 2026 09:03:38 +0000</pubDate>
      <link>https://dev.to/max_mitenkov/image-pipeline-is-live-on-product-hunt-4pcc</link>
      <guid>https://dev.to/max_mitenkov/image-pipeline-is-live-on-product-hunt-4pcc</guid>
      <description>&lt;p&gt;Hey dev community!&lt;/p&gt;

&lt;p&gt;My side project &lt;strong&gt;Image Pipeline&lt;/strong&gt; just went live on Product Hunt today.&lt;/p&gt;

&lt;p&gt;It's a privacy-first, browser-based batch image processor with a visual node editor. Built with React 19, Vite, React Flow, and Vercel Edge Functions.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Drag-and-drop node editor (Resize, Compress, Watermark, Export)&lt;/li&gt;
&lt;li&gt;Batch process hundreds of images in one click&lt;/li&gt;
&lt;li&gt;100% client-side — images never leave your browser&lt;/li&gt;
&lt;li&gt;No signup required&lt;/li&gt;
&lt;li&gt;Pay once, use forever ($10 Pro / $30 Lifetime)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're working with images daily — would love your feedback and support!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Vote on Product Hunt:&lt;/strong&gt; &lt;a href="https://www.producthunt.com/products/image-pipeline-batch-image-processing" rel="noopener noreferrer"&gt;https://www.producthunt.com/products/image-pipeline-batch-image-processing&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it live:&lt;/strong&gt; &lt;a href="https://imagepipeline.art" rel="noopener noreferrer"&gt;https://imagepipeline.art&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks! 🙏&lt;/p&gt;

</description>
      <category>producthunt</category>
      <category>webdev</category>
      <category>batchprocessing</category>
      <category>privacy</category>
    </item>
    <item>
      <title>Building a Client-Side Batch Image Processor with React Flow and Vercel Edge Functions</title>
      <dc:creator>Maxim Mitenkov</dc:creator>
      <pubDate>Fri, 03 Jul 2026 08:34:04 +0000</pubDate>
      <link>https://dev.to/max_mitenkov/building-a-client-side-batch-image-processor-with-react-flow-and-vercel-edge-functions-27ng</link>
      <guid>https://dev.to/max_mitenkov/building-a-client-side-batch-image-processor-with-react-flow-and-vercel-edge-functions-27ng</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;As an illustrator, I handle hundreds of images for clients every month. Resizing, compressing, converting formats — the usual workflow.&lt;/p&gt;

&lt;p&gt;But every tool I tried either:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Required uploading to cloud (privacy risk for client work)&lt;/li&gt;
&lt;li&gt;Charged monthly subscriptions (Adobe, Canva)&lt;/li&gt;
&lt;li&gt;Was too complex for simple batch tasks&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Solution
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;Image Pipeline&lt;/strong&gt; — a browser-based batch image processor with a visual node editor.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Drag-and-drop node editor (Resize, Crop, Compress, Format, Watermark, Denoise, Rename, Export)&lt;/li&gt;
&lt;li&gt;Batch processing — run the same pipeline on hundreds of images&lt;/li&gt;
&lt;li&gt;100% client-side — images never leave your browser&lt;/li&gt;
&lt;li&gt;ZIP export via Web Worker&lt;/li&gt;
&lt;li&gt;Undo/redo for pipeline edits&lt;/li&gt;
&lt;li&gt;No signup required&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; React 19, Vite 8, React Flow 12, Zustand 5, Tailwind CSS 4&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Vercel Edge Functions, Upstash Redis&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Payments:&lt;/strong&gt; USDT (TRC-20) — no Stripe, no subscriptions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;i18n:&lt;/strong&gt; English + Russian&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Architecture
&lt;/h2&gt;

&lt;p&gt;The pipeline engine runs entirely in the browser:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Images are loaded via &lt;code&gt;FileReader&lt;/code&gt; API&lt;/li&gt;
&lt;li&gt;Processing uses Canvas API and WebAssembly&lt;/li&gt;
&lt;li&gt;ZIP generation happens in a Web Worker (CSP-safe)&lt;/li&gt;
&lt;li&gt;No server-side image processing whatsoever&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Rate limiting and payment verification are handled by Vercel Edge Functions with Upstash Redis.&lt;/p&gt;

&lt;h2&gt;
  
  
  Monetization
&lt;/h2&gt;

&lt;p&gt;Freemium model:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Free:&lt;/strong&gt; 10 files per batch, 4 nodes per pipeline, 10 batches per day&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pro ($10):&lt;/strong&gt; unlimited files, unlimited nodes, all formats&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lifetime ($30):&lt;/strong&gt; everything in Pro + future features&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Crypto-only (USDT TRC-20) — no recurring billing, no chargebacks, global access.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Live:&lt;/strong&gt; &lt;a href="https://imagepipeline.art" rel="noopener noreferrer"&gt;https://imagepipeline.art&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback and contributions welcome!&lt;/p&gt;

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