vrom-hub / README.md
philipp-zettl's picture
Initial Space setup: README with OAuth config
cc5fe98 verified
---
title: "🧩 vROM Hub"
emoji: 🧩
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: "6.13.0"
app_file: app.py
pinned: true
hf_oauth: true
hf_oauth_scopes:
- email
---
# 🧩 vROM Hub
Browse, submit, and manage [vROM](https://github.com/philsupertramp/vecdb-wasm) packages β€” pre-computed vector knowledge bases for in-browser semantic search.
## Features
- **πŸ“‹ Browse** β€” View all published vROMs in the registry
- **βž• Submit** β€” Request a new vROM from documentation URLs
- **πŸ” Admin** β€” Approve/reject submissions, trigger builds
## How it works
1. **Submit** documentation URLs via the form
2. An **admin reviews** and approves the request
3. The backend **chunks β†’ embeds β†’ builds HNSW** index
4. The vROM is **published** to the [registry](https://huggingface.co/datasets/philipp-zettl/vrom-registry)
5. Load it in the browser: `await memory.mount('your-vrom-id')`