<?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: Mizanur Rahaman</title>
    <description>The latest articles on DEV Community by Mizanur Rahaman (@mizanur_rahaman_513a18e42).</description>
    <link>https://dev.to/mizanur_rahaman_513a18e42</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%2F3979016%2F0b1c15e8-5147-4065-aa0e-195fc7b0febc.jpg</url>
      <title>DEV Community: Mizanur Rahaman</title>
      <link>https://dev.to/mizanur_rahaman_513a18e42</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mizanur_rahaman_513a18e42"/>
    <language>en</language>
    <item>
      <title>CalcMora just crossed 200 tools | Here's what changed under the hood</title>
      <dc:creator>Mizanur Rahaman</dc:creator>
      <pubDate>Wed, 01 Jul 2026 06:31:19 +0000</pubDate>
      <link>https://dev.to/mizanur_rahaman_513a18e42/calcmora-just-crossed-200-tools-heres-what-changed-under-the-hood-4dfc</link>
      <guid>https://dev.to/mizanur_rahaman_513a18e42/calcmora-just-crossed-200-tools-heres-what-changed-under-the-hood-4dfc</guid>
      <description>&lt;p&gt;&lt;a href="https://calcmora.com" rel="noopener noreferrer"&gt;CalcMora&lt;/a&gt; just crossed &lt;strong&gt;200 live tools&lt;/strong&gt; calculators and converters spanning finance, health, math, unit conversions, date/time, everyday life, and sports. It's a small milestone against the bigger target (3,000 tools within a year), but it's the first one that felt like proof the approach actually works.&lt;/p&gt;

&lt;h2&gt;
  
  
  What CalcMora is
&lt;/h2&gt;

&lt;p&gt;A free calculator and converter site, built to be fast and genuinely useful rather than bloated with unnecessary interactivity. Every tool lives on its own page, static by default, ad-supported, and designed to actually rank and hold up in search rather than just exist.&lt;/p&gt;

&lt;p&gt;The stack is intentionally boring: &lt;strong&gt;Astro&lt;/strong&gt; for static output, hosted on &lt;strong&gt;Cloudflare Pages&lt;/strong&gt;. No client-side framework runtime, no heavy JS bundles. That choice is mostly why the site stays fast even as the tool count climbs into the hundreds; static pages don't get slower just because there are more of them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Consistency at scale
&lt;/h2&gt;

&lt;p&gt;Going from a handful of tools to 200 forced us to think hard about repeatability. Every tool page follows the same underlying template: a calculator, supporting explanatory content, an FAQ section, and standard trust/attribution elements (author info, last-updated date, disclaimers where relevant). That consistency is what makes it realistic to keep scaling toward thousands of pages without every single one needing a bespoke pass.&lt;/p&gt;

&lt;p&gt;Structured data (schema.org markup) is baked into every page too; it's a big part of why individual calculators show up well in search, and it's applied consistently rather than as an afterthought.&lt;/p&gt;

&lt;h2&gt;
  
  
  New: embeddable tools
&lt;/h2&gt;

&lt;p&gt;The other big addition alongside the 200-tool mark is an &lt;strong&gt;embed system&lt;/strong&gt; — every tool on CalcMora can now be dropped into someone else's site as a lightweight, ad-free widget. Site owners get a copy-paste snippet, no signup required.&lt;/p&gt;

&lt;p&gt;The implementation leans on a couple of iframe and query-param tricks to keep embedded calculators fast and chrome-free (no header, footer, or ads, just the tool), without needing any JS framework or postMessage protocol on the embedding side. Happy to go deeper on the specifics in the comments if people are curious, but the short version is: it was simpler to build than expected, and it's already the feature getting the most "wait, I can just embed this?" reactions.&lt;/p&gt;

&lt;h2&gt;
  
  
  A few smaller additions
&lt;/h2&gt;

