https://github.com/angr6908/holodex-nano
Minimal Holodex Frontend
https://github.com/angr6908/holodex-nano
hololive nextjs react shadcn-ui vercel
Last synced: 7 days ago
JSON representation
Minimal Holodex Frontend
- Host: GitHub
- URL: https://github.com/angr6908/holodex-nano
- Owner: angr6908
- Created: 2026-05-15T10:52:22.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-13T17:48:21.000Z (19 days ago)
- Last Synced: 2026-06-13T19:22:52.354Z (19 days ago)
- Topics: hololive, nextjs, react, shadcn-ui, vercel
- Language: TypeScript
- Homepage: https://holodex-nano.vercel.app
- Size: 141 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Holodex Nano
## Demo site
https://holodex-nano.vercel.app
## Personalization
You may change the constants below for personalization.
|Constant|Location|Function|
|:--|:--|:--|
|`DEFAULT_HOME_ORGS`|`/src/lib/holodex.ts`|Loads these organizations by default|
|`preferredOrgNames`|`/src/lib/orgs.ts`|Organizations in the Quick Select zone|
## Deploy with Vercel
[](https://vercel.com/new/clone?repository-url=https://github.com/angr6908/holodex-nano)
## Deploy with Docker
```yaml
services:
holodex-nano:
image: unmol637/holodex-nano:latest
container_name: holodex-nano
restart: always
ports:
- "8080:8080"
```