I built a tool to instantly share web projects without deploying
Source: Dev.to

Introduction
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. To simplify this workflow, I created RunZip.
How It Works
- Drop a ZIP file.
- Instantly receive a live URL and a QR code.
- No login, no setup, no account required.
- Files are automatically deleted after 24 hours.
Tech Stack
- Backend: Node.js, Express
- Frontend: Vanilla JavaScript
- Desktop version: Electron
Live Demo
Source Code
https://github.com/rvkarthik579/runzip
Call for Feedback
I’d love feedback from the community. Is this useful to you? What would you improve?