Skip to main content
AIDiveForge AIDiveForge
Visit Mind-expander

Get This Tool

License: Apache-2.0 Any use incl. commercial
Local-run terms: Apache-2.0 allows free use, modification, and distribution for commercial and private purposes, with attribution required and liability/warranty disclaimers.

Share This Tool

Compare This Tool
📋 Embed this tool on your site

Copy this code to embed a compact tool card:

Mind-expander

FreeOpen SourceSelf-HostedAgentic

Pricing

Model
Free

Summary

AI coding agents are only as useful as their context — and when a codebase spans dozens of modules, the agent is flying blind through a flat file tree. mind-expander turns that file tree into a source-backed graph on an infinite canvas, giving both you and the agent a shared map of modules, types, calls, and dependencies.

The agent drives the canvas: it can run `npx mind-expander` in the background, load skill integrations, and build guided tours through architecture. You see the same graph the agent is reasoning about, which means review decisions and refactor plans are grounded in actual dependency structure — not the agent's approximation of it. That shared view is the differentiator. The ceiling arrives with language support: Rust and TypeScript are covered, the docs describe more language frontends as planned. Teams whose core services are in Go, Python, or Java will hit that wall on day one.

Bottom line: Pick this when your AI-assisted refactor lives in a Rust or TypeScript codebase and you need both you and the agent working from the same dependency graph — but plan a different approach when your stack is outside those two languages.

Community Performance Report Card

No community ratings yet. Be the first to rate this tool!

Best For: Development teams using AI coding agents for architecture work, Code reviewers analyzing multi-file changes and architectural impacts, Developers planning large refactors with AI assistance, Teams handling Rust and TypeScript codebases

Community Benchmarks Community

No community benchmarks yet. Be the first to share a real-world data point.

  • Source-backed dependency graph generated from actual code rather than agent inference, so the agent's architecture reasoning is grounded in real module relationships instead of reconstructed approximations that break on unfamiliar patterns.
  • Agent-steerable canvas with guided tour support, which means an AI agent can walk a developer through an unfamiliar codebase interactively — replacing a static wiki page that goes stale the week after it's written.
  • PR and commit impact visualization scoped to the actual nodes changed, so reviewers see cross-boundary effects in the dependency graph without manually tracing every import chain.
  • Fully open-source under Apache-2.0 with no paid tier, so the tool can be self-hosted and extended without a licensing negotiation when your team needs a custom language frontend or a different rendering surface.
  • First-class Claude agent integration via a dedicated skill directory and hooks, which means agent setup follows a documented protocol rather than a trial-and-error prompt engineering session.
  • Language support is limited to Rust and TypeScript at the time of publication — teams with Go, Python, Java, or mixed-language services cannot use the graph features at all. There is no workaround short of contributing a new language frontend. Teams in those stacks will evaluate a different static analysis or diagramming tool from day one.
  • No API surface is exposed, so integrating mind-expander into a CI pipeline or a custom agent harness outside the supported skill integration requires forking the project and building that surface yourself — at which point you are maintaining a fork.
  • The agent integration is documented specifically for Claude; teams running GPT-4, Gemini, or a self-hosted model will find the skill directory and hooks are Claude-shaped, and adapting them to a different agent framework is undocumented and likely manual.

Community Reviews

No reviews yet. Be the first to share your experience.

About

Platforms
Web (browser-based), CLI (npx)
API Available
No
Self-Hosted
Yes
Last Updated
2026-06-09T08:38:51.538Z

Best For

Who it's for

  • Development teams using AI coding agents for architecture work
  • Code reviewers analyzing multi-file changes and architectural impacts
  • Developers planning large refactors with AI assistance
  • Teams handling Rust and TypeScript codebases

What it does well

  • AI agent-guided code architecture review and planning
  • Understanding codebase structure and module dependencies before refactoring
  • Visualizing pull request changes across system boundaries
  • Onboarding developers by walking through codebase architecture interactively
  • Tracing impact of commits on system structure and dependencies

Integrations

AI agent skills (Claudeetc.)

Discussion Community

No discussion yet. Sign in to start the conversation.

Spotted incorrect or missing data? Join our community of contributors.

Sign Up to Contribute

Community Notes & Tips Community

Be the first to contribute. General notes, observations, gotchas, and tips from people who use this tool day-to-day.

Frequently Asked Questions

Is Mind-expander free?
Yes — Mind-expander is fully free to use. There is no paid tier.
Is Mind-expander open source?
Yes. Mind-expander is open source.
Can I self-host Mind-expander?
Yes. Mind-expander supports self-hosting on your own infrastructure.
What platforms does Mind-expander support?
Mind-expander is available on: Web (browser-based), CLI (npx).

Hours Saved & ROI Stories Community

Be the first to contribute. Concrete time/cost savings, with context. e.g. "Cut my code review backlog from 4h to 45m per week."

Mind-expander

AI agents planning a refactor can describe a module graph accurately in simple cases and confidently wrong in complex ones — because they reconstruct structure from text, not from the actual source. mind-expander closes that gap. It parses a codebase into an infinite-canvas graph: modules, types, call relationships, dependency edges, and the specific nodes touched by a commit or PR. Agents connect through a skill integration, invoke the tool in the background, and can steer the visualization directly. You and the agent share the same source-backed workspace, not separate mental models.

The differentiating capability is agent-directed guided tours. An agent can walk through codebase architecture interactively — highlighting the path from an entry point through its dependency chain, or isolating the blast radius of a proposed change. This is not a static diagram the agent describes; the vendor describes agents actively creating and steering these tours, which means onboarding a developer or scoping a PR review becomes a collaborative session with the agent rather than a briefing followed by manual verification.

The tool fits best on teams running AI-assisted architecture work where the codebase is Rust or TypeScript — pre-refactor scoping, PR review across system boundaries, and developer onboarding where a new team member needs to understand module ownership fast. It breaks immediately for teams whose primary services are in Go, Python, Java, or any language outside the two supported frontends. The project is Apache-2.0 licensed, fully open-source, self-hosted via a local server, and carries no paid tier — so the ceiling is entirely about capability, not cost.

Distribution is through npm (`npx mind-expander`) alongside a Rust core built with Cargo. The repository includes a `.claude/` directory with hooks and a dedicated `skill/` directory, indicating Claude-specific agent integration is a first-class workflow rather than an afterthought. An `AGENTS.md` file documents agent interaction protocols directly in the repo.