Vertex is a next-generation VS Code extension that combines ghost-text guidance, visual call graphs, and AI-powered mentorship to help you master coding character-by-character.
Trace With Code, Master The Logic
function fibonacci(n) {
if (n <= 1) return n;
return fibonacci(n - 1) + fibonacci(n - 2);
}
const result = fibonacci(10);
This recursive function breaks down into smaller calls. Notice how fibonacci(n-1) and fibonacci(n-2) create a branching pattern.
Everything you need to accelerate your coding journey
Learn by doing with ghost-text guidance. Follow along character-by-character with real-time validation and instant feedback on every keystroke.
See your code come alive with dynamic call graphs. Beautiful SVG arrows connect variables to definitions and functions to their calls in real-time.
Your personal coding mentor powered by cutting-edge AI. Get motivational feedback, code suggestions, and contextual insights as you learn.
Get started in three simple steps
Install Vertex from the VS Code marketplace. Choose your preferred AI provider (Gemini, OpenRouter, Ollama) and securely store your API key.
Install it via github Version
Press Ctrl+Shift+P and run "Vertex: Load Sample Lesson". Choose from JavaScript, Python, Java, C++, and more.
Vertex: Load Sample Lesson
Follow the ghost text, watch the visualizer update in real-time, and receive encouragement from Sensei as you type.
Choose the AI provider that works best for you
State-of-the-art AI models from Google. Fast, accurate, and perfect for learning.
Access to multiple AI models through one API. Maximum flexibility and choice.
Cloud-hosted Ollama models for powerful AI without local resource usage.
Run AI models locally on your machine. Complete privacy and offline capability.
Learn your favorite programming language
Watch how Vertex transforms your learning experience
Watch as ghost text guides you through complex code patterns
See relationships form as you type with beautiful SVG arrows
Receive real-time feedback and encouragement from Sensei
Help us improve Vertex by sharing your feedback
Everything you need to master Vertex
Join thousands of developers learning to code with Vertex