<?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>Forem: Mohit Patel</title>
    <description>The latest articles on Forem by Mohit Patel (@astonishbuddy).</description>
    <link>https://forem.com/astonishbuddy</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%2F3880209%2F1ad30977-0fa7-40a4-8cff-2b2d892807d4.jpg</url>
      <title>Forem: Mohit Patel</title>
      <link>https://forem.com/astonishbuddy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/astonishbuddy"/>
    <language>en</language>
    <item>
      <title>I Built a Free Image Compressor Using Next.js (No Signup Required)</title>
      <dc:creator>Mohit Patel</dc:creator>
      <pubDate>Sat, 18 Apr 2026 05:53:06 +0000</pubDate>
      <link>https://forem.com/astonishbuddy/i-built-a-free-image-compressor-using-nextjs-no-signup-required-55d5</link>
      <guid>https://forem.com/astonishbuddy/i-built-a-free-image-compressor-using-nextjs-no-signup-required-55d5</guid>
      <description>&lt;p&gt;As a developer, I often needed a quick way to compress images without installing heavy software or signing up on random websites.&lt;/p&gt;

&lt;p&gt;Most tools online are either slow, filled with ads, or require login.&lt;/p&gt;

&lt;p&gt;So I decided to build my own — a simple, fast, and free image compressor that works directly in the browser.&lt;/p&gt;

&lt;p&gt;🚀 Why I Built This&lt;/p&gt;

&lt;p&gt;While working on different projects, I constantly needed to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reduce image size for websites&lt;/li&gt;
&lt;li&gt;Optimize images for faster loading&lt;/li&gt;
&lt;li&gt;Avoid losing quality&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But existing tools were frustrating to use.&lt;/p&gt;

&lt;p&gt;So I built a clean and minimal solution.&lt;/p&gt;

&lt;p&gt;⚙️ Features&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;⚡ Fast compression&lt;/li&gt;
&lt;li&gt;🔒 No signup required&lt;/li&gt;
&lt;li&gt;📱 Works on mobile and desktop&lt;/li&gt;
&lt;li&gt;🎯 Simple and clean UI&lt;/li&gt;
&lt;li&gt;🖼️ Supports JPG, PNG, WebP&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🛠️ Tech Stack&lt;/p&gt;

&lt;p&gt;Built using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Next.js&lt;/li&gt;
&lt;li&gt;React&lt;/li&gt;
&lt;li&gt;Modern browser APIs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;💡 How It Works&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Upload your image&lt;/li&gt;
&lt;li&gt;Select compression level&lt;/li&gt;
&lt;li&gt;Click compress&lt;/li&gt;
&lt;li&gt;Download optimized image&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;🌐 Try It Here&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://astonishbuddy.com/tools/image-compressor" rel="noopener noreferrer"&gt;https://astonishbuddy.com/tools/image-compressor&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔥 What I Learned&lt;/p&gt;

&lt;p&gt;Building this taught me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How to handle file processing in browser&lt;/li&gt;
&lt;li&gt;Performance optimization techniques&lt;/li&gt;
&lt;li&gt;Importance of user experience&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🙌 Feedback
&lt;/h2&gt;

&lt;p&gt;I’m still improving this tool.&lt;/p&gt;

&lt;p&gt;Would love to know:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What features should I add?&lt;/li&gt;
&lt;li&gt;Any improvements needed?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you find it useful, feel free to share it 🚀&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>javascript</category>
      <category>opensource</category>
    </item>
    <item>
      <title>I built 10 free online tools using Next.js (no signup required)</title>
      <dc:creator>Mohit Patel</dc:creator>
      <pubDate>Wed, 15 Apr 2026 10:15:32 +0000</pubDate>
      <link>https://forem.com/astonishbuddy/i-built-10-free-online-tools-using-nextjs-no-signup-required-542o</link>
      <guid>https://forem.com/astonishbuddy/i-built-10-free-online-tools-using-nextjs-no-signup-required-542o</guid>
      <description>&lt;p&gt;I Built 10 Free Online Tools Using Next.js (No Signup Required)&lt;/p&gt;

&lt;p&gt;As a developer, I often needed simple tools like image compressors, JSON formatters, or text converters. But most of the existing tools had limitations — ads, login requirements, or slow performance.&lt;/p&gt;

&lt;p&gt;So I decided to build my own collection of &lt;strong&gt;free, fast, and no-login tools&lt;/strong&gt; using Next.js.&lt;br&gt;
🚀 Why I Built This&lt;/p&gt;

&lt;p&gt;I wanted tools that are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;⚡ Fast and lightweight&lt;/li&gt;
&lt;li&gt;🔒 No signup required&lt;/li&gt;
&lt;li&gt;🎯 Simple and easy to use&lt;/li&gt;
&lt;li&gt;📱 Mobile-friendly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most tools online are cluttered or require login, which slows down productivity. I wanted a clean experience where anyone can just open and use instantly.&lt;/p&gt;

&lt;p&gt;🛠️ Tools I Built&lt;/p&gt;

&lt;p&gt;Here are some of the tools available:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Image Compressor&lt;/li&gt;
&lt;li&gt;JSON Formatter&lt;/li&gt;
&lt;li&gt;Text Case Converter&lt;/li&gt;
&lt;li&gt;Word Counter&lt;/li&gt;
&lt;li&gt;Base64 Encoder/Decoder&lt;/li&gt;
&lt;li&gt;URL Encoder/Decoder&lt;/li&gt;
&lt;li&gt;QR Code Generator&lt;/li&gt;
&lt;li&gt;Password Generator&lt;/li&gt;
&lt;li&gt;Lorem Ipsum Generator&lt;/li&gt;
&lt;li&gt;Color Converter&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🌐 Try the Tools&lt;/p&gt;

&lt;p&gt;👉 You can check all tools here:&lt;br&gt;
&lt;a href="https://astonishbuddy.com" rel="noopener noreferrer"&gt;https://astonishbuddy.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💡 Example Tools&lt;/p&gt;

&lt;p&gt;👉 Image Compressor:&lt;br&gt;
&lt;a href="https://astonishbuddy.com/tools/image-compressor" rel="noopener noreferrer"&gt;https://astonishbuddy.com/tools/image-compressor&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 JSON Formatter:&lt;br&gt;
&lt;a href="https://astonishbuddy.com/tools/json-formatter" rel="noopener noreferrer"&gt;https://astonishbuddy.com/tools/json-formatter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 Text Case Converter:&lt;br&gt;
&lt;a href="https://astonishbuddy.com/tools/text-case-converter" rel="noopener noreferrer"&gt;https://astonishbuddy.com/tools/text-case-converter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;⚙️ Tech Stack&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Next.js (App Router)&lt;/li&gt;
&lt;li&gt;React&lt;/li&gt;
&lt;li&gt;Modern UI with focus on performance&lt;/li&gt;
&lt;li&gt;Fully responsive design&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🔥 What I Learned&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Building real tools helps more than tutorials&lt;/li&gt;
&lt;li&gt;Performance matters a lot for user experience&lt;/li&gt;
&lt;li&gt;Simplicity wins over complex UI&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🙌 Feedback Welcome&lt;/p&gt;

&lt;p&gt;I’m continuously improving these tools and adding new ones.&lt;/p&gt;

&lt;p&gt;👉 I’d love your feedback:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What tool should I add next?&lt;/li&gt;
&lt;li&gt;Any improvements needed?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for reading! 🚀&lt;/p&gt;

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