<?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: karim narimi</title>
    <description>The latest articles on DEV Community by karim narimi (@karim_narimi_816b50e84001).</description>
    <link>https://dev.to/karim_narimi_816b50e84001</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%2F3848213%2Fc73783c5-9b35-4f97-9c6f-495d5564ecc2.png</url>
      <title>DEV Community: karim narimi</title>
      <link>https://dev.to/karim_narimi_816b50e84001</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/karim_narimi_816b50e84001"/>
    <language>en</language>
    <item>
      <title>I Built 7 Free Browser-Based Tools — No Signup Required (Here's What I Learned)</title>
      <dc:creator>karim narimi</dc:creator>
      <pubDate>Sat, 28 Mar 2026 20:04:53 +0000</pubDate>
      <link>https://dev.to/karim_narimi_816b50e84001/i-built-7-free-browser-based-tools-no-signup-required-heres-what-i-learned-4h9e</link>
      <guid>https://dev.to/karim_narimi_816b50e84001/i-built-7-free-browser-based-tools-no-signup-required-heres-what-i-learned-4h9e</guid>
      <description>&lt;p&gt;After months of building, I just launched AAWebTools — a collection of free web tools that run entirely in your browser.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;7 tools, zero signups required:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🎵 TikTok Video Downloader — no watermark, HD quality&lt;/li&gt;
&lt;li&gt;🐦 Twitter/X Video Downloader&lt;/li&gt;
&lt;li&gt;📄 Free Invoice Generator — 5 PDF templates, EN/FR support, international tax compliance&lt;/li&gt;
&lt;li&gt;🤖 AI Content Detector — pure JS perplexity scoring, no API cost&lt;/li&gt;
&lt;li&gt;✍️ AI Text Humanizer — Claude API backend&lt;/li&gt;
&lt;li&gt;💰 Pay Stub Generator — supports USA, Canada, UK, France, Germany, Australia, Morocco&lt;/li&gt;
&lt;li&gt;🖼️ Image Toolkit — compress, convert to WebP/AVIF, resize with social media presets — images never leave your browser&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The tech stack
&lt;/h2&gt;

&lt;p&gt;Pure HTML5 + Vanilla JS frontend (no React, no frameworks). Node.js backend only for the downloaders. Python container ready for future tools. Docker on a Hostinger VPS.&lt;/p&gt;

&lt;p&gt;No frameworks = sub-1-second load time on all pages. Lighthouse 90+ across the board.&lt;/p&gt;

&lt;h2&gt;
  
  
  The privacy-first decision
&lt;/h2&gt;

&lt;p&gt;The image toolkit was the most interesting challenge. Instead of sending files to a server (like TinyPNG does), everything runs client-side using the Canvas API and browser-image-compression library. Images never touch our server.&lt;/p&gt;

&lt;p&gt;This was actually faster than server-side processing for most users because there's no upload/download round trip.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's live now
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://aawebtools.com" rel="noopener noreferrer"&gt;https://aawebtools.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All tools are live, free, and working. Would love feedback from the dev community — especially on the image toolkit and AI detector.&lt;/p&gt;

&lt;p&gt;What free tools do you find yourself reaching for most often?&lt;/p&gt;

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