Sources

Everything this app draws is one of three things, and they are not interchangeable. The tags say which.

Caching

Every archive is reached through a route handler, never from the browser, and every response is cached to disk. A dead upstream serves the last good copy with a staleness flag rather than failing the page — the flag is shown, never hidden. Nothing is fetched at build time, so no third party's rate limiter can decide whether this app builds.

/root/.cache/carver-neuro-lab

Outside the project directory on purpose: this tree sits under a cloud-synced folder that evicts large, rarely-read files to placeholders which return no bytes. The cache is also treated as disposable — a purged or partial cache is a miss, never an error.