zachpark
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: A framework 10x better than OpenAI Apps SDK (fastapps.org)
OpenAI's Apps SDK sucks. So we built a better way to build ChatGPT apps, fast. You can tap into 800M weekly active users, and early land-grab is everything. 200+ developers are already building with our framework. Start…
-
TL;DR OpenAI just shipped its Apps SDK — the real infrastructure behind ChatGPT “apps.” Built on top of the Model Context Protocol (MCP), it lets anyone create interactive UI widgets that talk directly to the LLM.…
-
Building interactive widgets for ChatGPT turned out to be way more complex than I expected. Between the MCP protocol, widget registration, build setup, CSP policies, and resource serving — I kept writing the same…
-
Hi! I’ve been experimenting with OpenAI's new apps SDK and found it, rough. The example project is unstructured, full of hardcoded file hashes, and takes hundreds of lines just to get something working. So I built…