open app

Roadmap

What we shipped and what we’re shipping next.

Timeline view with newest updates first. This is a living plan and priorities may adjust based on quality, adoption feedback, and reliability gates.

March 2026 · In progress

P12: Structured import pipeline + semantic convergence hardening

Consolidating raw-to-structured import flows and reducing high-volume mutation noise while preserving predictable cross-client behavior under undo/redo pressure.

  • Route-level handoff between Astro shell and visual app
  • Structured snapshot operation path stabilization
  • E2E reliability pass for collab semantic tests
March 2026 · Planned

P13: Full CRDT lane activation (JSON fallback removal)

Remove remaining compatibility fallback paths and enforce operation-only structured state transport for collaborative editing surfaces.

  • Remove fallback payload code paths behind feature gates
  • Add migration notes for fresh-server startup path
  • Ship guardrails for deterministic replay diagnostics
Q2 2026 · Planned

P14: Timeline-grade collaboration diagnostics

Improve machine-readable diagnostics and observability around collaboration state transitions so E2E tests and local troubleshooting can reliably identify root causes.

  • Structured collab health endpoint and client polling hooks
  • SSR-safe status propagation for testing harnesses
  • Timeline snapshots for op-latency and convergence markers
Q2 2026 · Planned

P15: Workspace graph CRDT strategy

Define and implement CRDT semantics for workspace graph-level operations (placements, relationships, ordering) to support true multi-writer editing beyond document text surfaces.

  • Conflict model for placement collisions
  • Ordering policy for nested workspace mutations
  • Compatibility plan for existing workspace catalogs