<?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: Colin Smith</title>
    <description>The latest articles on DEV Community by Colin Smith (@colin_smith_b6709819aaf6d).</description>
    <link>https://dev.to/colin_smith_b6709819aaf6d</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%2F3713001%2Fd8978508-7e2a-4e65-a4f6-6ae5deaa6161.png</url>
      <title>DEV Community: Colin Smith</title>
      <link>https://dev.to/colin_smith_b6709819aaf6d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/colin_smith_b6709819aaf6d"/>
    <language>en</language>
    <item>
      <title>I built a free accessibility scanner that gives you copy-paste fixes (not just error messages)</title>
      <dc:creator>Colin Smith</dc:creator>
      <pubDate>Thu, 15 Jan 2026 15:36:09 +0000</pubDate>
      <link>https://dev.to/colin_smith_b6709819aaf6d/i-built-a-free-accessibility-scanner-that-gives-you-copy-paste-fixes-not-just-error-messages-363i</link>
      <guid>https://dev.to/colin_smith_b6709819aaf6d/i-built-a-free-accessibility-scanner-that-gives-you-copy-paste-fixes-not-just-error-messages-363i</guid>
      <description>&lt;p&gt;The European Accessibility Act just went into effect (June 28, 2025). If your website serves EU customers and isn't WCAG 2.1 AA compliant, you can face fines up to €100,000.&lt;/p&gt;

&lt;p&gt;Most accessibility tools give you cryptic messages like "WCAG 2.1.1 Keyboard - Fail". I built something different.&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://tryinclusiv.com" rel="noopener noreferrer"&gt;Inclusiv&lt;/a&gt; scans your website and gives you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The exact element with the issue&lt;/strong&gt; - not just a vague description&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Why it matters for users&lt;/strong&gt; - context on who this affects&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Copy-paste code to fix it&lt;/strong&gt; - actual solutions, not just problems&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The problem I'm solving
&lt;/h2&gt;

&lt;p&gt;96% of websites have accessibility issues. Most site owners don't know it.&lt;/p&gt;

&lt;p&gt;Traditional accessibility audits are expensive ($5,000+) and the reports are hard to understand. Automated tools like WAVE or axe give you error messages but leave you to figure out the fix yourself.&lt;/p&gt;

&lt;p&gt;I wanted to bridge that gap - automated scanning with human-readable fixes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 14&lt;/strong&gt; - App router, server components&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;axe-core&lt;/strong&gt; - For accessibility scanning&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GPT-4&lt;/strong&gt; - Generates the fix suggestions based on the specific issue&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supabase&lt;/strong&gt; - Database and auth&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stripe&lt;/strong&gt; - Payments&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Free scan at &lt;a href="https://tryinclusiv.com" rel="noopener noreferrer"&gt;tryinclusiv.com&lt;/a&gt; - no signup required, instant results.&lt;/p&gt;

&lt;p&gt;Would love feedback from the dev community:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What accessibility issues trip you up most?&lt;/li&gt;
&lt;li&gt;What would make you actually pay for continuous monitoring?&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  webdev #accessibility #javascript #showdev
&lt;/h1&gt;

</description>
      <category>webdev</category>
      <category>a11y</category>
    </item>
  </channel>
</rss>
