<?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: Sai Videsh</title>
    <description>The latest articles on DEV Community by Sai Videsh (@sai_videsh_29).</description>
    <link>https://dev.to/sai_videsh_29</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%2F3967536%2F41825a74-6739-413c-9948-612ecb29006b.jpg</url>
      <title>DEV Community: Sai Videsh</title>
      <link>https://dev.to/sai_videsh_29</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sai_videsh_29"/>
    <language>en</language>
    <item>
      <title>i built a tool that detects if your website looks vibe coded (and why that matters more than you think)</title>
      <dc:creator>Sai Videsh</dc:creator>
      <pubDate>Thu, 04 Jun 2026 05:40:36 +0000</pubDate>
      <link>https://dev.to/sai_videsh_29/i-built-a-tool-that-detects-if-your-website-looks-vibe-coded-and-why-that-matters-more-than-you-39j3</link>
      <guid>https://dev.to/sai_videsh_29/i-built-a-tool-that-detects-if-your-website-looks-vibe-coded-and-why-that-matters-more-than-you-39j3</guid>
      <description>&lt;p&gt;a few weeks ago i was reviewing a product hunt launch.&lt;/p&gt;

&lt;p&gt;the product itself was actually interesting. solid idea, real problem,&lt;br&gt;
working demo. but i closed the tab in about eight seconds.&lt;/p&gt;

&lt;p&gt;not because of the product. because of the landing page.&lt;/p&gt;

&lt;p&gt;something about it just felt off. the spacing was slightly wrong.&lt;br&gt;
the copy had that particular rhythm that comes out of chatgpt prompts.&lt;br&gt;
the components looked like they were assembled rather than designed.&lt;/p&gt;

&lt;p&gt;i didn't consciously think any of this. i just felt it and left.&lt;/p&gt;

&lt;p&gt;that's the vibe coding problem.&lt;/p&gt;

&lt;p&gt;what is vibe coding exactly&lt;/p&gt;

&lt;p&gt;vibe coding is building software by prompting ai tools like cursor,&lt;br&gt;
copilot, or claude to generate your frontend for you.&lt;/p&gt;

&lt;p&gt;it's fast. it's genuinely useful. and it leaves patterns.&lt;/p&gt;

&lt;p&gt;ai generated frontends tend to have specific tells. inconsistent&lt;br&gt;
spacing that's almost right but not quite. button hierarchies that&lt;br&gt;
don't follow any real visual logic. copy that uses certain sentence&lt;br&gt;
structures over and over. color usage that looks picked from a default&lt;br&gt;
palette rather than a considered system. components that work&lt;br&gt;
individually but don't feel like they belong together.&lt;/p&gt;

&lt;p&gt;none of these things break the product. but they signal something&lt;br&gt;
to the people looking at your site. especially developers and&lt;br&gt;
technical users who have trained eyes from seeing hundreds of&lt;br&gt;
product hunt launches every month.&lt;/p&gt;

&lt;p&gt;the signal they pick up is: this was assembled quickly by ai&lt;br&gt;
and nobody reviewed it with fresh eyes.&lt;/p&gt;

&lt;p&gt;why these patterns are detectable&lt;/p&gt;

&lt;p&gt;the patterns are consistent enough to flag programmatically.&lt;/p&gt;

&lt;p&gt;spacing inconsistencies show up in computed styles. generic class&lt;br&gt;
naming conventions appear in the source. certain component structures&lt;br&gt;
repeat in ways that human designers don't produce. copy patterns&lt;br&gt;
emerge that correlate with common prompt outputs.&lt;/p&gt;

&lt;p&gt;none of these signals alone means anything. but combined and scored,&lt;br&gt;
they paint a picture.&lt;/p&gt;

&lt;p&gt;what humanon does&lt;/p&gt;

&lt;p&gt;humanon takes your site url, scans the live frontend and code signals,&lt;br&gt;
and returns a vibe score with a breakdown of exactly which patterns&lt;br&gt;
it detected and why they matter.&lt;/p&gt;

&lt;p&gt;not a general "this looks ai generated" verdict.&lt;/p&gt;

&lt;p&gt;specific flags. specific reasons. specific one-line fixes for each one.&lt;/p&gt;

&lt;p&gt;the goal is simple. you run humanon before you launch.&lt;br&gt;
not after the first comment on product hunt tells you your&lt;br&gt;
landing page looks like every other cursor app.&lt;/p&gt;

&lt;p&gt;i built this because i was the person getting that comment.&lt;/p&gt;

&lt;p&gt;if you want to try it, link is in the comments.&lt;br&gt;
let me know what score your site gets.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>vibecoding</category>
      <category>design</category>
    </item>
  </channel>
</rss>
