Skip to content

Roadmap

This roadmap outlines the current state and future plans for the A2UI project. The project is under active development, and priorities may shift based on community feedback and emerging use cases.

VersionStatusNotes
v0.8✅ StableInitial public release
v0.9🚧 In ProgressDraft specification improvements

Key features:

  • ✅ Streaming JSONL message format
  • ✅ Four core message types (surfaceUpdate, dataModelUpdate, beginRendering, deleteSurface)
  • ✅ Adjacency list component model
  • ✅ JSON Pointer-based data binding
  • ✅ Separation of structure and state
Client librariesStatusPlatformNotes
Web Components (Lit)✅ StableWebFramework-agnostic, works anywhere
Angular✅ StableWebFull Angular integration
Flutter (GenUI SDK)✅ StableMulti-platformWorks on mobile, web, desktop
React🚧 In ProgressWebComing Q1 2026
SwiftUI📋 PlannediOS/macOSPlanned for Q2 2026
Jetpack Compose📋 PlannedAndroidPlanned for Q2 2026
Vue💡 ProposedWebCommunity interest
Svelte/Kit💡 ProposedWebCommunity interest
ShadCN (React)💡 ProposedWebCommunity interest
TransportStatusNotes
A2A Protocol✅ CompleteNative A2A transport
AG UI✅ CompleteDay-zero compatibility
REST API📋 PlannedBidirectional communication
WebSockets💡 ProposedBidirectional communication
SSE (Server-Sent Events)💡 ProposedWeb streaming
MCP (Model Context Protocol)💡 ProposedCommunity interest
Agent UI toolkitStatusNotes
CopilotKit✅ CompleteDay-zero compatibility thanks to AG UI
Open AI ChatKit💡 ProposedCommunity interest
Vecel AI SDK UI💡 ProposedCommunity interest
IntegrationStatusNotes
Any agent with A2A support✅ CompleteDay-zero compatibility thanks to A2A protocol
ADK📋 PlannedStill designing developer ergonomics, see samples
Genkit💡 ProposedCommunity interest
LangGraph💡 ProposedCommunity interest
CrewAI💡 ProposedCommunity interest
AG2💡 ProposedCommunity interest
Claude Agent SDK💡 ProposedCommunity interest
OpenAI Agent SDK💡 ProposedCommunity interest
Microsoft Agent Framework💡 ProposedCommunity interest
AWS Strands Agent SDK💡 ProposedCommunity interest

Many research projects across multiple Google teams, including integration into internal products and agents.

  • v0.8.0 spec released
  • A2A extension (thanks Google A2A team! teased at a2asummit.ai)
  • Flutter renderer (thanks Flutter team!)
  • Angular renderer (thanks Angular team!)
  • Web components (Lit) renderer (thanks Opal team & friends!)
  • AG UI / CopilotKit integration (thanks CopilotKit team!)
  • Github public release (Apache 2.0)
  • Release candidate for spec 0.9
  • Improve theming support for renderers (complete)
  • Improve server side theming support for agents (minimal)
  • Improve developer ergonomics

A native React renderer with hooks-based API and full TypeScript support.

  • React support for common widgets
  • React support for custom components
  • useA2UI hook for message handling
  • React support for theming

Native renderers for iOS and Android platforms.

SwiftUI Renderer (iOS/macOS):

  • Native SwiftUI components
  • iOS design language support
  • macOS compatibility

Jetpack Compose Renderer (Android):

  • Native Compose UI components
  • Material Design 3 support
  • Android platform integration
  • Renderer performance benchmarks
  • Lazy loading for large component trees
  • Virtual scrolling for lists
  • Component memoization strategies

Finalize v1.0 of the protocol with:

  • Stability guarantees
  • Migration path from v0.9
  • Comprehensive test suite
  • Certification program for renderers

Enhanced support for multiple agents contributing to the same UI:

  • Recommended agent composition patterns
  • Conflict resolution strategies
  • Shared surface management

First-class accessibility support:

  • ARIA attribute generation
  • Screen reader optimization
  • Keyboard navigation standards
  • Contrast and color guidance

Support for more complex UI interactions:

  • Drag and drop
  • Gestures and animations
  • 3D rendering
  • AR/VR interfaces (exploratory)
  • More framework integrations
  • Third-party component libraries
  • Agent marketplace integration
  • Enterprise features and support

Features requested by the community (in no particular order):

  • More renderer integrations: Map from your client library to A2UI
  • More agent frameworks: Map from your agent framework to A2UI
  • More transports: Map from your transport to A2UI
  • Community component library: Share custom components with the community
  • Community samples: Share custom samples with the community
  • Community evaluations: Generative UI evaluation scenarios and labeled datasets
  • Developer Ergonomics: If you can build a better A2UI experience, share it with the community

We welcome community input on priorities:

  1. Vote on Issues: Give 👍 to GitHub issues you care about
  2. Propose Features: Open a discussion on GitHub (search for existing discussions first)
  3. Submit PRs: Build the features you need (search for existing PRs first)
  4. Join Discussions: Share your use cases and requirements (search for existing discussions first)
  • Major versions (1.0, 2.0): Annual or when significant breaking changes are needed
  • Minor versions (1.1, 1.2): Quarterly with new features
  • Patch versions (1.1.1, 1.1.2): As needed for bug fixes

A2UI follows Semantic Versioning:

  • MAJOR: Incompatible protocol changes
  • MINOR: Backward-compatible functionality additions
  • PATCH: Backward-compatible bug fixes

Want to contribute to the roadmap?

  • Propose features in GitHub Discussions
  • Build prototypes and share them with the community
  • Join the conversation on GitHub Issues
  • Watch the GitHub repository for updates
  • Star the repo to show your support
  • Follow releases to get notified of new versions

Last Updated: December 2025

Have questions about the roadmap? Start a discussion on GitHub.