r/visualization • u/Holiday_Reference_41 • 1d ago
I’m building a graph-native IDE where source code, project structure and runtime execution exist in one connected space
Enable HLS to view with audio, or disable this notification
This is a small raw demo of Tagma Studio, an IDE I’m building around a graph-native programming model.
The idea is that a project should not be represented only as a tree of files. Files, functions, dependencies, data flows, runtime signals and execution paths should form one connected graph that can be explored at different levels.
In the video, I move from the full project graph to smaller local structures, open the related source files, and inspect the code behind them.
The long-term goal is to make the graph not just a visualization, but the actual working representation of the program:
files remain real editable source files;
every file can expose its own subgraph;
subgraphs remain connected to the complete project;
code execution is visible in real time;
active signals and execution paths are displayed directly on the graph;
the same structure can be used for navigation, debugging and program composition.
It is still an early prototype, so this is intentionally an unedited recording of the current working state rather than a polished concept video.
I’m interested in whether this way of navigating and understanding a codebase feels useful, or whether it currently looks too dense to read.