Guidance for building the chatgpt-app (Vite + React + @openai/apps-sdk-ui) with the MCP-friendly single-file output.
SKILL.md
ChatGPT App Skill
This skill covers work in /chatgpt-app, the Vite + React TypeScript app that ships a single-file (inline HTML/CSS/JS) bundle consumed by the MCP server.
Tech Stack & Build
Vite + React 19 + TypeScript.
Tailwind CSS v4 for utilities; base CSS imports @openai/apps-sdk-ui/css.
Single-file build via vite-plugin-singlefile and html-minifier-terser (see package.json scripts).
Design System
All design and components come from @openai/apps-sdk-ui.