Domicile / playground ← Back to landing
Interactive

Retrieval, generation,
tool use — in residence.

A small in-browser corpus, indexed by the real Domicile engine. Retrieve by meaning with the pure-TS HNSW index, download a local LLM and stream grounded answers with citations, then watch a model call the custody layer's MCP tools — all in your browser. After the models cache, every step is zero egress.
Matter corpus · 24 docs · 384-dim
cosine / hnsw (pure-TS)
Press retrieve to surface semantically related documents.
Residency · live
your browser
Index
HNSW pure-TS
Metric
Cosine
Docs
24
Query
ms
Device capabilities
WebGPU acceleration
WebAssembly
IndexedDB custody
SharedArrayBuffer
Local LLM · download & run
webllm · webgpu
Model
Idle — no model loaded. Retrieval works without one.
The model streams from the CDN into the browser cache on first load (one-time). Every run after that is offline and zero egress — verify in your network tab.
RAG answer (streaming, grounded in the corpus)
Load a model above to stream a grounded answer.
MCP tools & agent loop
model context protocol
The custody layer exposed as Model Context Protocol tools. Run one directly, or let a loaded model drive an agentic loop that calls them to ground its answer.
Tool registry — run a tool by hand
Loading tools…
Agent — model-driven tool use
Load a model in the panel above to enable the agent loop.