All 162 Dependencies
Every package melty depends on, ranked by repo health score.
Melty is an AI-powered code editor built on VS Code that makes every AI conversation a first-class git citizen. Instead of copy-pasting code from a chat window, each exchange with the AI assistant becomes a commit in your repository — complete with a generated commit message — so you can revert, branch, or squash AI-generated changes exactly as you would any other code.
At its core, Melty runs a stateful task-and-conversation engine where human and AI turns are modeled as typed 'Joules' that drive a deterministic state machine. The AI understands your full codebase by building a context-aware repo map that prioritizes smaller files first to maximize coverage within Claude's context window, then uses a meta-AI call to automatically suggest which files are relevant to each task.
The editor integrates tightly with your development workflow: it monitors your terminal output, communicates with GitHub to open pull requests directly from the AI session, and generates descriptive commit messages automatically. It supports both Claude Sonnet (via your own Anthropic API key or a Melty proxy) and is designed to extend to additional providers.
Melty was built by a two-person team in 28 days and used Melty itself to write approximately half of its own codebase, serving as a live demonstration of AI-assisted development at scale.