<?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: Magnus Silverstream</title>
    <description>The latest articles on DEV Community by Magnus Silverstream (@sd6tools).</description>
    <link>https://dev.to/sd6tools</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%2F3838280%2Fd2cb2677-f4f7-4926-bbdc-8f7837941fe4.png</url>
      <title>DEV Community: Magnus Silverstream</title>
      <link>https://dev.to/sd6tools</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sd6tools"/>
    <language>en</language>
    <item>
      <title>I Built 14 Free Tools for Developers AND People Who Hate Spreadsheets</title>
      <dc:creator>Magnus Silverstream</dc:creator>
      <pubDate>Sun, 22 Mar 2026 11:30:29 +0000</pubDate>
      <link>https://dev.to/sd6tools/i-built-14-free-tools-for-developers-and-people-who-hate-spreadsheets-1ce6</link>
      <guid>https://dev.to/sd6tools/i-built-14-free-tools-for-developers-and-people-who-hate-spreadsheets-1ce6</guid>
      <description>&lt;p&gt;Every day I generate UUIDs, encode Base64 strings, and convert timestamps. On weekends, I compare mortgage scenarios and plan retirement savings. I got tired of juggling five different websites — none of them doing everything I needed — so I built the toolbox I actually wanted to use every day.&lt;/p&gt;

&lt;p&gt;That's &lt;a href="https://sd6tools.net/en/" rel="noopener noreferrer"&gt;SD6 Tools&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's in the box
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;14 tools&lt;/strong&gt;, split across four categories:&lt;/p&gt;

&lt;h3&gt;
  
  
  Security &amp;amp; Generators
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://sd6tools.net/en/password/" rel="noopener noreferrer"&gt;Password Generator&lt;/a&gt;&lt;/strong&gt; — Cryptographically secure, 8-128 chars, strength indicator&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://sd6tools.net/en/guid/" rel="noopener noreferrer"&gt;UUID/GUID Generator&lt;/a&gt;&lt;/strong&gt; — v4 UUIDs with bulk generation and multiple formats&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://sd6tools.net/en/qr-code/" rel="noopener noreferrer"&gt;QR Code Generator&lt;/a&gt;&lt;/strong&gt; — URLs, text, WiFi configs, with customizable output&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Finance Calculators
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://sd6tools.net/en/mortgage/" rel="noopener noreferrer"&gt;Mortgage Calculator&lt;/a&gt;&lt;/strong&gt; — Compare up to 4 scenarios side-by-side, full amortization schedules, 5 payment frequencies&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://sd6tools.net/en/retirement/" rel="noopener noreferrer"&gt;Retirement Calculator&lt;/a&gt;&lt;/strong&gt; — Compound growth projections with inflation, employer matching, visual charts&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://sd6tools.net/en/auto-loan/" rel="noopener noreferrer"&gt;Auto Loan Calculator&lt;/a&gt;&lt;/strong&gt; — Tax, insurance, and trade-in breakdown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://sd6tools.net/en/compound-interest/" rel="noopener noreferrer"&gt;Compound Interest Calculator&lt;/a&gt;&lt;/strong&gt; — See the power of compounding over time&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://sd6tools.net/en/savings-goal/" rel="noopener noreferrer"&gt;Savings Goal Calculator&lt;/a&gt;&lt;/strong&gt; — Target-based savings planning&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://sd6tools.net/en/debt-payoff/" rel="noopener noreferrer"&gt;Debt Payoff Calculator&lt;/a&gt;&lt;/strong&gt; — Snowball vs avalanche strategy comparison&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://sd6tools.net/en/gas-vs-electric/" rel="noopener noreferrer"&gt;Gas vs Electric Calculator&lt;/a&gt;&lt;/strong&gt; — Total cost of ownership comparison&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Developer &amp;amp; Converter Tools
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://sd6tools.net/en/text/" rel="noopener noreferrer"&gt;Text Encoder&lt;/a&gt;&lt;/strong&gt; — Base64, URL, HTML entities, Unicode, hex&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://sd6tools.net/en/base/" rel="noopener noreferrer"&gt;Base Converter&lt;/a&gt;&lt;/strong&gt; — Binary, octal, decimal, hex&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://sd6tools.net/en/unit/" rel="noopener noreferrer"&gt;Unit Converter&lt;/a&gt;&lt;/strong&gt; — Hundreds of units across length, weight, temperature, and more&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://sd6tools.net/en/timestamp/" rel="noopener noreferrer"&gt;Timestamp Converter&lt;/a&gt;&lt;/strong&gt; — Unix timestamps ↔ human-readable dates&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why not just use Calculator.net or CyberChef?
&lt;/h2&gt;

