Skip to main content
NeoGraph is the relationship substrate behind Introd. It is not a generic social graph browser; it is a tenant-scoped, evidence-backed graph for finding and explaining warm routes.

Core responsibilities

  • store tenant-scoped people, company, and identity nodes
  • materialize relationship edges from LinkedIn, email, meetings, shared context, and intro history
  • preserve provenance and confidence on every edge
  • support pathfinding, TrustRank, graph sharing, and intro outcome intelligence
  • feed ranked results back into dashboard and extension experiences

Active components

LayerFiles or services
Graph storageserver/services/graph/neo4j.ts and Neo4j
Query layerserver/services/graph/queries.ts
Path scoringserver/services/graph/pathIntelligence.ts
Sharing and unlocksserver/services/graph/sharing.ts
Intro marketplaceserver/services/graph/introMarketplaceService.ts
Fallback pathfindingserver/services/pathFinder.ts
Public graph routesserver/routes/graphIntel.ts

Design rules

  • every graph read must stay user- or workspace-scoped
  • every warm route must be explainable
  • inferred context can support ranking but not impersonate proof
  • graph output should degrade honestly when evidence is weak or Neo4j is unavailable

What NeoGraph powers