Back to browse
GitHub Repository

πŸ—žοΈ Kiosk24 explore and tracks news websites

1 starsTypeScript

I built an app that screenshots news sites hourly on Raspberry Pi 5

by herol3oyΒ·Mar 1, 2026Β·1 pointΒ·0 comments

AI Analysis

●●SolidShip ItDark Horse

Cloudflare + Playwright + Pi5 stack is well-chosen, but web-scraping for archives is solved territory.

Strengths
  • β€’Smart infrastructure choice: Playwright on Pi5 sends screenshots to Cloudflare Workers + R2/D1, eliminating server costs.
  • β€’Monorepo structure (Astro frontend, Hono API, shared types) is clean and modern; good template for similar projects.
  • β€’Solves a real use case: visual diff tracking for news sitesβ€”more nuanced than feed aggregation.
Weaknesses
  • β€’Web archiving and change detection exist (Wayback Machine, web.archive.org, Versionista); no novel approach or differentiator.
  • β€’Scope is narrow: hourly news screenshots work for one use case; unclear if this generalizes or has staying power.
Target Audience

News archivists, media researchers, self-hosters interested in web monitoring

Similar To

Wayback Machine Β· Versionista Β· Heritrix Web Crawler

Similar Projects