Everything you need to know
What is CodeViz?
CodeViz is a VS Code extension that generates interactive diagrams of codebases, from system architecture down to function call graphs. It helps developers understand and navigate their code more efficiently.
How does CodeViz work?
CodeViz uses a combination of static analysis and AI to generate interactive architecture diagrams of your codebase.
Does my codebase leave my machine when using CodeViz?
Yes, some code is sent to Anthropic (our AI provider) for generating the architecture diagrams and passes through CodeViz servers. We don't store any code and have a zero day retention policy with Anthropic.
How much does CodeViz cost?
The basic features of CodeViz are free. For advanced features like detailed architecture diagrams, there's a subscription priced at $19/month with a 7-day free trial.
What LLM does CodeViz use?
We currently use Anthropic's AI models for generating architecture diagrams. We're also actively exploring options to support local LLMs as their performance improves.
How can I provide feedback or get support?
You can report issues or provide feedback through our GitHub repository or join our Discord community. We're continuously working on improving CodeViz based on user feedback.