<?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: chapoleon</title>
    <description>The latest articles on DEV Community by chapoleon (@chapoleon).</description>
    <link>https://dev.to/chapoleon</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%2F3865088%2Fd0248315-89ab-47bb-bb15-7e2bbc6beeb2.png</url>
      <title>DEV Community: chapoleon</title>
      <link>https://dev.to/chapoleon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chapoleon"/>
    <language>en</language>
    <item>
      <title>How I built 50+ Korean tax calculators with Next.js SSG</title>
      <dc:creator>chapoleon</dc:creator>
      <pubDate>Tue, 07 Apr 2026 06:29:48 +0000</pubDate>
      <link>https://dev.to/chapoleon/how-i-built-50-korean-tax-calculators-with-nextjs-ssg-35mf</link>
      <guid>https://dev.to/chapoleon/how-i-built-50-korean-tax-calculators-with-nextjs-ssg-35mf</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Calculating Korean taxes is painful. Severance pay, 4 major insurances (National Pension, Health, Employment, Industrial Accident), income tax brackets — every year the rates change, and most online calculators are outdated or ad-heavy.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;&lt;a href="https://gye-san.com" rel="noopener noreferrer"&gt;gye-san.com&lt;/a&gt;&lt;/strong&gt; — 50+ free calculators covering everything from net salary to capital gains tax, all updated for 2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js&lt;/strong&gt; (Static Site Generation, &lt;code&gt;output: export&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloudflare Pages&lt;/strong&gt; for hosting (sub-1s load globally)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Single JSON data file&lt;/strong&gt; drives all 50+ calculator pages via dynamic &lt;code&gt;[slug].jsx&lt;/code&gt; routing&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Key Architecture Decisions
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Programmatic SEO
&lt;/h3&gt;

&lt;p&gt;Each calculator page is auto-generated from &lt;code&gt;calculators.json&lt;/code&gt; with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dynamic meta titles/descriptions&lt;/li&gt;
&lt;li&gt;JSON-LD Schema (WebApplication + FAQ + BreadcrumbList)&lt;/li&gt;
&lt;li&gt;Auto-generated sitemap&lt;/li&gt;
&lt;li&gt;Internal linking between related calculators (same pillar)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  PWA Support
&lt;/h3&gt;

&lt;p&gt;Added &lt;code&gt;next-pwa&lt;/code&gt; so users can install it as an app on mobile.&lt;/p&gt;

&lt;h2&gt;
  
  
  Results
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Lighthouse: 90+ across all categories&lt;/li&gt;
&lt;li&gt;50+ calculator pages indexed&lt;/li&gt;
&lt;li&gt;Zero server costs (Cloudflare Pages free tier)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Open Source
&lt;/h2&gt;

&lt;p&gt;Calculator logic is available at &lt;a href="https://github.com/chapoleon/korean-tax-calc" rel="noopener noreferrer"&gt;github.com/chapoleon/korean-tax-calc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;Try it live: &lt;a href="https://gye-san.com" rel="noopener noreferrer"&gt;gye-san.com&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Would love any feedback or suggestions!&lt;/p&gt;

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