<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/is-a2ui-the-telegram-mini-app-of-ai--iuc9xyg9z" -->

---
title: Is A2UI the Telegram Mini App of AI? | daily.dev
description: A2UI is Google&#x27;s protocol that enables AI agents to generate interactive user interfaces on demand using declarative JSON schemas instead of chat bubbles. The...
canonical: https://daily.dev/posts/is-a2ui-the-telegram-mini-app-of-ai--iuc9xyg9z
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Is A2UI the Telegram Mini App of AI? | daily.dev
og:description: A2UI is Google&#x27;s protocol that enables AI agents to generate interactive user interfaces on demand using declarative JSON schemas instead of chat bubbles. The...
og:url: https://daily.dev/posts/is-a2ui-the-telegram-mini-app-of-ai--iuc9xyg9z
og:image: https://api.daily.dev/og/posts/IUC9XyG9z.png
og:image:alt: Is A2UI the Telegram Mini App of AI?
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Is A2UI the Telegram Mini App of AI?

**[LogRocket](https://daily.dev/sources/logrocket)** · 13 min read · 0 upvotes · 0 comments

## Summary

A2UI is Google's protocol that enables AI agents to generate interactive user interfaces on demand using declarative JSON schemas instead of chat bubbles. The guide walks through building a complete A2UI mini-app: setting up Google's official agent with Gemini, running the client, then implementing a custom React version using a2ui-bridge and Mantine components. The protocol treats UI as structured data, allowing agents to send JSON describing components like forms, buttons, and date pickers that get rendered natively by the client.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.logrocket.com/is-a2ui-the-telegram-mini-app-of-ai/>

## Similar posts on daily.dev

- [Guide to Gemini Enterprise and A2UI integration](https://daily.dev/posts/guide-to-gemini-enterprise-and-a2ui-integration-wwj9kzhvm) · Google Cloud · 0 upvotes · 0 comments

---

Tags: [#ai](https://daily.dev/tags/ai), [#python](https://daily.dev/tags/python), [#react](https://daily.dev/tags/react), [#google-gemini](https://daily.dev/tags/google-gemini)

[View this post on daily.dev](https://daily.dev/posts/is-a2ui-the-telegram-mini-app-of-ai--iuc9xyg9z)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Is A2UI the Telegram Mini App of AI?","url":"https://daily.dev/posts/is-a2ui-the-telegram-mini-app-of-ai--iuc9xyg9z","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/is-a2ui-the-telegram-mini-app-of-ai--iuc9xyg9z"},"datePublished":"2026-02-09T15:08:15.682Z","dateModified":"2026-02-09T15:08:41.695Z","description":"A2UI is Google's protocol that enables AI agents to generate interactive user interfaces on demand using declarative JSON schemas instead of chat bubbles. The...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/5bee83143f0545486af07890e2b62425?_a=AQAEunF","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/5bee83143f0545486af07890e2b62425?_a=AQAEunF","isAccessibleForFree":true,"articleSection":"LogRocket","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"LogRocket","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/logrocket","url":"https://daily.dev/sources/logrocket"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/is-a2ui-the-telegram-mini-app-of-ai--iuc9xyg9z","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai,python,react,google-gemini","timeRequired":"PT13M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"LogRocket","item":"https://daily.dev/sources/logrocket"},{"@type":"ListItem","position":3,"name":"Is A2UI the Telegram Mini App of AI?"}]}
```

