<?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: Vidit Patil</title>
    <description>The latest articles on DEV Community by Vidit Patil (@viditx).</description>
    <link>https://dev.to/viditx</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%2F4097813%2F8956e2bb-1435-4c5b-9684-47ab7fd5b6c9.png</url>
      <title>DEV Community: Vidit Patil</title>
      <link>https://dev.to/viditx</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/viditx"/>
    <language>en</language>
    <item>
      <title>Why Every SaaS Looks the Same (And How I Built a Hand-Drawn UI Library With SVG Filters)</title>
      <dc:creator>Vidit Patil</dc:creator>
      <pubDate>Thu, 27 Aug 2026 17:07:01 +0000</pubDate>
      <link>https://dev.to/viditx/why-every-saas-looks-the-same-and-how-i-built-a-hand-drawn-ui-library-with-svg-filters-53l5</link>
      <guid>https://dev.to/viditx/why-every-saas-looks-the-same-and-how-i-built-a-hand-drawn-ui-library-with-svg-filters-53l5</guid>
      <description>&lt;p&gt;Every landing page in 2026 feels like it was cloned from the same prompt: purple mesh gradients, 1px grey borders, and Inter font. &lt;/p&gt;

&lt;p&gt;It looks sterile, robotic, and completely devoid of human personality.&lt;/p&gt;

&lt;p&gt;A few weeks ago, I started experimenting with a different approach: bringing the tactile, imperfect warmth of physical notebook sketches and wireframes back to the web without shipping a heavy canvas runtime.&lt;/p&gt;

&lt;p&gt;The result is &lt;strong&gt;Sketchmorphism&lt;/strong&gt; — an open-source UI design system built on hand-drawn strokes, cross-hatch depth, and paper physics.&lt;/p&gt;




&lt;h2&gt;
  
  
  Core Philosophy
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Strokes over borders:&lt;/strong&gt; Borders are not straight 1px lines. They wobble naturally using lightweight SVG displacement filters.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hatches over shadows:&lt;/strong&gt; Standard blurred CSS box-shadows look out of place on a sketch. Elevation is rendered using 45-degree pencil cross-hatching. When you click a button, it physically sinks into the hatch.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Three-pencil palette:&lt;/strong&gt; Everything is built using a strict physical palette: Desk, Warm Paper, Charcoal Ink, Draft Blue, and Revision Red.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero canvas bloat:&lt;/strong&gt; Pure CSS and native SVG filter primitives. Full DOM accessibility, native text selection, and 60fps performance on mobile.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Live Demos and Source Code
&lt;/h2&gt;

&lt;p&gt;The entire system is 100% open source under the MIT license.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Live Interactive Demo:&lt;/strong&gt; &lt;a href="https://viditx.github.io/sketchmorphism/prototypes/full-website-demo.html" rel="noopener noreferrer"&gt;https://viditx.github.io/sketchmorphism/prototypes/full-website-demo.html&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Repository:&lt;/strong&gt; &lt;a href="https://github.com/viditx/sketchmorphism" rel="noopener noreferrer"&gt;https://github.com/viditx/sketchmorphism&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Author and Connect
&lt;/h2&gt;

&lt;p&gt;Built by &lt;strong&gt;Vidit Patil&lt;/strong&gt; (&lt;a href="https://github.com/viditx" rel="noopener noreferrer"&gt;@viditx&lt;/a&gt;) — a 15-year-old guy obsessed with systems and clean UI.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/viditx" rel="noopener noreferrer"&gt;github.com/viditx&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Instagram:&lt;/strong&gt; &lt;a href="https://instagram.com/vyditpvt" rel="noopener noreferrer"&gt;@vyditpvt&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Telegram:&lt;/strong&gt; &lt;a href="https://t.me/VYDITPVT" rel="noopener noreferrer"&gt;@VYDITPVT&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check out the demo and let me know your thoughts on the design direction!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
      <category>react</category>
      <category>css</category>
    </item>
  </channel>
</rss>
