Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>ArchFlowNew to Visual Studio Code? Get it now.
ArchFlow

ArchFlow

bekoders

|
4 installs
| (0) | Free
Visualize and understand your codebase architecture instantly. Perfect for AI-assisted coding - auto-detects changes and keeps you in control.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ArchFlow

Visualize and understand your codebase architecture instantly.

VS Code Marketplace License

ArchFlow automatically analyzes your codebase and generates interactive architecture diagrams. Perfect for understanding unfamiliar codebases, onboarding new team members, or keeping track of AI-assisted code changes.

Features

Visualization Instant Architecture Visualization

  • Auto-detection of project structure, frameworks, and technologies
  • Interactive diagrams showing systems, containers, and components
  • Request flow visualization showing how data moves through your system

AI AI-Assisted Coding Support

  • Multi-file change detection - automatically detects when AI tools modify multiple files
  • Auto-refresh - keeps your architecture view updated as you code
  • Smart notifications - alerts you when significant structural changes occur

Understanding Deep Code Understanding

  • Component analysis - understand what each part of your codebase does
  • Dependency mapping - see how components connect and communicate
  • Technology badges - quick view of frameworks and languages used
  • Drag to Chat - drag any element directly into your AI chat for instant context
  • Copy Prompt Context - right-click any element to copy its context for AI prompts

Tech Supported Technologies

  • Frontend: React, Next.js, Vue, Angular, Svelte
  • Backend: Node.js, Express, NestJS, FastAPI, Django, Flask, Spring Boot
  • Languages: TypeScript, JavaScript, Python, Java, Go, Rust, C#
  • And more...

Start Getting Started

  1. Install ArchFlow from the VS Code Marketplace
  2. Open any project in VS Code
  3. Run ArchFlow: Show Architecture Overview from the Command Palette (Cmd/Ctrl+Shift+P)
  4. Explore your architecture in the interactive view

Usage Usage

Commands

Command Description
ArchFlow: Analyze Workspace Architecture Scan and analyze your codebase
ArchFlow: Show Architecture Overview Open the architecture diagram

Activity Bar

Click the ArchFlow icon in the Activity Bar to access:

  • Overview - Tree view of your architecture
  • Component Details - Detailed information about selected components
  • Architecture Changes - Track changes over time

Config Configuration

AI-Powered Analysis (Optional)

Enable AI analysis for richer insights:

{
  "archflow.llm.provider": "gemini",
  "archflow.llm.apiKey": "your-api-key",
  "archflow.llm.model": "gemini-2.5-pro"
}

Settings

Setting Description Default
archflow.llm.provider AI provider to use none
archflow.llm.apiKey API key for the selected provider -
archflow.llm.model Custom model name (optional) Provider default

Supported Providers

Provider Default Model Example Models
openai gpt-4o-mini gpt-4o, gpt-4-turbo
gemini gemini-2.5-flash gemini-2.5-pro
anthropic claude-sonnet-4-5 claude-opus-4-5
none - Disable AI (static analysis only)

Use Cases

  • New to a codebase? Get a quick overview of how everything fits together
  • Code review - Understand the impact of changes across the system
  • Using AI coding tools? Keep track of what's being generated
  • Documentation - Generate architecture diagrams for your docs
  • Onboarding - Help new team members understand the system

Changelog

See CHANGELOG.md for release notes.

Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.

License

Proprietary - Free to use. See LICENSE for details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft