skybridge 0.35.13 → 0.35.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -5
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,11 +1,13 @@
1
1
  <div align="center">
2
2
 
3
- <img alt="Skybridge" src="https://raw.githubusercontent.com/alpic-ai/skybridge/main/docs/images/github-banner.png" width="100%">
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="docs/images/Skybridgewhite(1).svg">
5
+ <source media="(prefers-color-scheme: light)" srcset="docs/images/Skybridgemidnight.svg">
6
+ <img alt="Skybridge" src="docs/images/Skybridgemidnight.svg" width="100%">
7
+ </picture>
4
8
 
5
9
  <br />
6
10
 
7
- # Skybridge
8
-
9
11
  **Build ChatGPT & MCP Apps. The Modern TypeScript Way.**
10
12
 
11
13
  The fullstack TypeScript framework for AI-embedded widgets.<br />
@@ -33,9 +35,9 @@ ChatGPT Apps and MCP Apps let you embed **rich, interactive UIs** directly in AI
33
35
 
34
36
  | | |
35
37
  |:--|:--|
36
- | 👨‍💻 **Full Dev Environment** — HMR, debug traces, and local devtools. No more refresh loops. | ✅ **End-to-End Type Safety** — tRPC-style inference from server to widget. Autocomplete everywhere. |
38
+ | 🌐 **Write once, run everywhere** — Skybridge works seamlessly with ChatGPT (Apps SDK) and MCP-compatible clients. | ✅ **End-to-End Type Safety** — tRPC-style inference from server to widget. Autocomplete everywhere. |
37
39
  | 🔄 **Widget-to-Model Sync** — Keep the model aware of UI state with `data-llm`. Dual surfaces, one source of truth. | ⚒️ **React Query-style Hooks** — `isPending`, `isError`, callbacks. State management you already know. |
38
- | 🌐 **Platform Agnostic** — Write once, run anywhere. Works with ChatGPT (Apps SDK) and MCP-compatible clients. | 📦 **Showcase Examples** — Production-ready examples to learn from and build upon. |
40
+ | 👨‍💻 **Full dev environment** — HMR, debug traces, and local devtools. | 📦 **Showcase Examples** — Production-ready examples to learn from and build upon. |
39
41
 
40
42
  <br />
41
43
 
@@ -120,14 +122,20 @@ Explore production-ready examples:
120
122
 
121
123
  | Example | Description | Demo | Code |
122
124
  |------------------------|----------------------------------------------------------------------------------|-----------------------------------------------------|-------------------------------------------------------------------------------------|
