From 6964bc396273517bdd933e13007195c9343ff604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baran=20G=C3=BCneysel?= Date: Thu, 5 Mar 2026 16:52:52 +0100 Subject: [PATCH] Add Tambo UI as Generative UI example --- src/data/patterns.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/patterns.js b/src/data/patterns.js index 22c6c30..a15a4dc 100644 --- a/src/data/patterns.js +++ b/src/data/patterns.js @@ -992,6 +992,12 @@ export const patterns = [ "Vercel Labs framework where AI produces interfaces from natural language, constrained to a developer-defined component catalog with Zod schema validation. Ships with 36 pre-built shadcn/ui components and works cross-platform.", url: "https://github.com/vercel-labs/json-render", }, + { + name: "Tambo UI", + description: + "An open-source toolkit for connecting the existing UI components of the React app with the agent. In this way the agent is using the native UI components of the app to render its output, making the agent feel like a natural part of the application.", + url: "https://tambo.co/", + } ], links: [ {