Semantic indexing · Chat · Citations

AI that understands your codebase — not just its text

RepoMind indexes structure, imports, and call patterns into a graph you can explore. Ask questions in chat, jump to cited lines in your editor, and see how files depend on each other.

paymentsView pricing
  • verified_userGitHub sign-in
  • linkClickable citations
  • hubDependency graph
repomind — workspace
// chunks + embeddings
import { useGraph } from './graph'
export function resolveImports() {
/* … */
return graph.traverse(…);
}

Ask RepoMind

What breaks if we change UserService?

Live graph

hubImports · files

Free tier

Start fast, no credit card.

Up to 3 active repositories; each is retained for 7 days so you can rotate projects. Upgrade paths will land on Pricing when billing is ready.

3repos at once
7day retention

How it works

Three steps from repo URL to answers grounded in your code.

database
Step 01

Index

Connect GitHub or paste a URL. We chunk the AST, embed meaning, and store vectors for retrieval.

forum
Step 02

Ask

Chat in plain language about architecture, bugs, or refactors—scoped to the repo you indexed.

format_quote
Step 03

Cite

Answers reference real chunks. Click citations to open the file view with context highlighted.

Built for real codebases

Graph, chat, and editor-style file view in one workspace.

hub

Dependency intelligence

See how modules link together. Useful when you need to know blast radius before a refactor.

folder
code
hub

Understands imports

Retrieval uses structure and paths, not just bag-of-words matches—so questions about real symbols land on useful context.

account_tree
stream

Streaming

Tokens stream as the model responds.

styler

Source-linked

Citations tie answers back to your files.

memory

Ship with more context

Sign in with GitHub, index a repo, and ask your first question in minutes.