00Roadmap

What's shipping.
What's next.

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

v1.4
May 8, 2026
Shipped
Surfaces 2.0

The biggest expansion of the surfaces API yet — confirm dialogs, multi-step forms, and the composed surface for ad-hoc inline UI.

  • Confirm-dialog surface
  • Multi-step forms
  • Composed surface (text + field + button blocks)
  • 18% smaller bundle
v1.5
June 2026
In progress
Hybrid flow guardrails

The "must-collect" layer for intake flows. Devs declare required fields per mode; the LLM still drives turn-by-turn but can't skip what you said matters.

  • FlowSpec per mode (required fields, exit conditions)
  • flowState carried across turns
  • Server middleware that re-prompts on skipped fields
  • Hybrid-flow recipes in docs/FLOWS.md
v1.6
August 2026
Planned
Modes registry

First-class "modes" — each install declares FAQ / Contact / Intake / Bug-Report / etc. with starting surface, system-prompt fragment, and flow definition.

  • ModeRegistry config
  • Mode-aware launchers
  • Template library for common verticals
v2.0
Q4 2026
Planned
scal init CLI + auto-theming

Zero-to-running in one command. CLI scaffolds the route handler, Gnosys Web setup, mount component, and the mode you pick. Widget auto-inherits host site CSS variables.

  • `scal init` CLI (Next.js, Remix, Astro, vanilla detection)
  • Provider picker writes the route handler
  • Gnosys Web setup orchestration
  • Host site CSS variable auto-inherit
  • Vanilla / web component build