OpenAI ChatGPT App starter DevXP feels like 2010, I built a better one
Hi HN! Two weeks ago at their Dev Days, OpenAI unveiled ChatGPT apps, interactive widgets that render inside ChatGPT using the Apps SDK and MCP. Building them using their template repository was surprisingly painful: every time you make a change on your React widget, you need to rerun the entire build pipeline to get fresh JS and CSS assets. The dev feedback loop was pretty terrible. That’s why I built a TypeScript starter that gets you up and running in under a minute. Clone, npm install, npm run dev, paste your ngrok URL into ChatGPT, and you're iterating on widgets with Hot Module Reload…
In plain words
This is a TypeScript starter kit for building interactive widgets in ChatGPT using OpenAI's Apps SDK and MCP protocol. It streamlines the development process by replacing slow build pipelines with hot module reload, allowing developers to see changes instantly in ChatGPT without rebuilds. The starter includes Vite for fast development, an Express server for MCP, and deployment-ready production builds. It targets developers creating ChatGPT apps who want a faster feedback loop than OpenAI's official template.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hi HN! Two weeks ago at their Dev Days, OpenAI unveiled ChatGPT apps, interactive widgets that render inside ChatGPT using the Apps SDK and MCP. Building them using their template repository was surprisingly painful: every time you make a change on your React widget, you need to rerun the entire build pipeline to get fresh JS and CSS assets. The dev feedback loop was pretty terrible. That’s why I built a TypeScript starter that gets you up and running in under a minute. Clone, npm install, npm run dev, paste your ngrok URL into ChatGPT, and you're iterating on widgets with Hot Module Reload in the ChatGPT interface, just like building a regular web app. When you're ready to ship, the production build pipeline deploys instantly to Alpic or any other PaaS. What's included: - Vite dev server with Hot Module Reload (HMR) piggy-backed on your MCP server Express server - Skybridge framework: an abstraction layer I built on top of OpenAI's skybridge runtime that maps MCP tool invocations to React widgets, eliminating manual iframe communication and component wiring. - Production build pipeline: one-click deploy to Alpic.ai (with bundling, hosting, auth, MCP-specific analytics included) or elsewhere - No lock-in: uses the official MCP SDK, works with OpenAI's examples Quick start: git clone https://github.com/alpic-ai/apps-sdk-template cd apps-sdk-template pnpm install && pnpm run dev ngrok http 3000 # Add https://your-url.ngrok-free.app/mcp to ChatGPT Settings → Connectors Feedback welcome, especially if you hit rough edges or want specific features! Starter Kit GitHub → https://github.com/alpic-ai/apps-sdk-template Skybridge Github → https://github.com/alpic-ai/skybridge
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, October 2025
the whole month →

- SA
I went down the rabbit hole on a side project and ended up building this: Strange Attractors(https://blog.shashanktomar.com/posts/strange-attractors). It’s built with three.js. Working on it reminded me of the little "maths for fun" exercises I used to do while learning programming in early days. Just trying things out, getting fascinated and geeky, and being surprised by the results. I spent way too much time on this, but it was extreme fun. My favorite part: someone pointed me to the Simone Attractor on Threads. It is a 2D attractor and I asked GPT to extrapolate it to…
AI · Oct 2025 · blog.shashanktomar.com

- ASAutism Simulator▲779
Hey all, I built this. It’s not trying to capture every autistic experience (that’d be impossible). It’s based on my own lived experience as well as that of friends on the spectrum. I'm trying to give people a feel for what masking, decision fatigue, and burnout can look like day-to-day. That’s hard to explain in words, but easier to show through choices and stats. I'm not trying to "define autism". I’ve gotten good feedback here about resilience, meds, and difficulty tuning. I’ll keep tweaking it. If even a few people walk away thinking, "ah, maybe that’s why my coworker struggles in those…
Life & fun · Oct 2025 · autism-simulator.vercel.app
