Visual Context Node Builder for AIStop blindly pasting files into ChatGPT. Take control of exactly what your AI sees. An infinite-canvas node graph inside VS Code where you visually map your codebase, prune what's irrelevant, and export a perfectly structured context bundle — ready for any AI coding assistant.
Why This ExistsEvery AI coding tool has the same problem: context. You either dump entire files and burn tokens, or you manually copy-paste snippets and lose the big picture. Neither works well. This extension gives you a visual workspace to see your code relationships, choose exactly what goes in, and export a clean, structured prompt — with full control over every line. Key FeaturesNode Graph CanvasDrop files from the Explorer onto an infinite canvas. Each node shows the file's exports — functions, classes, types — and lets you toggle individual symbols on/off. Only include what matters. One-Click Dependency ExpansionHit Expand Deps on any file node and watch its import tree unfold across the canvas. Filter by category (source, styles, data) so you don't drown in noise. Package Type ResolutionNeed the AI to understand your dependencies? Add packages directly — the extension resolves Privacy RedactionMark any node as redacted. Its content becomes System TemplatesPre-built instruction sets for common tasks: Code Review, Refactor, Bug Fix, Explain Code, and New Feature. One click to set the AI's role and constraints. RecipesSave your canvas layouts as reusable recipes. Next time you need the same context setup, load it in one click instead of rebuilding from scratch. Live Token EstimationA running token count updates as you add, remove, or modify nodes. Know exactly how much context you're sending before you send it. Structured ExportGenerate your context as Markdown or XML — optimized for how LLMs parse structured input. Copy to clipboard or save to file. Getting Started
AI-Powered Recipe GenerationLet your AI coding assistant build recipes for you. Instead of manually dragging files onto the canvas, ask your AI tool to analyze the codebase and generate a ready-to-use recipe. It searches your code, identifies relevant files and dependencies, and creates a The generated recipe includes:
This works with any AI coding tool. Pick your setup below. Claude CodeClaude Code gets a native Setup:
Usage:
CursorCursor loads instructions from Setup: Append the contents of
Usage:
GitHub CopilotCopilot reads project instructions from Setup:
Usage:
WindsurfWindsurf loads instructions from Setup:
Usage:
Other AI ToolsFor any AI tool that supports system-level instructions or custom prompts, use the universal rules file:
The rules file contains the complete recipe JSON schema, layout guidelines, and quality checklist — everything the AI needs to generate valid recipes. What happens after generation
Requirements
Build from Source
LicenseMIT |
