Intraview
For people who care how something is built.
Free code tours with AI. Understand how and why code works.
Free forever. No strings attached.
For Who
For people who care how something is built. You're not just looking for the what—you want the why. You dive deep into technical details because understanding the process matters. Whether you're learning a new codebase, reviewing complex implementations, or exploring how things actually work under the hood, Intraview helps your AI agent guide you through code with clarity and depth. This is for the curious minds who ask "but how does it really work?"
What You Get
- AI-guided code tours: Your AI agent navigates through files, highlights key sections, and explains the flow
- Structured feedback collection: Leave comments and questions at specific lines with full context preserved
- Deep technical walkthroughs: Multi-file journeys through authentication flows, API implementations, and system architectures
- Understanding of how and why: Not just what the code does, but why it was built this way and how it all connects
- Zero configuration: Works immediately after installation with any MCP-compatible AI agent
- Cross-editor support: Works in VS Code, Cursor, Windsurf, and other VS Code-based editors
Free Forever
Free forever: Code tours, feedback collection, navigation, and all core features. We believe understanding code should be accessible to everyone.
Premium features coming: Team collaboration, advanced feedback analytics, tour sharing, and enterprise integrations. These will be optional paid features for teams who need more.
Getting Started
Install the extension
# From VS Code Marketplace (coming soon)
Search for "Intraview" in Extensions
# Or install from VSIX file
code --install-extension intraview-*.vsix
Open a project in VS Code
cd your-project
code .
Ask your AI agent to use Intraview
"Use Intraview to show me how the authentication system works"
Follow along as your AI guides you
- The extension activates automatically
- Your AI will navigate to relevant files
- Ask questions at any point in the tour
Example Prompts
Copy and paste these to get started:
Understanding Security Models:
"Show me how the authentication system works - I want to understand the security model and token validation process"
Performance Deep Dive:
"Walk me through this database query optimization - explain the performance implications of the indexes and join strategies"
Error Handling Patterns:
"Review this API endpoint implementation - help me understand the error handling patterns and edge cases"
Architecture Exploration:
"Guide me through the event-driven architecture - I need to understand how messages flow through the system"
AI Compatibility
Works with any MCP-enabled AI assistant:
- Claude (via Claude Desktop or API)
- Cursor AI
- Windsurf AI
- Codex
- Gemini (with MCP bridge)
- Deepseek
- Any AI coding assistant that supports Model Context Protocol (MCP)
Simple instruction for your AI: "Use Intraview to guide me through the code"
Documentation
Full documentation coming soon. For now:
Support
Issues: GitHub Issues
Questions: Open a discussion on GitHub or reach out to the maintainers
Contributing: PRs welcome! See our contributing guide (coming soon)
Built with care for people who care how things are built.