Interactive WordNet Visualizer-Explore Semantic Relations as a Graph
Pretty WordNet graph visualization, but static data exploration without novel semantic insights.

Hierarchical call graphs for Go when Sourcegraph and IDEs already do this.
Go developers, engineering teams
Sourcegraph · CodeSee · Go Call Graph
I'm toying around with a concept to generate hierarchical call graphs to visualize call flow at different levels of granularity like structs and packages. Because at times you want to see the architectural elements, and at times the low level detail. In addition, AI can help weed out some of the "uninteresting" noise and expand with additional semantic information.
The result is an interactive diagram of your codebase that you can zoom in and out of to see the level of abstraction you're interested in. I've generated diagrams for some popular go repositories in the link. Would love for you to have a look and hear your feedback on this concept. Also interested in your general thoughts around program comprehension and if you're rethinking this in the era of GenAI!
Pretty WordNet graph visualization, but static data exploration without novel semantic insights.
Cytoscape.js graph traversal through 3M Wikidata entities with trivia mode.
Fun Wikidata explorer with pretty graphs, but reference visualization not a product.
Visual knowledge graph navigation beats pure Q&A, but Cursor already exists.
Live codebase graph showing exactly where Claude Code reads, writes, and spends tokens.
72-flow graph makes AAuth protocol composition click where the spec's sequence diagrams don't.