ƒxyzƒxyz Docs
The NetworkKnowledge Graph

Visualizations & Interface

Current graph-explorer architecture across standard mode, advanced mode, provider state, and app integration.

The current graph UI should be understood through the live app, not through older force-graph experiments.

The Two Main Modes

Standard Graph Explorer

Route: /graph

This is the default interactive graph surface. It combines:

  • GraphProvider for data access and context
  • UnifiedGraph for rendering
  • toolbar controls
  • node-type legend
  • celestial context when relevant

Advanced Graph Mode

Route: /graph?mode=advanced

This is the successor to the older “cartography” framing. It is the workbench mode for deeper graph exploration and layered controls.

Component Structure

ComponentRole
GraphProviderdata source selection and graph state
UnifiedGraphprimary visualization surface
GraphToolbarcontrols and mode switching
GraphGuideCardusage/help layer
AdvancedGraphLayoutadvanced workbench mode
MiniGraphWidgetembeddable neighborhood subgraph focused on a single node
GraphShellgraph-first shell behavior inside the authenticated layout

Data Sources

The explorer supports multiple source modes through provider state:

  • personal
  • network
  • celestial
  • entities
  • smart

The standard graph route uses these sources dynamically instead of hardwiring one static view.

App Integration

The graph is not isolated to /graph. It also informs:

  • circles
  • legal entities
  • profile / identity context
  • minimap and navigation cues
  • algorithm and network-health views

Rendering Notes

The public docs no longer need to overstate low-level renderer details. What matters for readers is:

  • the graph is browser-only and dynamically loaded
  • the product supports standard and advanced graph modes
  • graph state is shared through the visualization package
  • the app shell treats graph pages differently from ordinary content pages

On this page