RP Browser
A static React web app for browsing and searching remotely-hosted researcher profiles.
You can browse researchers’ expertise, publications, and background; search by topic to find researchers working on specific problems (the search runs in your browser, with no server); and paste a profile URL to check that it is published correctly.
Run it locally with npm run dev.
Running it
Section titled “Running it”cd rp-browsernpm installnpm run dev # Vite dev server on http://localhost:5185To test against locally-published profiles, run rp render and rp site
first (see the rp-sdk docs), then serve the output directory and
add it as a source in rp-browser.
The rp-browser README covers the source model, client-side validation, the local embedding models, environment variables, and deployment.