#0001
`redd-archiver`: turn dumped Reddit data into an offline, self-hosted archive
40radar
redd-archiverArchive tool — turns dumps into offline static Reddit archives
This packages a raw data dump into static HTML plus an optional local search/API layer. The stronger signal is demand for data ownership products that survive API lockouts, so the pattern is reusable.
- Builds browsable static HTML from
.zst, SQL, and.7zdumps with no JavaScript or external requests, so distribution can be as simple asindex.htmlon USB or LAN. - Adds a local REST API with 30+ endpoints and an MCP server with 29 tools; archived data becomes app-readable, not just human-readable.
- Claims tens of millions of posts per instance with PostgreSQL keeping memory flat; full-scale archives are split by topic instead of chasing one giant node.
- The monetizable angle is not 'Reddit clone' but private corpora, compliance exports, niche community mirrors, and portable research bundles.
Source: github.com/19-84/redd-archiverRead original →