Ship software with
AI at your side.

Code is an AI coding assistant that writes, explains, reviews, and refactors your code — right where you work.

$ code init # scaffolding project... ✓ Project created (24 files) $ code "add a rate limiter to the API" # writing app/middleware/rate_limit.py... def rate_limit(handler): return handler if _allow() else _throttle() ✓ Tests passed (6/6) $  

Write with you

Inline completions and whole-file generation that match your codebase's style and conventions.

Explain anything

Select any code and get a plain-language walkthrough in seconds. Great for onboarding and reviews.

Refactor safely

Propose multi-file changes with a reviewable diff, then apply them with one click.