&lt;p&gt;Fair question. Here's what's different:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Privacy-respecting by default
&lt;/h3&gt;

&lt;p&gt;No cookies until you explicitly opt in. No account creation. All calculations run client-side in your browser — your mortgage numbers never leave your machine. Analytics are consent-based and anonymized.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Four languages, not an afterthought
&lt;/h3&gt;

&lt;p&gt;English, French, Spanish, and German — with locale-aware formatting. A German user sees &lt;code&gt;1.234,56 €&lt;/code&gt; while an American sees &lt;code&gt;$1,234.56&lt;/code&gt;. This matters when your mortgage calculator shows six-figure numbers.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Tools I actually use every day
&lt;/h3&gt;

&lt;p&gt;This isn't a weekend project I abandoned. I use these tools daily — UUID generation while coding, Base64 encoding for API debugging, unit conversions for international projects, and the mortgage calculator when reviewing my own loan options. Every feature exists because I needed it myself.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Real scenario comparison
&lt;/h3&gt;

&lt;p&gt;The mortgage calculator lets you compare up to 4 loan scenarios side-by-side. Change the rate, the term, the payment frequency — see the impact instantly. Most free calculators give you one result. This gives you the full picture.&lt;/p&gt;

&lt;h2&gt;
  
  
  The tech stack
&lt;/h2&gt;

&lt;p&gt;For those curious:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;React 18&lt;/strong&gt; + &lt;strong&gt;TypeScript 5&lt;/strong&gt; — Standard modern stack&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vite 5&lt;/strong&gt; — Fast builds, HMR&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS&lt;/strong&gt; — Utility-first styling&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Recharts&lt;/strong&gt; — Financial charts and visualizations&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;react-i18next&lt;/strong&gt; — Internationalization with &amp;lt;50ms language switching&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pre-rendered static HTML&lt;/strong&gt; — Every page is pre-rendered for SEO. No empty SPA shells.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloudflare Pages&lt;/strong&gt; — Free hosting, global CDN&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I learned building this
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Multilingual SEO is hard.&lt;/strong&gt; Getting hreflang tags, canonical URLs, and pre-rendered content right for 4 languages × 14 tools × blog articles = 276 URLs was a significant challenge. Google doesn't make it easy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Financial precision matters.&lt;/strong&gt; JavaScript floating-point arithmetic will betray you. &lt;code&gt;0.1 + 0.2 !== 0.3&lt;/code&gt; becomes a real problem when calculating 300 monthly mortgage payments. Every calculation is validated against known financial formulas.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dark mode is expected.&lt;/strong&gt; It was one of the first feature requests. Every tool supports it.&lt;/p&gt;

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

&lt;p&gt;More tools are in active development — hash generators, JSON formatters, regex testers, and more. The codebase supports adding new tools quickly thanks to a shared component architecture.&lt;/p&gt;

&lt;p&gt;If you have suggestions for tools you'd find useful, I'd love to hear them.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Try it:&lt;/strong&gt; &lt;a href="https://sd6tools.net/en/" rel="noopener noreferrer"&gt;sd6tools.net&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Blog:&lt;/strong&gt; &lt;a href="https://sd6tools.net/en/blog" rel="noopener noreferrer"&gt;sd6tools.net/blog&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;All tools are free. No signup required. Just tools.&lt;/em&gt;&lt;/p&gt;

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