<?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: Augusto Verzbickas</title>
    <description>The latest articles on DEV Community by Augusto Verzbickas (@augusto_verzbickas).</description>
    <link>https://dev.to/augusto_verzbickas</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4038761%2Fa65cfbe2-da47-46b8-9eed-e0ae2d476788.png</url>
      <title>DEV Community: Augusto Verzbickas</title>
      <link>https://dev.to/augusto_verzbickas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/augusto_verzbickas"/>
    <language>en</language>
    <item>
      <title>How to make a QR code that still works after it is printed</title>
      <dc:creator>Augusto Verzbickas</dc:creator>
      <pubDate>Mon, 20 Jul 2026 19:55:11 +0000</pubDate>
      <link>https://dev.to/augusto_verzbickas/how-to-make-a-qr-code-that-still-works-after-it-is-printed-2ce2</link>
      <guid>https://dev.to/augusto_verzbickas/how-to-make-a-qr-code-that-still-works-after-it-is-printed-2ce2</guid>
      <description>&lt;p&gt;Most QR codes do not expire.&lt;/p&gt;

&lt;p&gt;What usually expires is the service sitting between the code and the destination.&lt;/p&gt;

&lt;p&gt;That difference matters a lot when the QR code is going on a business card, poster, menu, invoice, or product label. Reprinting because a redirect service was turned off is a very avoidable problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Start with the destination you control
&lt;/h2&gt;

&lt;p&gt;For a long-lived printed QR code, the safest setup is simple:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Choose the final URL people should visit.&lt;/li&gt;
&lt;li&gt;Generate a static QR code that contains that exact URL.&lt;/li&gt;
&lt;li&gt;Download a high-quality file.&lt;/li&gt;
&lt;li&gt;Test it before printing a large batch.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A static code stores the destination directly in the pattern. There is no provider account involved every time somebody scans it.&lt;/p&gt;

&lt;p&gt;If the final URL keeps working, the QR code keeps working too.&lt;/p&gt;

&lt;h2&gt;
  
  
  When a dynamic QR code makes sense
&lt;/h2&gt;

&lt;p&gt;A dynamic QR code usually contains a short redirect URL managed by a provider. The provider forwards people to the real destination.&lt;/p&gt;

&lt;p&gt;That lets you change the final destination later and measure scans. Those are useful features for a campaign, but they also create a dependency. The printed code only works while the redirect service keeps serving it.&lt;/p&gt;

&lt;p&gt;Use a dynamic QR code only if changing the destination or measuring scans is worth that trade-off. For a permanent link to a website, menu, booking page, or social profile, a static QR code is usually the better choice.&lt;/p&gt;

&lt;h2&gt;
  
  
  A small print checklist
&lt;/h2&gt;

&lt;p&gt;Before ordering a large print run, check these points:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Scan it with an iPhone and an Android phone.&lt;/li&gt;
&lt;li&gt;Confirm that the scanner opens the final URL you intended, not a provider-owned short link.&lt;/li&gt;
&lt;li&gt;Keep a clear white border around the code. That quiet area helps cameras detect it.&lt;/li&gt;
&lt;li&gt;Use enough contrast. Dark code on a light background is the safest option.&lt;/li&gt;
&lt;li&gt;Export an SVG for design work when possible. A high-resolution PNG is fine when an SVG is not accepted.&lt;/li&gt;
&lt;li&gt;Test a physical proof at the actual printed size. A QR code that scans on a large screen may be too small once printed.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What to do if the destination may change
&lt;/h2&gt;

&lt;p&gt;If you need flexibility, use a URL on a domain you control as the QR destination. For example, &lt;code&gt;yourdomain.com/menu&lt;/code&gt; can redirect to the current menu page. You can update that redirect later without changing the printed code.&lt;/p&gt;

&lt;p&gt;This still adds a redirect, but the important difference is ownership. You control the domain and the redirect instead of depending on an unknown QR provider.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final takeaway
&lt;/h2&gt;

&lt;p&gt;For a one-off, long-term printed use, keep it boring: a static QR code with the final URL inside it, tested on real devices before printing.&lt;/p&gt;

&lt;p&gt;That removes the scan limits, trial deadlines, and surprise subscription problems that give QR codes a bad reputation in the first place.&lt;/p&gt;

&lt;p&gt;If you want a quick way to make a static QR code, I maintain &lt;a href="https://toolpronto.com/qr-code-generator/?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=qr-print-guide-2026-07" rel="noopener noreferrer"&gt;ToolPronto’s free QR code generator&lt;/a&gt;. It runs in the browser and does not require an account.&lt;/p&gt;

&lt;p&gt;Disclosure: I built ToolPronto.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>smallbusiness</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
