shipfeedAI news, curated daily

02:03:21 CET
21 MAY02:03:21shipfeed
pull to refreshlast sync
Just in — 30 new
§ feed · storyline

Running Next.js inside ChatGPT: A deep dive into native app integration

OpenAI's Apps SDK enables full Next.js applications with React Server Components and dynamic routing to run inside ChatGPT via a triple-iframe architecture.

Oct 15 · · primary fetch1 sourceupdated Oct 15 ·

When OpenAI announced the Apps SDK with Model Context Protocol (MCP) support, it opened the door to embedding web applications directly into ChatGPT. But there's a significant difference between serving static HTML in an iframe and running a full Next.js application with client-side navigation, React Server Components, and dynamic routing.

This is the story of how we bridged that gap. We created a Next.js app that runs natively inside ChatGPT's triple-iframe architecture, complete with navigation and all the modern features you'd expect from a Next.js application. Read more

read full article on vercel.com
§ sources1 publication · timeline below
  1. vercel.comRunning Next.js inside ChatGPT: A deep dive into native app integrationprimary