<?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>Forem: Nova’s Nostalgia &amp; Tech</title>
    <description>The latest articles on Forem by Nova’s Nostalgia &amp; Tech (@nostalgia_nova).</description>
    <link>https://forem.com/nostalgia_nova</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%2F3773384%2F62f4e9e9-c545-4ba8-8e61-23daba111539.jpg</url>
      <title>Forem: Nova’s Nostalgia &amp; Tech</title>
      <link>https://forem.com/nostalgia_nova</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/nostalgia_nova"/>
    <language>en</language>
    <item>
      <title>I Built a Better Image to Base64 Converter in a Weekend</title>
      <dc:creator>Nova’s Nostalgia &amp; Tech</dc:creator>
      <pubDate>Sun, 15 Feb 2026 02:00:05 +0000</pubDate>
      <link>https://forem.com/nostalgia_nova/i-built-a-better-image-to-base64-converter-in-a-weekend-1jgk</link>
      <guid>https://forem.com/nostalgia_nova/i-built-a-better-image-to-base64-converter-in-a-weekend-1jgk</guid>
      <description>&lt;p&gt;Every time I needed to convert an image to Base64, I'd Google it, find some random tool, and hope it wasn't stealing my files.&lt;/p&gt;

&lt;p&gt;Not anymore.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://img64.dev" rel="noopener noreferrer"&gt;Image to Base64 Converter&lt;/a&gt; - a tool that does one thing well.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why It's Different
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Privacy&lt;/strong&gt;: Nothing uploads. Everything runs in your browser. Works offline.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Formats&lt;/strong&gt;: One image, five output options:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Data URI (ready for HTML/CSS)&lt;/li&gt;
&lt;li&gt;Plain Base64 (for APIs)&lt;/li&gt;
&lt;li&gt;CSS background-image&lt;/li&gt;
&lt;li&gt;HTML img tag&lt;/li&gt;
&lt;li&gt;JSON object&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;UX&lt;/strong&gt;: Drag, drop, paste, done. Multiple images at once. Dark mode.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Next.js 14&lt;/li&gt;
&lt;li&gt;Tailwind CSS
&lt;/li&gt;
&lt;li&gt;Zero backend needed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://img64.dev" rel="noopener noreferrer"&gt;https://img64.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Open source: &lt;a href="https://github.com/nutshot2000/-Image-to-Base64-Converter" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>tooling</category>
      <category>webdev</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
