RepoVerse is a static prototype for an internal GitHub/codebase activity console. It deploys on Vercel with no build step.
- Demo Org mode with curated multi-repo data.
- GitHub Repo mode for
owner/repodrilldown. - GitHub Org/User mode for public repository planets.
- People, Teams, and Repos orbit modes.
- Repo planets for multi-repo organizations, with size influenced by activity/load and click-to-drilldown into contributor orbit mode.
- Contributor avatars, contribution counts, recent commits, and open PR context.
- PR Radar grouped into Draft, Needs Review, Changes Requested, and Approved demo states.
- Live Activity feed from sampled GitHub events and commits.
- Hybrid Intelligence panel that combines real GitHub data with demo-friendly inferred signals.
- Collapsible/resizable side panels and fullscreen orbit stage.
- Keyboard-focusable controls and nodes.
The prototype currently uses public REST API endpoints for:
- repository metadata
- organization/user repositories
- contributors
- open pull requests
- recent commits
- public repository events
- CODEOWNERS discovery when available
A GitHub token can be entered locally for higher rate limits or private repo access. It is stored only in browser localStorage. Production OAuth should use a backend callback and server-side token exchange.
Repos:
storybookjs/storybookvitejs/vitefacebook/reactmicrosoft/vscode
Orgs/users:
storybookjsvitejssupabasegrafana
The recommended strategy is hybrid: use real GitHub data for repos, avatars, PRs, commits, labels, events, and counts; use enriched summaries for ownership, team grouping, review risk, and manager-facing insights until a backend intelligence layer exists.