
react
React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
It provides a professional, customizable UI overhaul for Audiobookshelf with server-wide defaults, per-user settings, built-in ratings, and zero modification to the ABS container.
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
Similar projects matched by category, topics, and programming language.

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.