[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Announcements](/c/announcements/27) # ChatGPT apps support on Vercel 111 views · 1 like · 1 post Pauline P. Narvas (@pawlean) · 2025-10-10 · ♥ 1 <p>You can now build and deploy <a href="https://openai.com/index/introducing-apps-in-chatgpt/">ChatGPT apps</a> directly on Vercel, with full support for modern web frameworks.</p><p>ChatGPT apps let you integrate custom UI components and functionality within ChatGPT, deployed and served by Vercel. </p><p>Frameworks like <a href="https://nextjs.org/">Next.js</a> can now power these experiences using the Model Context Protocol (MCP), running natively inside the OpenAI sandbox rather than in a nested iframe. Check out our <a href="https://vercel.com/templates/ai/chatgpt-app-with-next-js">Next.js template</a>.</p>  Build your ChatGPT apps with: * Next.js features like server-side rendering (SSR) and React Server Components * Vercel platform capabilities such as preview deployments, instant rollback, and a seamless dev-to-production pipeline Get started by building and deploying ChatGPT apps on Vercel using [Next.js](https://nextjs.org/), [Apps SDK](https://developers.openai.com/apps-sdk), and [mcp-handler](https://github.com/vercel/mcp-handler). Read the full changelog at https://vercel.com/changelog/chatgpt-apps-support-on-vercel.