Interactive visualization of HTML document structure as graphs
Interactive playground for visualizing HTML structure as graphs. Input HTML, configure rendering options, and see the graph rendered in real-time using various visualization libraries.
Coming in v0.1.1 â
Choose from multiple rendering engines: DOT (Graphviz via viz-js), vis.js for interactive exploration, D3 for force-directed layouts, Cytoscape for analysis, and Mermaid for documentation.
DOT renderer coming in v0.1.2 â
Pre-loaded sample HTML files to demonstrate capabilities: simple structures, nested elements, attributes, mixed content, and real-world Bootstrap examples.
View Simple Sample âCustomize visualization with presets (Full Detail, Structure Only, Minimal), toggle visibility of tag/attribute/text nodes, and choose from multiple color schemes.
Config panel coming in v0.1.1 â
Full OpenAPI documentation for the graph rendering endpoints. Integrate graph generation into your own applications with simple REST API calls.
View API Docs âMGraph is a graph-based data structure library that transforms HTML documents into traversable graph representations, enabling powerful analysis and visualization.
Learn More â