Quira Quira Docs
GitHub Star

Context Graph

Now that you've installed Quira, let's explore the core feature that sets it apart. The Context Graph is Quira's core differentiator. It automatically captures and structures your browsing activity into an interactive knowledge graph, turning ephemeral tab sessions into persistent, queryable context. You can visualize it, query it in plain English, and export it to other tools.

Traditional:  Tab -> Close -> Forget
Quira:        Tab -> Auto-context node -> Thought-flow mapping -> Resume anytime

How nodes are created

Any page you visit for 30 seconds or more automatically generates a context node. This threshold filters out accidental clicks and quick bounces, capturing only pages you actually engaged with. Pages on your domain exclusion list (e.g., email, banking) are never captured.

Each node stores rich metadata generated by the local AI:

FieldTypeDescription
titlestringPage title at time of capture
ai_summarystringLocal AI-generated summary (2-3 sentences)
ai_entitiesstring[]Extracted entities (people, concepts, products, technologies)
ai_embeddingfloat[384]Semantic embedding vector for similarity search
total_dwell_timeintegerCumulative time spent on the page (seconds)
user_tagsstring[]User-assigned tags for manual organization

Edge types

Edges connect nodes and carry a weight field (0.0-1.0) indicating connection strength. There are three types:

Edge TypeSourceDescription
navigationBrowser eventUser navigated from page A to page B (the actual research path)
ai_inferredLocal AITopic or entity similarity detected between nodes
user_createdManual actionUser explicitly linked two nodes

Navigation edges are unique to Quira

Unlike traditional knowledge graphs that only capture "relatedness," navigation edges represent your actual thought flow  Ethe path of your investigation. This is what makes Research Replay possible.

Three-layer access model

The Context Graph is progressively disclosed through three layers, from ambient awareness to full exploration:

LayerSurfaceWidthDescription
Layer 1Ambient Sidebar (KG Pulse)48pxRelated nodes shown as glowing dots alongside the current page
Layer 2Contextual Panel360px2-hop local graph with filtering and navigation. Opened via Cmd+Shift+K
Layer 3Full Graph ExplorerFull screenWebGPU-rendered explorer at quira://graph with timeline playback

Storage and free tier

All Context Graph data is stored locally in an encrypted SQLite database with FTS5 for full-text search and sqlite-vec for vector similarity queries. Data never leaves your device.

The Free plan includes 500 nodes per month. You'll receive progressive notifications at 400, 480, and 500 nodes. After the limit, browsing and manual operations are unrestricted  Eonly automatic node generation pauses. The Pro plan offers unlimited nodes. For details on the underlying database, see Storage (SQLite).

← Previous: Installation Next: Context Spaces →
Was this page helpful?
Ask AI
Q

Ask anything about the documentation

Ctrl+K to open anytime