WeSearch

I built a tool to instantly share web projects without deploying

·1 min read · 0 reactions · 0 comments · 18 views
#webdev#javascript#node
I built a tool to instantly share web projects without deploying
TL;DR · WeSearch summary

A computer science student has developed a tool called RunZip that allows users to share web projects instantly without the need for deployment. Users can upload a ZIP file and receive a live URL and QR code, with files automatically deleted after 24 hours. The tool was created using Node.js, Express, and Vanilla JS, and a desktop version is also available.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3904171) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Karthik Posted on May 20 I built a tool to instantly share web projects without deploying #webdev #javascript #showdev #node As a CS student, every time I wanted to show something I built, I had to either deploy it, screen share, or send files over WhatsApp. So I built RunZip. Drop a ZIP file, get a live URL and QR code instantly. No login, no setup, no account. Files auto delete after 24 hours. I built it with Node.js, Express, and Vanilla JS.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)