Transform Your Editor Into a Coding Mentor

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

7+
Languages
4
AI Integration
Possibilities
function fibonacci(n) {
  if (n <= 1) return n;
  return fibonacci(n - 1) + fibonacci(n - 2);
}

const result = fibonacci(10);
🧙
Sensei Insight

This recursive function breaks down into smaller calls. Notice how fibonacci(n-1) and fibonacci(n-2) create a branching pattern.

Powerful Features for Learning

Everything you need to accelerate your coding journey

Teacher's Slate

Learn by doing with ghost-text guidance. Follow along character-by-character with real-time validation and instant feedback on every keystroke.

  • Ghost text guidance
  • Real-time validation
  • Error highlighting

Sensei AI

Your personal coding mentor powered by cutting-edge AI. Get motivational feedback, code suggestions, and contextual insights as you learn.

  • AI-powered mentoring
  • Context-aware feedback
  • Smart debouncing

How It Works

Get started in three simple steps

1

Install & Configure

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
2

Load a Lesson

Press Ctrl+Shift+P and run "Vertex: Load Sample Lesson". Choose from JavaScript, Python, Java, C++, and more.

Vertex: Load Sample Lesson
3

Start Learning

Follow the ghost text, watch the visualizer update in real-time, and receive encouragement from Sensei as you type.

Flexible AI Integration

Choose the AI provider that works best for you

Google Gemini

State-of-the-art AI models from Google. Fast, accurate, and perfect for learning.

Default Fast
  • gemini-2.0-flash
  • gemini-2.5-flash
  • gemini-2.5-pro
  • gemini-1.5-flash-latest

OpenRouter

Access to multiple AI models through one API. Maximum flexibility and choice.

Multi-Model Flexible
  • GPT-4
  • Claude
  • Llama
  • And more...

Ollama Cloud

Cloud-hosted Ollama models for powerful AI without local resource usage.

Cloud Scalable
  • Llama 3
  • Mistral
  • CodeLlama
  • Custom models

Local Ollama

Run AI models locally on your machine. Complete privacy and offline capability.

Private Offline Free
  • No API key needed
  • Full privacy
  • Offline support
  • Custom models

Multi-Language Support

Learn your favorite programming language

JavaScript
Python
Java
TypeScript
C / C++
Go
HTML/CSS
More Coming

See Vertex in Action

Watch how Vertex transforms your learning experience

Ghost Text in Action

Watch as ghost text guides you through complex code patterns

Live Visualizations

See relationships form as you type with beautiful SVG arrows

AI Mentorship

Receive real-time feedback and encouragement from Sensei

Our Survey

Help us improve Vertex by sharing your feedback

Comprehensive Documentation

Everything you need to master Vertex

Ready to Transform Your Learning?

Join thousands of developers learning to code with Vertex