Vibe Widget - Full Docs Index
Interactive widgets for notebooks, generated from natural language and data.

Install:
- pip install vibe-widget

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

Pages:
- /docs: Installation - Get up and running with Vibe Widget in seconds.
- /docs/config: Configuration - Configure model settings and API keys.
- /docs/create: Create - Create widgets from natural language prompts and data sources.
- /docs/edit: Edit - Iterate on generated widgets using code or the UI.
- /docs/audit: Audit - Review widget code and behavior for risks, usability issues, and design gaps.
- /docs/reactivity: Reactivity - Connect widgets with reactive inputs and outputs.
- /docs/composability: Load & Save - Persist widgets to disk and reload them later.
- /docs/theming: Theming - Style widgets with natural-language design specs.
- /docs/widgetarium: Widgetarium - The ecosystem of widgets and templates.

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

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