Back to browse
GitHub Repository

Shadow any website for offline viewing, with the JavaScript stripped out

0 starsGo

Kage – Shadow any website to a single binary for offline viewing

by tamnd·Jun 14, 2026·75 points·26 comments

AI Analysis

●●SolidSolve My ProblemShip It

SingleFile alternative that renders JavaScript first, then strips it for safety.

Strengths
  • Headless Chrome rendering ensures dynamic SPAs save correctly without broken loaders.
  • Stripping JavaScript prevents analytics calls and tracking in your permanent archives.
  • Single binary packing option makes sharing offline sites trivial without servers.
Weaknesses
  • Requires local Chrome or Chromium installation unless using the Docker container.
  • Folder-based output is less portable than SingleFile's single HTML approach.
Target Audience

Developers, digital archivists, researchers

Similar To

SingleFile · ArchiveBox · HTTrack

Similar Projects

Design●●Solid

Design Memory – Extract design systems from live websites via CLI

Playwright-driven crawling + deterministic token extraction plus an LLM for semantic labeling is a clever pipeline — it doesn’t just scrape CSS, it produces an AI-optimized .design-memory folder with tokens, component recipes, and multi-page merge/diff capabilities. Expect variable fidelity on highly dynamic or framework-heavy sites since the approach depends on selector heuristics and an API key, but the CLI commands (learn, install, diff) and docs show this is more than a research sketch.

WizardryNiche Gem
saleban1031
103mo ago