Show HN: Webclone.js – A simple tool to clone websites
Posted by jadesee 8 days ago
I needed a lightweight way to archive documentation from a website. wget and similar tools failed to clone the site reliably (missing assets, broken links, etc.), so I ended up building a full website-cloning tool using Node.js + Puppeteer.
Repo: https://github.com/jademsee/webclone
Feedback, issues, and PRs are very welcome.
Comments
Comment by frankhsu 7 days ago
Then I just throwed it to my Cursor and it help me solved the issue.
Comment by ohans 7 days ago
npx webclone URL (no repo cloning required)
Also, FYI, when running the example code
node webclone.js https://www.example.com/
It fails (at least for me) until I either install yt-dlp or ignore videos via:
node webclone.js https://www.example.com/
Comment by jadesee 5 days ago
Comment by khiqinsta 7 days ago
Comment by moralestapia 7 days ago
Comment by jadesee 7 days ago