A free, open, automatically-updating snapshot of r/LocalLLaMA โ keeping community discussions, insights, and model links accessible, even if the original subreddit ever disappears.
This is a static archive of r/LocalLLaMA โ automatically scraping new posts every hour and saving them as JSON and simple static pages.
Itโs built with:
- React + Ant Design (for clean browsing)
- Node.js scrapers (fetch & dump posts)
- Static hosting via GitHub Pages
๐ Live Archive: Visit here
๐ Repo: View source
- Subreddits get banned, private, or wiped all the time.
- We donโt want thousands of hours of community knowledge โ local LLM experiments, model links, guides โ to vanish.
- By saving it as static files, itโs easy to fork, mirror, or self-host.
- โ
Hourly scraping of
hot,top, andbestposts - โ Each post saved as JSON for transparency
- โ Clean static pages for browsing
- โ Built for forking โ anyone can mirror this easily
- โ No user tracking, no ads
- Scraper: Runs on GitHub Actions every hour.
- Builder: Regenerates the static site pages automatically.
- Deploy: Pushes to GitHub Pages.
- Browse: You can read, search, and explore right in your browser.
This site includes a fuzzy search bar (powered by Fuse.js) so you can quickly find posts by keywords โ even across thousands of JSON files.
This is not meant to be the only copy.
The real value is when many people fork and mirror it!
How to mirror:
git clone https://github.com/maifeeulasad/LocalLLaMA.git
# Keep your fork in sync
pnpm install
pnpm run build
# Deploy to your own GitHub Pages, server, or static hosting