What problem does it solve?
Melt automates the end-to-end task lifecycle for software changes, unblocking manual bottlenecks by driving a fix-verify loop from prompt to verified deployment.
Core Features & Use Cases
- Autonomous task execution: identifies, implements, tests, and deploys code changes until completion.
- Deterministic stop: uses a predictable completion checkpoint to ensure all checks pass before stopping.
- Platform-aware verification: validates results in web environments and mobile flows with appropriate tests and artifacts.
Quick Start
Invoke Melt with a task prompt such as "go do: implement feature X in the project" and monitor the auto-generated checkpoints and deployment status. Melt will handle planning, coding, linting, testing, and deployment, auto-committing changes and reporting results when the stop hook passes. If any checkpoint fails, it continues iterating until completion.