Skip to main content

Graph UI: Identity, Cards, and Shared With Me

The first-party Paradigm app provides two ways to view your data:

Identity vs Shared With Me

On the Graph page:

  • Identity: your nodes and relationships
  • Shared with me: nodes shared to you by other users (read-only)

Graph vs Cards (inside Identity)

Within Identity, you can switch between:

  • Graph: relationship-first visualization
  • Cards: list-based browsing optimized for scanning, search, and pagination

Cards show the same metadata you see when clicking a node in the graph, including:

  • Title, content, tags
  • Meaning level and node type
  • Relationships (Identity)
  • Agent metadata + node ledger (Identity)

Performance

For large graphs (500–5000 nodes):

  • Cards use pagination + search + sort
  • Graph loads the complete dataset to support filtering and navigation

Underlying API behavior

The “Shared with me” view is backed by listing nodes with:

  • access=shared
  • include_owner=true (so the UI can group by friend/owner)

See Nodes API for details.