HtmlGraph
Description
HtmlGraph - HTML is All You Need
A graph database framework built entirely on web standards.
Core Concept
Instead of using Neo4j or other graph databases, HtmlGraph uses:
- HTML files as nodes
- Hyperlinks as edges
- CSS selectors as query language
Key Benefits
- Zero dependencies - no Docker, no JVM
- Git-friendly - text diffs work perfectly
- Human-readable - view source in browser
- Offline-first - just files
Related Concepts
See: [[Web Standards]], [[Graph Databases]], [[AI Agents]]