I built Vizit because I often found myself writing small scripts to visualize data from tools like JIRA. My usual workflow was a mix of the JIRA API, Copilot, and Python to generate diagrams or reports depending on what I needed.
Vizit is an experiment in using AI agents to generate those visualizations automatically.
Instead of manually writing scripts, you describe what you want to see and the agent generates the visualization. The UI lets you organize the results, keep versions, and easily copy or reuse generated diagrams.
Right now Vizit only has a JIRA connector, but the idea is that the framework should work with any system that exposes an API. If the agent can access the data, it can generate a visualization for it.
Things I'm exploring next:
* adding more connectors beyond JIRA
* integrating other coding agents (Codex, Claude Code, etc.)
* improving how visualizations are stored and organized
The project is early and experimental, so I’d love feedback. Especially interested in:
* other systems you'd want connectors for
* ideas for useful visualizations
* contributions for additional connectors or agent tooling
I built Vizit because I often found myself writing small scripts to visualize data from tools like JIRA. My usual workflow was a mix of the JIRA API, Copilot, and Python to generate diagrams or reports depending on what I needed.
Vizit is an experiment in using AI agents to generate those visualizations automatically.
Instead of manually writing scripts, you describe what you want to see and the agent generates the visualization. The UI lets you organize the results, keep versions, and easily copy or reuse generated diagrams.
Right now Vizit only has a JIRA connector, but the idea is that the framework should work with any system that exposes an API. If the agent can access the data, it can generate a visualization for it.
Things I'm exploring next:
* adding more connectors beyond JIRA * integrating other coding agents (Codex, Claude Code, etc.) * improving how visualizations are stored and organized
The project is early and experimental, so I’d love feedback. Especially interested in:
* other systems you'd want connectors for * ideas for useful visualizations * contributions for additional connectors or agent tooling
Repo: https://github.com/reposquirrel/Vizit