a2ui-project/a2ui

A2UI is an open standard and set of libraries that allows agents to generate rich, interactive user interfaces by sending declarative JSON descriptions that...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 2 minutes ago
Added to GitGenius on December 25th, 2025
Created on September 24th, 2025
Open Issues & Pull Requests: 347 (+0)
GitHub issues: Enabled
Number of forks: 1,278
Total Stargazers: 16,257 (+0)
Total Subscribers: 99 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.9 hours
Mean response time: 15.0 days
90th percentile: 46.0 days
Tracked items: 670

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 27% of open issues come from outside the core team — the tracker reads mainly as internal planning. Work labelled "component: specification" is answered fastest, typically in under an hour, while "component: genui" waits about 6 days. Almost all tracked open issues have seen activity in the last three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 267
New in 7 days: 22
Closed in 7 days: 11
Avg open age: 62 days
Stale 30+ days: 196
Stale 90+ days: 13

Recent activity

Opened in 7 days: 15
Closed in 7 days: 11
Comments in 7 days: 32
Events in 7 days: 237

Top labels

  • P2 (385)
  • type: feature/enhancement (254)
  • sprint ready (136)
  • P1 (109)
  • type: bug (107)
  • status: first-line-handled (85)
  • component: genui (79)
  • component: specification (76)

Detailed Description

A2UI is an open standard and set of libraries that allows agents to generate rich, interactive user interfaces by sending declarative JSON descriptions that client applications render using their own native component libraries.

The problem A2UI addresses is that generative AI agents struggle to present rich, interactive interfaces to users, particularly when those agents are remote or operate across trust boundaries. Rather than having agents generate executable code, A2UI uses a declarative data format where agents describe the intent of a UI and client applications render it using pre-approved components from a trusted catalog. This approach treats agent-generated UIs as safe data while maintaining expressiveness. The format is designed to be LLM-friendly, allowing agents to generate and incrementally update UIs as conversations progress, with changes represented as modifications to a flat list of components with ID references.

A2UI suits projects where you need to let remote agents or language models generate user interfaces while maintaining strict security boundaries. It works well for applications built on any framework—web components, Flutter, Angular, React, SwiftUI—since the same JSON payload can be rendered across different platforms. The project emphasizes that developers retain full control over which components agents can request, and it supports custom component registration through a "Smart Wrapper" pattern, enabling developers to integrate existing UI components and enforce their own sandboxing policies. The tool is in early stage public preview with a stable v0.9 protocol family and a v1.0 specification in release candidate status, so the specification and implementations are still evolving.

The project's issue tracker is primarily used for internal planning rather than tracking inbound user demand, with most issues raised by the project's own members. Maintainers respond to new issues and pull requests within hours. Work in the tracker is dominated by feature and enhancement requests marked as sprint-ready, indicating active development focused on expanding capabilities.