Dashboard tour
What lives behind sign-in at repowise.dev/dashboard — the hosted control plane for your indexed repos, workspaces, MCP keys, billing, and team.
The hosted dashboard at repowise.dev/dashboard
is the control plane for everything you can do with the hosted version
of repowise. The same intelligence layers that repowise serve exposes
locally are here, plus the bits that only make sense for a managed
service: indexing status, MCP key minting, GitHub App management,
billing, and team membership.
What's on it
| Section | What you do here |
|---|---|
| Repos | Index a new repo, see indexing status, browse the wiki, jump into chat, view hotspots / dead code / ownership |
| Workspaces | Group repos into a workspace, view cross-repo co-changes and contracts |
| Chat | Natural-language Q&A over any repo or workspace — the same RAG that powers get_answer |
| Decisions | Review proposed decisions mined from git, confirm or dismiss them, capture new ones |
| Costs | LLM spend per repo, per day, per model — running totals |
| Settings → Editor | Mint API keys and copy the MCP snippet for your editor |
| Settings | Account, GitHub App, team, billing |
Indexing a repo
From Repos → + Index a new repo:
- Pick a GitHub URL (or select from the list once the GitHub App is installed).
- Choose the LLM provider (Repowise-managed by default — your account's pooled key — or BYOK).
- Submit. Indexing runs on managed infrastructure; you'll get an email when it's done.
The repo card shows status (indexing, ready, stale, error)
and a re-sync button. Pushes auto-sync via webhook — no manual update
unless you want to force one.
Connecting your editor
Settings → Editor mints an API key and shows a ready-to-paste MCP snippet for Claude Code, Cursor, Claude Desktop, VS Code, and Windsurf. The snippet uses the HTTP transport and points at the hosted MCP endpoint.
Keys are scoped per repo or per workspace and revocable any time. See Connecting your IDE for the full walkthrough.
What's not on the dashboard
- The four intelligence layers themselves — they live in the wiki and the MCP tools, not as separate dashboard pages.
- The CLI — the dashboard wraps the same server as
repowise serve, but you don't run shell commands here.
Self-hosted? repowise serve gives you most of the same screens
locally at http://localhost:3000. The bits that only exist on the
hosted dashboard are the ones that wrap a managed service — billing,
team management, the GitHub App installer.
Connecting your IDE
Mint an API key on the hosted dashboard and paste a snippet — Claude Code, Cursor, Claude Desktop, VS Code, and Windsurf supported.
Computed glossary
Every term repowise computes — traversal, graph, git, analysis, generation, workspace, persistence, MCP. The vocabulary map for wiki pages, graph records, risk signals, contracts, and tool responses.