Archived development artifacts for the Obsidian vault graph visualization.
This repository intentionally contains only the visualization code and generated HTML artifacts. It does not contain the Obsidian vault notes, attachments, .obsidian config, agent config, or trash folders.
obsidian-vault-3d-visualization.html- single-file 3D vault graph snapshot with interaction controls, chain reading, Markdown viewing, and MediaPipe gesture support.obsidian-vault-live-index.html- shareable browser-indexing version generated from the app source.obsidian-vault-graph-app/- frontend/backend split source for live vault indexing and standalone HTML generation.
Run the split app from an Obsidian vault root:
node obsidian-vault-graph-app/backend/server.mjsThen open:
http://127.0.0.1:8777/
The standalone files can also be opened directly in a browser, subject to browser file-access permissions.