# in-app experiences

Published articles for in-app experiences.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## TikTok Is Quietly Putting Web Apps Inside Its App

DevFeed: [TikTok Is Quietly Putting Web Apps Inside Its App](<https://devfeed.tech/articles/tiktok-is-quietly-putting-web-apps-inside-its-app-9279.md>)

Original publisher: [Read original article](<https://webdesignerdepot.com/tiktok-is-quietly-putting-web-apps-inside-tiktok/>)

Author: Alex Harper

Published: 2026-09-10T17:33:18Z

Content type: article

Language: en

Sources: [Web Designer Depot](<https://devfeed.tech/sources/web-designer-depot.md>)

Topics: [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [interactive website](<https://devfeed.tech/topics/interactive-website.md>), [App](<https://devfeed.tech/topics/app.md>), [React Native](<https://devfeed.tech/topics/react-native.md>)

Tags: [app-development](<https://devfeed.tech/tags/app-development.md>), [app-ecosystem](<https://devfeed.tech/tags/app-ecosystem.md>), [browser](<https://devfeed.tech/tags/browser.md>), [digital-platforms](<https://devfeed.tech/tags/digital-platforms.md>), [embedded-apps](<https://devfeed.tech/tags/embedded-apps.md>), [framework](<https://devfeed.tech/tags/framework.md>), [future-of-apps](<https://devfeed.tech/tags/future-of-apps.md>), [in-app-experiences](<https://devfeed.tech/tags/in-app-experiences.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [mini-apps](<https://devfeed.tech/tags/mini-apps.md>), [mobile-apps](<https://devfeed.tech/tags/mobile-apps.md>), [mobile-web](<https://devfeed.tech/tags/mobile-web.md>), [platform](<https://devfeed.tech/tags/platform.md>), [react](<https://devfeed.tech/tags/react.md>), [social-commerce](<https://devfeed.tech/tags/social-commerce.md>), [social-media](<https://devfeed.tech/tags/social-media.md>), [technology](<https://devfeed.tech/tags/technology.md>), [tiktok](<https://devfeed.tech/tags/tiktok.md>), [tiktok-apps](<https://devfeed.tech/tags/tiktok-apps.md>), [tiktok-developers](<https://devfeed.tech/tags/tiktok-developers.md>), [ui-design](<https://devfeed.tech/tags/ui-design.md>), [ux-design](<https://devfeed.tech/tags/ux-design.md>), [web](<https://devfeed.tech/tags/web.md>), [web-apps](<https://devfeed.tech/tags/web-apps.md>), [web-design](<https://devfeed.tech/tags/web-design.md>), [web-designers](<https://devfeed.tech/tags/web-designers.md>), [web-development](<https://devfeed.tech/tags/web-development.md>)

### AI overview

TikTok Minis let third-party, web-based experiences run inside TikTok, using technologies such as HTML, JavaScript, React, and Vue. The article examines how this could blur the boundaries between websites, social networks, and apps while noting TikTok's platform, configuration, and approval constraints.

### Source excerpt

TikTok isn't just hosting videos anymore--it's quietly letting web-based experiences live inside the app. TikTok Minis could blur the line between social network, browser, and app platform, and web designers should be paying attention.

## Demystifying A2UI: How to Make AI Agents "Speak UI" in Your App

DevFeed: [Demystifying A2UI: How to Make AI Agents "Speak UI" in Your App](<https://devfeed.tech/articles/demystifying-a2ui-how-to-make-ai-agents-speak-ui-in-your-app-18911.md>)

Original publisher: [Read original article](<https://blog.angular.dev/demystifying-a2ui-how-to-make-ai-agents-speak-ui-in-your-app-e1ffea2303bd?source=rss----447683c3d9a3---4>)

Author: Devin Chasanoff

Published: 2026-06-26T09:01:02Z

Content type: tutorial

Language: en

Sources: [Angular](<https://devfeed.tech/sources/angular.md>)

Topics: [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [ui](<https://devfeed.tech/topics/ui.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Web](<https://devfeed.tech/topics/web.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Front end](<https://devfeed.tech/topics/frontend.md>)

Tags: [a2a](<https://devfeed.tech/tags/a2a.md>), [a2ui](<https://devfeed.tech/tags/a2ui.md>), [adk](<https://devfeed.tech/tags/adk.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [angular](<https://devfeed.tech/tags/angular.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [genuis](<https://devfeed.tech/tags/genuis.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [in-app-experiences](<https://devfeed.tech/tags/in-app-experiences.md>), [llm](<https://devfeed.tech/tags/llm.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [ui](<https://devfeed.tech/tags/ui.md>), [web](<https://devfeed.tech/tags/web.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

### AI overview

This tutorial explains A2UI, a protocol that lets AI agents generate rich, interactive user interfaces for web, mobile, and desktop applications without executing arbitrary code. It presents a developer-oriented mental model covering the protocol's architecture, client-server communication, and rendering flexibility.

### Source excerpt

I've spent a fair amount of time experimenting with A2UI, a protocol for building agentic interfaces. Why? Quite simply, because I think the idea of dynamically generating user interfaces is awesome, and despite the fact that this is a relatively new protocol (currently 1.0 RC), I wanted to answer a fundamental question: "How do I incorporate A2UI into my own app?" If you're new to working with generative UIs, it may be challenging to wrap your head around the core concepts. This post is my mental model for how everything works from a developer's implementation perspective so that you can start using it in your own applications. I'm incredibly excited about the future of web apps. So much so that last November, I hosted a livestream called Exploring the future of web apps during which I built my own framework for generating agentic web apps with Angular. A Quick Side Note: While the framework I built for that livestream isn't nearly as flexible or extensible (to use with other web frameworks, for example) as A2UI, the architectural patterns are very similar. If you're still struggling to understand the high-level concepts after reading the A2UI docs and this blog post, give that livestream a watch. The shared concepts will help make it click.What is A2UI? A2UI enables AI agents to generate rich, interactive user interfaces that render natively across web, mobile, and desktop -- without executing arbitrary code. This is exciting to me because A2UI enables: Seamless in-app experiences: Interfaces that adapt dynamically to user intent. Portable UIs: Views that can appear virtually anywhere, serving as a vital part of Gemini web app experiences. Protection: No arbitrary code execution. But to understand A2UI, you first have to understand what it isn't. It's not a framework; it's a protocol. The implications of this are massive. Because it's a protocol, using GenUI doesn't lock you into a single stack. It defines how an LLM agent and a client application communicate about