00Roadmap

What's shipping.
What's next.

Public roadmap. Subject to change but kept honest. Dates after the current release are estimates.

v0.1
Early 2026
Shipped
Core widget

The first release: a self-hosted React chat widget with the browser/server JSON contract and the foundational dynamic surfaces.

  • Chat widget — launcher + panel
  • quickActions, form, and confirm surfaces
  • BYO-LLM server contract (AgentRequest / AgentResponse)
  • Mock API + custom surface registry
v0.2
June 2026
Shipped
Surfaces, flows, modes & zero-config

The big one. Rich composed surfaces, server-enforced intake flows, first-class modes, conversation memory, the scal init CLI, and automatic theming from your site's own CSS variables.

  • Composed surfaces — 11 block kinds + JSON Schema
  • showIf conditional reveal on every block
  • Custom block + surface registries
  • Hybrid flow guardrails (FlowSpec + enforceFlow)
  • Modes registry (faq / contact / feedback …)
  • Conversation memory + privacy controls
  • Transcript export (text / markdown / JSON)
  • scal init CLI for Next.js App Router
  • Automatic theming from host CSS variables
  • Server-safe sir-chats-a-lot/server entry point
v0.3
Next public release
In progress
First public npm release

The first version published to npm: a generous MIT core package, plus a private Pro package for enterprise setup, compliance seams, and operator debugging.

  • Publish sir-chats-a-lot as the OSS core on npm
  • Keep the full widget, all surfaces, showIf, custom registries, flow brain, theming, persistence, transcripts, and CLI in OSS
  • Introduce Pro as a private commercial package
  • Pro: createScalHandler, Anthropic/OpenAI/xAI adapters, scal.skill.md, debug mode, compliance hooks, and priority support
Pro roadmap
Planned
Planned
Enterprise adapters & compliance

Pro stays focused on regulated intake, enterprise provider needs, and operator visibility. It is a helper layer around your server route, not a hosted data pipe.

  • AWS Bedrock adapter implementation for HIPAA/BAA clients
  • Azure OpenAI adapter implementation for HIPAA/BAA clients
  • Audit-log sinks built on the Pro onTurn hook
  • PHI redaction helpers and stricter compliance presets
  • Pro CLI templates for provider and policy setup
v0.3.x
Planned
Planned
Streaming & more frameworks

Faster-feeling assistant replies and broader scaffolding after the public release lands.

  • Streaming assistant responses
  • scal init for Remix, Astro, and vanilla setups
  • More provider templates out of the box
Later
Exploring
Planned
Framework-free embed

A script-tag / web-component build so non-React sites can drop Sir in without a bundler, plus a template library for common verticals.

  • Vanilla web-component build (script-tag embed)
  • Template library for common modes / verticals
  • Additional knowledge adapters
Want something on here?

The roadmap is community-driven. Open an issue with your use case and it might land in the next release.