Discover the hidden mechanisms behind ordinary things.
"What invisible system is causing this?"
Rabbit Hole is not a news summarizer. It reveals the invisible systems — physics, engineering, biology, economics — that govern everyday observations.
| Path | Description |
|---|---|
backend/ |
FastAPI backend (RSS ingestion, LLM pipeline, REST API, Docker) |
android/ |
Android app (Kotlin, Jetpack Compose, offline-first) |
See backend/README.md for setup on the Jetson Orin Nano (192.168.3.30):
cd backend
cp .env.example .env
docker compose up -d --buildAPI: http://192.168.3.30:8000 · Docs: /docs
For the mobile client, see android/README.md.