<?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: Karthik</title>
    <description>The latest articles on DEV Community by Karthik (@karthik_c40c3df4bd1e7c38e).</description>
    <link>https://dev.to/karthik_c40c3df4bd1e7c38e</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%2F3904171%2F8e858c57-2980-4578-8a86-e393cdf8b21d.png</url>
      <title>DEV Community: Karthik</title>
      <link>https://dev.to/karthik_c40c3df4bd1e7c38e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/karthik_c40c3df4bd1e7c38e"/>
    <language>en</language>
    <item>
      <title>I got frustrated trying to share simple HTML projects, so I built a tool to host them instantly without deploying.</title>
      <dc:creator>Karthik</dc:creator>
      <pubDate>Wed, 29 Apr 2026 11:08:01 +0000</pubDate>
      <link>https://dev.to/karthik_c40c3df4bd1e7c38e/i-got-frustrated-trying-to-share-simple-html-projects-so-i-built-a-tool-to-host-them-instantly-3l1</link>
      <guid>https://dev.to/karthik_c40c3df4bd1e7c38e/i-got-frustrated-trying-to-share-simple-html-projects-so-i-built-a-tool-to-host-them-instantly-3l1</guid>
      <description>&lt;p&gt;Hey everyone! I’m a 19-year-old student, and I kept running into the exact same annoying problem: trying to quickly share a small static web project (HTML/CSS/JS) with a friend or test it on my phone.&lt;/p&gt;

&lt;p&gt;Zipping it up and sending it over Discord is clunky, and setting up a whole GitHub repo just to link it to Vercel or Netlify feels like way too much effort for a 5-minute homework assignment or a quick CSS test. So, as a side project, I decided to just build my own solution called RunZip.&lt;/p&gt;

&lt;p&gt;The concept is incredibly simple: you just drag and drop a .zip file of your project onto the screen. The server instantly extracts it, finds your index.html, and gives you a live public URL and a QR code so you can scan it on your phone immediately. No account required, no login screens, no git commands.&lt;/p&gt;

&lt;p&gt;Because I’m hosting this completely for free on Render, I had to be careful about running out of disk space. I ended up making the whole platform strictly ephemeral. Every project you upload is automatically wiped from the server after exactly 10 minutes by a background cron job. It's essentially "Snapchat for web hosting."&lt;/p&gt;

&lt;p&gt;I built the backend using Node.js and Express, and I even wrote a custom DOM injector using Cheerio so the server can safely inject a little "Share" timer badge into the hosted pages.&lt;/p&gt;

&lt;p&gt;I’d love for you guys to test it out, try to break it, or look at the code!&lt;/p&gt;

&lt;p&gt;Live Demo: &lt;a href="https://runzip.onrender.com" rel="noopener noreferrer"&gt;https://runzip.onrender.com&lt;/a&gt; &lt;br&gt;
GitHub Repo: &lt;a href="https://github.com/rvkarthik579/runzip" rel="noopener noreferrer"&gt;https://github.com/rvkarthik579/runzip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let me know what you think!&lt;/p&gt;

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