<?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: Jozef_bedoui</title>
    <description>The latest articles on DEV Community by Jozef_bedoui (@youssef_bedoui_b0da8d58b8).</description>
    <link>https://dev.to/youssef_bedoui_b0da8d58b8</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%2F2062219%2Faa9ff37a-2093-4693-b6a8-514262c767be.png</url>
      <title>DEV Community: Jozef_bedoui</title>
      <link>https://dev.to/youssef_bedoui_b0da8d58b8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/youssef_bedoui_b0da8d58b8"/>
    <language>en</language>
    <item>
      <title>How I built a calculator site with 13 languages and 5,500 static pages in Next.js 15</title>
      <dc:creator>Jozef_bedoui</dc:creator>
      <pubDate>Sun, 07 Jun 2026 21:21:09 +0000</pubDate>
      <link>https://dev.to/youssef_bedoui_b0da8d58b8/how-i-built-a-calculator-site-with-13-languages-and-5500-static-pages-in-nextjs-15-30ai</link>
      <guid>https://dev.to/youssef_bedoui_b0da8d58b8/how-i-built-a-calculator-site-with-13-languages-and-5500-static-pages-in-nextjs-15-30ai</guid>
      <description>&lt;p&gt;A few months back I got frustrated. I needed to calculate something — nothing crazy, just a loan payment — and every site I landed on either wanted me to sign up, showed ads on every input, or was in English only (not helpful when sharing with family abroad).&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://calculora.net" rel="noopener noreferrer"&gt;Calculora&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It's a free calculator site. 150+ tools, 13 languages, zero data collection. Everything runs in your browser — nothing gets sent anywhere.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why 13 languages?
&lt;/h2&gt;

&lt;p&gt;Because most people on the internet don't speak English as a first language. I wanted it to actually work for them — not just have a translated homepage, but real localized URLs, right-to-left layout for Arabic, the whole thing.&lt;/p&gt;

&lt;p&gt;Getting that right in Next.js took more time than I expected. Each tool has a different slug per language, so the routing has to map hundreds of combinations correctly. Totally worth it though.&lt;/p&gt;

&lt;h2&gt;
  
  
  The math rendering
&lt;/h2&gt;

&lt;p&gt;For tools like the equation solver and statistics calculator, I wanted the formulas to look like real math — not just text. I used KaTeX for this. It's fast, lightweight, and renders LaTeX properly in the browser.&lt;/p&gt;

&lt;p&gt;The step-by-step solutions actually show the working — discriminant, roots, the full process — rendered cleanly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Some tools I'm proud of
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Equation Solver&lt;/strong&gt; — linear and quadratic, with full steps shown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Statistics Calculator&lt;/strong&gt; — mean, median, mode, IQR, std dev, exportable&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;FIRE Calculator&lt;/strong&gt; — retirement planning done simply&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Debt Snowball/Avalanche&lt;/strong&gt; — side-by-side payoff comparison&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;More tools, better mobile experience, and filling in gaps across the language versions.&lt;/p&gt;

&lt;p&gt;If you try it, I'd genuinely love feedback — especially on anything that feels off or missing.&lt;/p&gt;

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

</description>
      <category>nextjs</category>
      <category>typescript</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
