Embeddable Conversational Widget Bundle
Overview
A compiled, embeddable web-widget bundle, a built dist plus a host index.html, intended to drop a conversational/interactive widget onto third-party pages with a single include. A small distribution artifact rather than a full application repo.
Why It Exists
Embeddable widgets need a self-contained, host-agnostic build that any site can include without pulling in a framework or build step. This repository holds that packaged output and a demo host page to validate the embed.
What We Built
A bundled dist directory of the compiled widget assets and an index.html harness that loads and exercises the widget as an embedded site would. The focus is the packaging and drop-in delivery rather than source-level features.
Technologies & Approach
Pre-compiled JavaScript assets served via a simple HTML host page, designed for single-include embedding on arbitrary pages.
Outcome / Impact
Provided a ready-to-embed widget build and a demonstration host, validating the drop-in distribution approach for a web widget.
Capabilities Demonstrated
- Packaging widgets as self-contained, embeddable bundles
- Single-include, host-agnostic web distribution
- Demo-harness validation of embeds