125
+ | **Awaze — Cottage Search** | Holiday cottage search and booking experience — browse properties, filter by location, and explore availability | [Try Demo](https://mcp.cottages.com/try) | — |
123
126
  | **Capitals Explorer** | Interactive world map with geolocation and Wikipedia integration | [Try Demo](https://capitals.skybridge.tech/try) | [View Code](https://github.com/alpic-ai/skybridge/tree/main/examples/capitals) |
124
127
  | **Ecommerce Carousel** | Product carousel with cart, localization, and modals | [Try Demo](https://ecommerce.skybridge.tech/try) | [View Code](https://github.com/alpic-ai/skybridge/tree/main/examples/ecom-carousel) |
125
128
  | **Everything** | Comprehensive playground showcasing all hooks and features | [Try Demo](https://everything.skybridge.tech/try) | [View Code](https://github.com/alpic-ai/skybridge/tree/main/examples/everything) |
126
129
  | **Investigation Game** | Interactive murder mystery game with multi-screen gameplay and dynamic story progression | [Try Demo](https://investigation-game.skybridge.tech/try) | [View Code](https://github.com/alpic-ai/skybridge/tree/main/examples/investigation-game) |
127
130
  | **Productivity** | Data visualization dashboard demonstrating Skybridge capabilities for MCP Apps | [Try Demo](https://productivity.skybridge.tech/try) | [View Code](https://github.com/alpic-ai/skybridge/tree/main/examples/productivity) |
128
131
  | **Time's Up** | Word-guessing party game where the user gives hints and the AI tries to guess the secret word | [Try Demo](https://times-up.skybridge.tech/try) | [View Code](https://github.com/alpic-ai/skybridge/tree/main/examples/times-up) |
132
+ | **Lumo — Interactive AI Tutor** | Adaptive educational tutor with Mermaid.js diagrams, mind maps, quizzes, and fill-in-the-blank exercises | [Try Demo](https://lumo-mcp-app-39519fdd.alpic.live/try) | [View Code](https://github.com/connorads/lumo-mcp-app) |
133
+ | **Auth — Auth0** | Full OAuth authentication with Auth0 and personalized coffee shop search | — | [View Code](https://github.com/alpic-ai/skybridge/tree/main/examples/auth-auth0) |
129
134
  | **Auth — Clerk** | Full OAuth authentication with Clerk and personalized coffee shop search | — | [View Code](https://github.com/alpic-ai/skybridge/tree/main/examples/auth-clerk) |
135
+ | **Auth — Stytch** | Full OAuth authentication with Stytch and personalized coffee shop search | — | [View Code](https://github.com/alpic-ai/skybridge/tree/main/examples/auth-stytch) |
130
136
  | **Auth — WorkOS AuthKit** | Full OAuth authentication with WorkOS AuthKit and personalized coffee shop search | — | [View Code](https://github.com/alpic-ai/skybridge/tree/main/examples/auth-workos) |
137
+ | **Flight Booking** | Flight booking carousel with dynamic search and booking flow | [Try Demo](https://flight-booking.skybridge.tech/try) | [View Code](https://github.com/alpic-ai/skybridge/tree/main/examples/flight-booking) |
138
+ | **Generative UI** | Dynamic UI generation using json-render and Skybridge | [Try Demo](https://generative-ui.skybridge.tech/try) | [View Code](https://github.com/alpic-ai/skybridge/tree/main/examples/generative-ui) |
131
139
  | **Manifest Starter** | Starter app with Manifest UI agentic components out-of-the-box | [Try Demo](https://manifest-ui.skybridge.tech/try) | [View Code](https://github.com/alpic-ai/skybridge/tree/main/examples/manifest-ui) |
132
140
 
133
141
  See all examples in the [Showcase](https://docs.skybridge.tech/showcase) or browse the [examples/](examples/) directory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skybridge",
3
- "version": "0.35.13",
3
+ "version": "0.35.15",
4
4
  "description": "Skybridge is a framework for building ChatGPT and MCP Apps",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,7 +34,7 @@
34
34
  "license": "ISC",
35
35
  "peerDependencies": {
36
36
  "@modelcontextprotocol/sdk": ">=1.0.0",
37
- "@skybridge/devtools": ">=0.35.10 <1.0.0",
37
+ "@skybridge/devtools": ">=0.35.14 <1.0.0",
38
38
  "nodemon": ">=3.0.0",
39
39
  "react": ">=18.0.0",
40
40
  "react-dom": ">=18.0.0",
@@ -42,21 +42,21 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@babel/core": "^7.29.0",
45
- "@modelcontextprotocol/ext-apps": "^1.3.1",
46
- "@oclif/core": "^4.10.2",
45
+ "@modelcontextprotocol/ext-apps": "^1.3.2",
46
+ "@oclif/core": "^4.10.3",
47
47
  "ci-info": "^4.4.0",
48
48
  "cors": "^2.8.6",
49
49
  "dequal": "^2.0.3",
50
50
  "es-toolkit": "^1.45.1",
51
51
  "express": "^5.2.1",
52
- "handlebars": "^4.7.8",
52
+ "handlebars": "^4.7.9",
53
53
  "ink": "^6.8.0",
54
- "posthog-node": "^5.28.5",
54
+ "posthog-node": "^5.28.9",
55
55
  "superjson": "^2.2.6",
56
56
  "zustand": "^5.0.12"
57
57
  },
58
58
  "devDependencies": {
59
- "@modelcontextprotocol/sdk": "^1.27.1",
59
+ "@modelcontextprotocol/sdk": "^1.29.0",
60
60
  "@testing-library/dom": "^10.4.1",
61
61
  "@testing-library/react": "^16.3.2",
62
62
  "@total-typescript/tsconfig": "^1.0.4",
@@ -67,12 +67,12 @@
67
67
  "@types/node": "^24.12.0",
68
68
  "@types/react": "^19.2.14",
69
69
  "@types/react-dom": "^19.2.3",
70
- "@vitest/ui": "^4.1.1",
70
+ "@vitest/ui": "^4.1.2",
71
71
  "jsdom": "^29.0.1",
72
72
  "shx": "^0.4.0",
73
73
  "ts-node": "^10.9.2",
74
74
  "typescript": "^6.0.2",
75
- "vitest": "^4.1.1",
75
+ "vitest": "^4.1.2",
76
76
  "zod": "^4.3.6"
77
77
  },
78
78
  "bin": {