<?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: Prathamesh Karande</title>
    <description>The latest articles on DEV Community by Prathamesh Karande (@prathamesh_karande_1).</description>
    <link>https://dev.to/prathamesh_karande_1</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%2F4118582%2F8ee16b18-621f-41f8-84fe-28c3fb3d77c7.png</url>
      <title>DEV Community: Prathamesh Karande</title>
      <link>https://dev.to/prathamesh_karande_1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/prathamesh_karande_1"/>
    <language>en</language>
    <item>
      <title>I built a free toolkit with 38 tools for students — no sign-up, runs entirely in the browser</title>
      <dc:creator>Prathamesh Karande</dc:creator>
      <pubDate>Thu, 10 Sep 2026 05:29:51 +0000</pubDate>
      <link>https://dev.to/prathamesh_karande_1/i-built-a-free-toolkit-with-38-tools-for-students-no-sign-up-runs-entirely-in-the-browser-3lel</link>
      <guid>https://dev.to/prathamesh_karande_1/i-built-a-free-toolkit-with-38-tools-for-students-no-sign-up-runs-entirely-in-the-browser-3lel</guid>
      <description>&lt;p&gt;Every semester I found myself bouncing between five different websites just to calculate my CGPA, check attendance percentage, split a grocery bill with roommates, or merge a couple of PDFs for a submission. Eventually I got annoyed enough to just build all of it myself, in one place.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;Toolbench is a collection of 38 free tools organized into categories:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Academic&lt;/strong&gt; — CGPA/GPA calculators, required marks calculator&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attendance&lt;/strong&gt; — percentage tracker, "classes needed" and "classes I can miss" calculators&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Student finance&lt;/strong&gt; — expense splitter, EMI/interest calculators&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PDF tools&lt;/strong&gt; — merge, split, image-to-PDF&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Image tools&lt;/strong&gt; — compress, resize, format conversion&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Developer tools&lt;/strong&gt; — JSON formatter, Base64 encoder/decoder, UUID generator&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Everyday&lt;/strong&gt; — age calculator, tip calculator, GST/discount calculators, BMI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Study &amp;amp; focus&lt;/strong&gt; — Pomodoro timer, exam countdown&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How it's built
&lt;/h2&gt;

&lt;p&gt;Everything runs entirely client-side in the browser — no backend, no file uploads, no accounts. PDF handling uses &lt;code&gt;pdf-lib&lt;/code&gt;, QR generation uses &lt;code&gt;qrcodejs&lt;/code&gt;, everything else is vanilla JS. It's hosted free on Netlify.&lt;/p&gt;

&lt;p&gt;There's also a small blog section with 19 explainer guides behind the calculators (how CGPA math actually works, why 75% attendance rules exist, simple vs compound interest, etc.) — mostly so the site has real written content, not just bare tools.&lt;/p&gt;

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

&lt;p&gt;🔗 &lt;a href="https://mytoolbench.netlify.app" rel="noopener noreferrer"&gt;https://mytoolbench.netlify.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback — especially on what tools are missing, or things that could work better. Happy to keep adding to it.&lt;/p&gt;

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