Vibe Widget
Interactive widgets for notebooks, generated from natural language and data.

Install:
- pip install vibe-widget

Key docs:
- /docs (Installation)
- /docs/create
- /docs/edit
- /docs/audit
- /docs/reactivity

Security model:
- Widgets execute LLM-generated JavaScript in the notebook frontend. Treat outputs as untrusted and verify results with audits and your own checks.

Examples:
- /docs/examples/cross-widget
- /docs/examples/tictactoe
- /docs/examples/pdf-web
- /docs/examples/edit

Docs export:
- /docs.txt
- /docs-export.json

Changelog:
- https://github.com/dwootton/vibe-widgets/blob/main/CHANGELOG.md
