building now
waypoint
Talk to your codebase.
A terminal companion that helps you build a mental model of a codebase — by voice or text — and turns the decisions you reach into well-scoped GitHub issues a coding agent can pick up without back-and-forth.
Large codebases, especially AI-generated ones, are hard to hold in your head. Waypoint points at a repo, builds a structural map with tree-sitter, and answers questions grounded in it. When a conversation converges on "we should build X," it drafts the issue.
It doesn't write code. It's the layer between human understanding and machine execution.
- grounded q&a over a real tree-sitter structural map
- push-to-talk voice i/o (ctrl+r), local or cloud backends
- interactive feature graph at three levels of detail
- conversation to structured issue, with a preview step
- multi-provider llm routing via litellm
- sessions persist per-repo in sqlite
public release coming