Skip to main content

Documentation Index

Fetch the complete documentation index at: https://devgraph.ameyalambat.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Usage

devgraph studio

Description

Launches DevGraph Studio, an interactive graph viewer at http://localhost:9111. Studio reads .devgraph/graph.json and renders the hybrid graph directly.

Features

Mixed Graph

Visualize both service and file nodes in the same graph.

Node Details

Inspect path, ownership, provenance, evidence, and neighboring nodes.

Search

Find graph nodes quickly by name or path.

Graph Filters

Filter by node kind, community, provenance, and owned versus unowned files.

Prerequisites

Build the graph before launching Studio:
devgraph build .
devgraph studio

What You See

Studio is optimized for exploring the hybrid graph:
  • service nodes and file nodes use distinct visuals
  • graph layout groups related nodes by structure and community
  • edge tooltips and node panels expose provenance and evidence when available
  • service editing still operates on the service layer from graph.json

Port

Studio runs on port 9111 by default.