sunpeak is MCP-App-First
sunpeak aligns its APIs around the MCP App standard while layering in ChatGPT and Claude-specific functionality as first-class citizens. MCP Apps now run in ChatGPT, Claude, Goose, and VS Code.
Insights, tutorials, and updates about MCP Apps and ChatGPT Apps.
sunpeak aligns its APIs around the MCP App standard while layering in ChatGPT and Claude-specific functionality as first-class citizens. MCP Apps now run in ChatGPT, Claude, Goose, and VS Code.
Claude Connectors connect Claude to external data sources. Claude Apps render interactive UI inside Claude. Both are built on MCP, but they solve different problems. Here is how they differ and how to build each.
ChatGPT and Claude both support MCP Apps. You can build a single React component that runs on both hosts without code changes. Here is how the cross-platform story works in practice.
Claude Apps are interactive applications that run inside Claude. They are MCP Apps built with React, rendered in sandboxed iframes, and portable across AI hosts. Here is how to build one.
Build a working ChatGPT App from scratch using sunpeak. This hands-on tutorial walks through creating a recipe card, adding mock data, and testing locally without a paid ChatGPT account.
Learn the MCP concepts behind MCP Apps: hosts, servers, Tools, and Resources, and how they combine to render interactive UI inside AI conversations.
A concrete proposal for building MCP Apps that work across ChatGPT, Claude, Goose, and VS Code. Covers the cross-host architecture decisions, what to keep portable, when to add host-specific code, and the build order that gets you there.
A concrete proposal for building a ChatGPT App from scratch: architecture, stack, local development, testing strategy, deployment, and the build order that gets you to production fastest.
MCP Apps and A2UI both solve agent UI problems, but in completely different ways. MCP Apps are coded web applications that run in AI conversations. A2UI is a declarative JSON protocol for agent-generated interfaces. Here is how to choose.
Custom GPTs and ChatGPT Apps both run inside ChatGPT, but they are built for completely different things. Custom GPTs are no-code text assistants. ChatGPT Apps are coded applications with interactive UI built on the Model Context Protocol.
MCP Apps are interactive UIs that run inside AI conversations on ChatGPT, Claude, and other hosts. Learn how MCP Apps work, how they differ from MCP servers, and how to build one with a working code example.
MCP Apps run inside ChatGPT, Claude, and other AI hosts. Picking the right MCP App framework determines how fast you ship, how well you test, and whether your app works across hosts. Here is what to look for.
Learn how to debug ChatGPT Apps and MCP Apps with practical troubleshooting techniques. Covers common errors, display mode issues, tool invocation debugging, and ChatGPT App development tips using sunpeak.
Learn how to test ChatGPT Apps and MCP Apps with unit tests, end-to-end tests, and simulation files. Covers Vitest, Playwright, and CI/CD integration using the sunpeak ChatGPT App framework.
ChatGPT Apps are a new UI paradigm built on the Model Context Protocol (MCP). Building them from scratch means solving infrastructure problems every time. A ChatGPT App framework like sunpeak changes that.
A practical guide to minimizing AI-era tech debt through context window management, smaller teams, and emerging protocols like MCP and ChatGPT Apps. Given as a talk at the Austin CTO Club.
No need for a ChatGPT Plus subscription to build ChatGPT Apps. ChatGPT Apps are MCP Apps built on the Model Context Protocol. Here is how to develop locally with the sunpeak simulator.
A beginner-friendly guide to developing ChatGPT Apps on your local machine using sunpeak. ChatGPT Apps are MCP Apps built on the Model Context Protocol. No paid ChatGPT account required.
MCP has adoption, but the consumer experience is broken. Discovery, connection, and use all need browser-like simplicity—and ChatGPT Apps are the first step.
Build and deploy a ChatGPT App with just 2 commands using sunpeak. A quick-start guide to ChatGPT App development with MCP servers and ngrok deployment.
A comprehensive breakdown of ChatGPT App and MCP App display behavior across all Display Modes and screen widths. Learn about inline, fullscreen, and picture-in-picture modes for ChatGPT Apps.
A practical guide to building ChatGPT Apps (MCP Apps) based on real-world experience. Learn about MCP architecture, caching strategies, and undocumented runtime APIs for ChatGPT App development.
A beginner-friendly guide to getting started with ChatGPT App development. ChatGPT Apps are MCP Apps built on the Model Context Protocol. Learn about official tooling, documentation, and quickstart resources.