
react
React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
它为 Audiobookshelf 提供了专业、可定制的界面改造,支持服务器级默认设置、用户个性化配置、内置评分功能,且不修改 ABS 容器。
A drop-in reverse proxy that applies the NanoHive theme to Audiobookshelf Web for every user, with no Tampermonkey and no per-browser setup. Put it in front of your ABS server; it injects the theme's CSS and JS into the HTML it serves.
Nothing is written to your ABS container. Remove the proxy and you're back to stock.
Web only. The ABS mobile apps render natively and are unaffected — they'll keep working through the proxy, they just won't be themed.
| Home | Book details |
|---|---|
docker run -d \
-p 8080:80 \
-v nh_theme_data:/data/nh \
-e ABS_UPSTREAM=http://your-abs-host:80 \
ghcr.io/rodzalendo/nanohive-abs-theme:latest
Point your browser (or reverse proxy / Cloudflare tunnel) at port 8080 instead of ABS directly
Audiobookshelf Web Modern Theme
根据分类、Topic 和编程语言匹配的相似项目。

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
A GPT‑image powered app that extracts individual garment cutouts from photos, organizes them into a digital wardrobe, and generates modeled outfit previews.
A browser-based first-person shooter built entirely with procedural generation and orchestrated AI agents, featuring 55k lines of Three.js/WebGL2 code and no art assets.