Hacker News new | ask | show | jobs
Another Hoarder,but Running on a Cloudflare Worker
6 points by Ray-D-Song 536 days ago
When I saw Hoarder, I was very shocked because I had just implemented an application with similar functionality not long ago, called web-archive.

However, there are a few differences. The web-archive runs on Cloudflare, utilizing the free tier of D1 database and R2 object storage, so it doesn't require its own server.

Simultaneously capturing web pages is done through Chrome and Firefox browser extensions.

I simplified the deployment using GitHub Actions, maybe someone would be interested in trying it...

https://github.com/ray-d-song/web-archive

1 comments

Consider changing the title to “Show HN:”

Great work!