typebulb 0.11.4 → 0.11.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/description.md ADDED
@@ -0,0 +1,8 @@
1
+ Author and run Typebulb bulbs — single-file markdown apps (TypeScript/TSX) that run
2
+ locally via `npx typebulb` (full power: filesystem, database, `server.ts`, `tb.ai`) or
3
+ render live inline in a Claude Code session through Typebulb's agent viewer (sandboxed,
4
+ client-only). A bulb can be a visual widget (chart, simulation, diagram, calculator, UI),
5
+ a full-stack tool with a Node backend, or an AI app that calls models at runtime. Covers
6
+ the bulb format, the `tb.*` API, trust, and the local run/embed workflow. Use when the
7
+ user wants a bulb, a quick local tool (visual, backend-backed, or AI-powered), or
8
+ something visual rendered inline in the conversation.