# ChatGPT apps support on Vercel

**Published:** October 9, 2025 | **Authors:** Andrew Qu, Allen Zhou, Malte Ubl

---

You can now build and deploy [ChatGPT apps](https://openai.com/index/introducing-apps-in-chatgpt/) directly on Vercel, with full support for modern web frameworks.

ChatGPT apps let you integrate custom UI components and functionality within ChatGPT, deployed and served by Vercel.

Frameworks like [Next.js](https://nextjs.org/) 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 [Next.js template](https://vercel.com/templates/ai/chatgpt-app-with-next-js).

![ChatGPT apps](//images.ctfassets.net/e5382hct74si/46TCixxY040hLe4Ctj92kH/c427734962ece1e8ca5080ada668df65/Group_433.png)

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).

**ChatGPT app with Next.js**
Get started building a ChatGPT app with Next.js
[Deploy now](https://vercel.com/templates/ai/chatgpt-app-with-next-js)

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)