<?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: India India</title>
    <description>The latest articles on DEV Community by India India (@india_india_9945771f3c5d7).</description>
    <link>https://dev.to/india_india_9945771f3c5d7</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%2F4071500%2F46585117-595c-46cd-b93c-aa2461b45297.png</url>
      <title>DEV Community: India India</title>
      <link>https://dev.to/india_india_9945771f3c5d7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/india_india_9945771f3c5d7"/>
    <language>en</language>
    <item>
      <title>I'm a doctor who built a 163-tool medical calculator site with zero frameworks</title>
      <dc:creator>India India</dc:creator>
      <pubDate>Mon, 10 Aug 2026 14:33:48 +0000</pubDate>
      <link>https://dev.to/india_india_9945771f3c5d7/im-a-doctor-who-built-a-163-tool-medical-calculator-site-with-zero-frameworks-7nn</link>
      <guid>https://dev.to/india_india_9945771f3c5d7/im-a-doctor-who-built-a-163-tool-medical-calculator-site-with-zero-frameworks-7nn</guid>
      <description>&lt;h2&gt;
  
  
  The problem wasn't "I want to build an app"
&lt;/h2&gt;

&lt;p&gt;I'm not a software engineer. I'm a practising Factory Medical Officer (MBBS, CIH) — I run an Occupational Health Centre inside a factory, and most of my day is pre-placement exams, periodic medical checks, spirometry interpretation, and the occasional shift-floor emergency.&lt;/p&gt;

&lt;p&gt;The problem was mundane: the same dozen calculations kept coming up — BMI, eGFR, CURB-65, IV drip rates, weight-based drug dosing — and I was doing them by hand or bouncing between five different apps and PDF reference charts, none of which were built for how fast a clinic actually moves.&lt;/p&gt;

&lt;p&gt;So I built the tool I wanted to open on my own phone. That's it. That's the whole origin story. It became &lt;a href="https://clinixcal.com" rel="noopener noreferrer"&gt;ClinixCal&lt;/a&gt; — &lt;strong&gt;163 free clinical calculators, drug-dosing tools, and vaccination schedulers&lt;/strong&gt;, and it's still growing.&lt;/p&gt;

&lt;h2&gt;
  
  
  The stack: no framework, on purpose
&lt;/h2&gt;

&lt;p&gt;Every page on ClinixCal is static HTML/CSS/vanilla JS. No React, no build step, no bundler. I know that's an unusual flex on dev.to, but for this project it was the right call:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Zero build step&lt;/strong&gt; means every page is just... a file. Editing one calculator can't break another.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No backend, no database.&lt;/strong&gt; Every calculation runs entirely in the browser. Nothing is ever transmitted or stored — which matters a lot when the input is a patient's weight, creatinine, or gestational age.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deploys are trivial.&lt;/strong&gt; It's a GitHub repo, auto-deployed via Cloudflare Pages on every push to &lt;code&gt;main&lt;/code&gt;. No CI pipeline to babysit.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The shared engine
&lt;/h2&gt;

&lt;p&gt;All 163 tools share one JS file, &lt;code&gt;calculators.js&lt;/code&gt;, exposing a single &lt;code&gt;MedCalc&lt;/code&gt; object. Most weight-based drug dosing collapses into one generic function.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>heathtech</category>
    </item>
  </channel>
</rss>
