Show HN: Minimap – a local UI for repo roadmap files
margolis20 Sunday, March 15, 2026I built this for myself to work on my project roadmap together with AI agents, and it might be useful to others.
When working on features and the roadmap with the agent, I found that I miss a nice UI to be able to see what we planned, and maybe make some changes. Most of the planning is done by talking to the agent, but as a human, I need a way to get a nice view on top of this.
So I built Minimap as a small local UI that sits on top of repo roadmap files. It comes together with a skill that guides the agent towards a very limited structure of how to manage the files.
It intentionally does not try to replace larger project planning tools. It’s mainly for repos where planning already lives in markdown and you want a better review/edit UI around it.
Repo: https://github.com/rore/minimap