
Widgio
- 2 repo stars
- Updated May 11, 2026
- jnsahaj/widgio
Stream animated SVG/HTML widgets from the agent to a browser companion at localhost:4242 for diagrams, flows, mockups, charts, and small interactive demos.
About
widgio streams animated SVG and HTML widgets from the agent to a browser companion running at http://127.0.0.1:4242. It is used to render diagrams, flows, mockups, charts, and small interactive demos directly from an agent session.
- Stream SVG/HTML widgets
- Browser companion at :4242
- Diagrams, flows, charts
- Interactive demos
Widgio by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add jnsahaj/widgio/plugin install widgio@widgioAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | May 11, 2026 |
| Repository | jnsahaj/widgio ↗ |
What it does
Stream animated SVG/HTML widgets from the agent to a browser companion at localhost:4242 for diagrams, flows, mockups, charts, and small interactive demos.
README.md
widgio
Stream animated SVG / HTML widgets from coding agents to a live browser companion.
Works with Claude Code, Codex, and any agent that can run shell commands.
https://github.com/user-attachments/assets/dea1e995-84a8-4a89-8854-af228d6933d0
Inspired by Claude's Interactive Diagram Tools
What you get
- Diagrams, mockups, comparison cards, and interactive demos
- Smooth "drawing in" animations as each chunk arrives
- Your generations are saved locally and can be viewed at any time using
widgio open
Install
npx skills add jnsahaj/widgio -g
This drops the skill into your agent's skills directory. The CLI self-bootstraps on first use — no separate step needed.
To pre-install the binary:
npm i -g widgio
Commands
widgio open # open the companion tab
widgio show --title "My widget" <svg>…</svg> # one-shot render
widgio start --id foo --title "Title" --mode svg --viewBox "0 0 680 320"
widgio chunk --label "part" # stream a chunk
widgio end # finish stream
widgio read-me --module diagram # design system reference
widgio status # daemon status
widgio stop # kill the daemon
widgio --version
Update
npm i -g widgio # update CLI
widgio stop # restart daemon
npx skills add jnsahaj/widgio -g # update skill
MIT — LICENSE