Chat Widget Roadmap — Where We're Headed #21
Pinned
PAMulligan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone — this post lays out where the Chat Widget project is headed. I'll keep it updated as priorities shift.
What is Chat Widget?
Chat Widget is an embeddable AI chat component for pmds.info and client sites. It's built as a React + TypeScript + Vite component library with a standalone embed script output (IIFE), powered by Cloudflare Workers and Claude on the backend. The goal is a drop-in chat experience that small business owners can add to their sites with a single script tag.
Current State
A prototype vanilla JS chat widget already exists on pmds.info. We're planning a full rebuild as a proper React component library with theming, accessibility, mobile responsiveness, and a standalone embed script for non-React sites. The repo is scaffolded and all issues are tracked for the v1.0.0 and v1.1.0 milestones.
v1.0.0 — Due June 30, 2026
The initial production release focuses on a solid, accessible, well-tested chat widget:
v1.1.0 — Due September 30, 2026
The feature release expands into multi-tenant support and smarter engagement:
How to Get Involved
This roadmap is a living document. If you think something is missing or should be prioritized differently, open a discussion or drop a comment here.
All reactions