<?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: nulldeps</title>
    <description>The latest articles on DEV Community by nulldeps (@nulldeps).</description>
    <link>https://dev.to/nulldeps</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%2F3868522%2F491b47e5-3860-4538-8e91-79460bb9d209.png</url>
      <title>DEV Community: nulldeps</title>
      <link>https://dev.to/nulldeps</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nulldeps"/>
    <language>en</language>
    <item>
      <title>I built a JS framework with zero dependencies. Here's why</title>
      <dc:creator>nulldeps</dc:creator>
      <pubDate>Wed, 08 Apr 2026 21:08:21 +0000</pubDate>
      <link>https://dev.to/nulldeps/i-built-a-js-framework-with-zero-dependencies-heres-why-kle</link>
      <guid>https://dev.to/nulldeps/i-built-a-js-framework-with-zero-dependencies-heres-why-kle</guid>
      <description>&lt;p&gt;In March 2026, the &lt;code&gt;axios&lt;/code&gt; maintainer's npm account got hijacked.&lt;br&gt;
&lt;strong&gt;300 million weekly downloads. One compromised account.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That's when I asked myself:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;How much of my attack surface is just... npm?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So I built something without it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is nulldeps?
&lt;/h2&gt;

&lt;p&gt;A micro-framework for building web apps.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ No npm&lt;/li&gt;
&lt;li&gt;✅ No build step&lt;/li&gt;
&lt;li&gt;✅ No node_modules&lt;/li&gt;
&lt;li&gt;✅ No config files&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What you get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🧩 Web Components&lt;/li&gt;
&lt;li&gt;🔀 Client-side Router&lt;/li&gt;
&lt;li&gt;🗃️ Reactive Store&lt;/li&gt;
&lt;li&gt;📡 EventBus&lt;/li&gt;
&lt;li&gt;🌐 Http Client&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Zero dependencies. Nothing to hijack.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The honest tradeoff
&lt;/h2&gt;

&lt;p&gt;You lose the ecosystem. No Vite. No Tailwind out of the box. &lt;br&gt;
No bundler magic.&lt;/p&gt;

&lt;p&gt;But you gain: &lt;strong&gt;complete control over your dependency graph.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No supply chain attack can hit what doesn't exist.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;GitHub: &lt;br&gt;
&lt;a href="https://github.com/mymcp-github/nulldeps" rel="noopener noreferrer"&gt;github.com/mymcp-github/nulldeps&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Live Demo: &lt;br&gt;
&lt;a href="https://nulldeps.mymcp.de/demo/" rel="noopener noreferrer"&gt;https://nulldeps.mymcp.de/demo/&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What do you think? Where does this approach break down?&lt;br&gt;
I'd love honest feedback — especially from people who've hit the &lt;br&gt;
limits of vanilla JS at scale.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>security</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
