<?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: Mohammed Faizan Ahmed</title>
    <description>The latest articles on DEV Community by Mohammed Faizan Ahmed (@mdfaizanahmed786).</description>
    <link>https://dev.to/mdfaizanahmed786</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%2F812692%2Ff8d9c67f-6a17-4c44-9d6a-2ba3bd6c93e1.jpg</url>
      <title>DEV Community: Mohammed Faizan Ahmed</title>
      <link>https://dev.to/mdfaizanahmed786</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mdfaizanahmed786"/>
    <language>en</language>
    <item>
      <title>I built a free responsive tester because DevTools only shows one device at a time</title>
      <dc:creator>Mohammed Faizan Ahmed</dc:creator>
      <pubDate>Sun, 06 Sep 2026 15:40:02 +0000</pubDate>
      <link>https://dev.to/mdfaizanahmed786/i-built-a-free-responsive-tester-because-devtools-only-shows-one-device-at-a-time-a51</link>
      <guid>https://dev.to/mdfaizanahmed786/i-built-a-free-responsive-tester-because-devtools-only-shows-one-device-at-a-time-a51</guid>
      <description>&lt;p&gt;DevTools responsive mode has one limitation that's never been fixed: you see one device at a time.&lt;/p&gt;

&lt;p&gt;You check iPhone. Looks fine. Switch to iPad. Fix padding. Switch back to iPhone. Was the header already broken or did you just break it?&lt;/p&gt;

&lt;p&gt;I got tired of holding layouts in my head, so I built a tool that shows all three at once.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://responsivetool.com" rel="noopener noreferrer"&gt;Responsive Tool&lt;/a&gt; — free, no signup
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fx2z7a4wzqrgu6p5wu4ve.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fx2z7a4wzqrgu6p5wu4ve.png" alt="It shows the landing page of the tool of tailwindcss website in three different panes" width="800" height="381"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Paste a URL → phone, tablet, and desktop load at one time. That's it.&lt;/p&gt;

&lt;p&gt;A few things that make it actually useful day to day:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Swap one pane to a different device without losing the other two&lt;/li&gt;
&lt;li&gt;Refresh one pane after a code push — no need to reload everything&lt;/li&gt;
&lt;li&gt;Share your exact setup via URL — a teammate sees the same device comparison you do&lt;/li&gt;
&lt;li&gt;Sync scroll across all panes with a one-line script snippet&lt;/li&gt;
&lt;li&gt;Every viewport is a &lt;a href="https://responsivetool.com/devices" rel="noopener noreferrer"&gt;real verified CSS size&lt;/a&gt;, not a guess&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No account. No extension. No download. Runs in the browser. I don't see or store the URLs you test.&lt;/p&gt;

&lt;p&gt;Also: way more sites block iframes via X-Frame-Options than you'd think. I tested ~60 real sites — 93% of developer portfolios loaded fine, but only 44% of framework/marketing sites did. If your site doesn't load, that's the server blocking iframes, not a bug in the tool.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stack&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Next.js 16 · React 19 · TypeScript · Tailwind v4 · Cloudflare Workers&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bonus&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I also built a &lt;a href="https://responsivetool.com/breakpoints" rel="noopener noreferrer"&gt;CSS breakpoints reference&lt;/a&gt; that maps common breakpoints to real device viewports. Handy even without the tool.&lt;/p&gt;

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

&lt;p&gt;What do you use for responsive checking? Still just DevTools? I want to know what I'm up against.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>css</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