&lt;p&gt;Alongside the milestone and the embed system:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Copy/share buttons on every result, so a calculation doesn't require a screenshot to pass along&lt;/li&gt;
&lt;li&gt;Related-tools suggestions, so landing on one calculator surfaces the adjacent ones people usually also need&lt;/li&gt;
&lt;li&gt;Tighter editorial standards site-wide, cutting the generic SEO-listicle language that makes so many calculator sites feel interchangeable&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;p&gt;200 tools is a small fraction of the eventual goal, so most of the near-term work is about scaling the production pipeline, keeping quality and consistency high without every page needing manual attention. The embed system is step one toward CalcMora being useful beyond calcmora.com itself; more distribution-focused features are coming as the tool count grows.&lt;/p&gt;

&lt;p&gt;If you're building something similar, lots of near-identical content pages that need to stay consistent at scale — curious to hear how others are approaching it.`&lt;/p&gt;

</description>
      <category>astro</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I built 150+ free calculators — no ads, no sign-up, just tools</title>
      <dc:creator>Mizanur Rahaman</dc:creator>
      <pubDate>Thu, 11 Jun 2026 08:05:12 +0000</pubDate>
      <link>https://dev.to/mizanur_rahaman_513a18e42/i-built-150-free-calculators-no-ads-no-sign-up-just-tools-10g9</link>
      <guid>https://dev.to/mizanur_rahaman_513a18e42/i-built-150-free-calculators-no-ads-no-sign-up-just-tools-10g9</guid>
      <description>&lt;p&gt;For the past few months I've been building CalcMora — a free &lt;br&gt;
online calculator site. No ads, no paywalls, no sign-up required.&lt;/p&gt;

&lt;p&gt;Just fast, accurate tools that work on any device.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;Most calculator sites are cluttered, slow, or show you a number &lt;br&gt;
with zero explanation. I wanted something cleaner — tools that &lt;br&gt;
show you the formula, a worked example, and an FAQ so you actually &lt;br&gt;
understand your result.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;💰 &lt;strong&gt;Finance&lt;/strong&gt; — loans, mortgage, salary, tax, investments&lt;/li&gt;
&lt;li&gt;❤️ &lt;strong&gt;Health&lt;/strong&gt; — BMI, calories, body fat, protein, pregnancy
&lt;/li&gt;
&lt;li&gt;🧮 &lt;strong&gt;Math&lt;/strong&gt; — percentages, fractions, geometry, GPA&lt;/li&gt;
&lt;li&gt;🔁 &lt;strong&gt;Converters&lt;/strong&gt; — length, weight, temperature, currency&lt;/li&gt;
&lt;li&gt;📅 &lt;strong&gt;Date &amp;amp; Time&lt;/strong&gt; — age, countdowns, days between dates&lt;/li&gt;
&lt;li&gt;✨ &lt;strong&gt;Everyday Life&lt;/strong&gt; — tips, bills, travel, shopping&lt;/li&gt;
&lt;li&gt;🏆 &lt;strong&gt;Sports&lt;/strong&gt; — performance, stats, planning tools&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Astro&lt;/strong&gt; — static site generator&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloudflare Pages&lt;/strong&gt; — hosting and CDN&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vanilla JS&lt;/strong&gt; — all calculators, no frameworks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Schema.org&lt;/strong&gt; — structured data on every tool&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The goal
&lt;/h2&gt;

&lt;p&gt;3,000+ tools. Building one new calculator every day.&lt;/p&gt;

&lt;p&gt;Every tool has competitor gap analysis, unique features, 1,000+ &lt;br&gt;
words of original content, and full Schema markup.&lt;/p&gt;

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

&lt;p&gt;👉 &lt;a href="https://calcmora.com" rel="noopener noreferrer"&gt;calcmora.com&lt;/a&gt; — completely free, forever.&lt;/p&gt;

&lt;p&gt;Would love feedback from the DEV community — what calculators &lt;br&gt;
do you wish existed? Drop them in the comments 👇&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>tooling</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
