<?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: Ali Erdem</title>
    <description>The latest articles on DEV Community by Ali Erdem (@ali_erdem_c51af7fae823857).</description>
    <link>https://dev.to/ali_erdem_c51af7fae823857</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%2F3950345%2Fdb69c5af-96de-4d3f-94cb-b6af22a47ba0.png</url>
      <title>DEV Community: Ali Erdem</title>
      <link>https://dev.to/ali_erdem_c51af7fae823857</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ali_erdem_c51af7fae823857"/>
    <language>en</language>
    <item>
      <title>I built a free QR code generator with Next.js and Supabase — here's what I learned</title>
      <dc:creator>Ali Erdem</dc:creator>
      <pubDate>Mon, 25 May 2026 09:24:42 +0000</pubDate>
      <link>https://dev.to/ali_erdem_c51af7fae823857/i-built-a-free-qr-code-generator-with-nextjs-and-supabase-heres-what-i-learned-4gpl</link>
      <guid>https://dev.to/ali_erdem_c51af7fae823857/i-built-a-free-qr-code-generator-with-nextjs-and-supabase-heres-what-i-learned-4gpl</guid>
      <description>&lt;p&gt;I was looking for a simple QR code generator for a side project. Everything I found was either full of ads, paywalled, or just ugly.&lt;br&gt;
So I built QR Einfach from scratch.&lt;br&gt;
The tech stack&lt;/p&gt;

&lt;p&gt;Next.js for the frontend and routing&lt;br&gt;
Supabase for auth and database&lt;br&gt;
QR code generation directly in the browser (no server-side rendering needed)&lt;/p&gt;

&lt;p&gt;What it supports&lt;/p&gt;

&lt;p&gt;URL, WiFi, vCard, WhatsApp, PDF, Google Reviews&lt;br&gt;
Bulk QR code generation&lt;br&gt;
Export as PNG, SVG, ZIP, CSV or PDF&lt;/p&gt;

&lt;p&gt;What I learned&lt;br&gt;
Generating QR codes client-side is fast and keeps the server load minimal. The tricky part was bulk export — packaging multiple SVGs into a ZIP on the browser side without a backend call.&lt;br&gt;
Supabase made auth surprisingly easy. I had login, user sessions and a basic dashboard running in a day.&lt;br&gt;
Try it&lt;br&gt;
&lt;a href="https://www.qreinfach.de/en" rel="noopener noreferrer"&gt;https://www.qreinfach.de/en&lt;/a&gt;&lt;br&gt;
Feedback welcome — especially if you spot something weird on mobile!&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>supabase</category>
      <category>webdev</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
