← statichum.studio

A lightweight self-hosted git forge that is resilient to AI scrapers out of the box, without bolting on a separate anti-bot proxy

dev tool real project •• multiple requests

Self-hosters leaving GitHub want a lightweight forge they can run on a small VPS, but AI scrapers crawl every file, git-blame view, and per-commit archive and exhaust the server. Forgejo/Gitea aren't resilient by default -- operators must require sign-in for all access or front the forge with a separate anti-bot layer like Anubis or Iocaine. The unmet need is a forge that's scrape-resistant by default, without the ops burden of running and tuning extra infrastructure.

builder note

The wedge is zero-config scrape resistance baked into the forge -- sensible per-route rate limits, archive/blame throttling, and bot heuristics on by default -- not 'go install Anubis'; the people asking are small self-hosters who will not stand up and tune a second reverse proxy just to publish a few public repos.

landscape (2 existing solutions)

There's no self-hosted forge that is simultaneously lightweight and scrape-resistant out of the box; today resilience means running and maintaining Anubis/Iocaine in front, which is the ops overhead that pushes hobbyist self-hosters away in the first place.

Forgejo / Gitea Lightweight forges, but not scrape-resistant: bots crawl every file, blame view, and commit archive and exhaust small-VPS resources, so maintainers must require sign-in or add a separate proxy.
Anubis / Iocaine The de-facto fixes, but they're separate reverse-proxy / tarpit layers an operator has to deploy and tune -- exactly the extra moving part small self-hosters are trying to avoid.

sources (1)

hn https://news.ycombinator.com/item?id=48611303 "git replacement that's light-weight (i.e. resilient to scraping)" 2026-06-20
self-hostedgit-forgeai-scrapersforgejoanti-bot