You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository showcases example UI components to be used with the Apps SDK, as well as example MCP servers that expose a collection of components as tools.
5
+
This repository showcases example UI components to be used with the [Apps SDK](https://developers.openai.com/apps-sdk), as well as example MCP servers that expose a collection of components as tools.
6
6
It is meant to be used as a starting point and source of inspiration to build your own apps for ChatGPT.
7
7
8
8
Note: If you are on Chrome and have recently updated to version 142, you will need to disable the [`local-network-access` flag](https://developer.chrome.com/release-notes/142#local_network_access_restrictions) to see the widget UI.
@@ -42,6 +42,12 @@ The MCP servers in this demo highlight how each tool can light up widgets by com
42
42
-`authenticated_server_python/` – Python MCP server that demonstrates authenticated tool calls.
43
43
-`build-all.mts` – Vite build orchestrator that produces hashed bundles for every widget entrypoint.
44
44
45
+
### Pizzaz overview
46
+
47
+
This example contains multiple components showing multiple types of views and interactions: a list view, a carousel view, a map view. It also contains a "pizzaz shop" showing interactive flows and a checkout page.
48
+
49
+
This example uses the [Apps SDK UI library](https://github.com/openai/apps-sdk-ui) for simple components such as images, buttons, and badges.
50
+
45
51
### Kitchen sink lite overview
46
52
47
53
The kitchen sink lite sample shows the full `window.openai` surface working together:
0 commit comments