HackerTrans
トップ新着トレンドコメント過去質問紹介求人

zachpark

no profile record

投稿

Show HN: A framework 10x better than OpenAI Apps SDK

fastapps.org
2 ポイント·投稿者 zachpark·8 か月前·0 コメント

OpenAI's Apps SDK – How It Works

1 ポイント·投稿者 zachpark·9 か月前·1 コメント

Show HN: FastApps – zero-boilerplate framework for building ChatGPT apps

fastapps.org
2 ポイント·投稿者 zachpark·9 か月前·9 コメント

Show HN: An open-source framework for building "Apps in ChatGPT"

github.com
2 ポイント·投稿者 zachpark·9 か月前·0 コメント

コメント

zachpark
·9 か月前·議論
Right now FastApps mainly focuses on Python-based backends.

Could you share a bit more on what you mean by “backend-only"? Are you thinking of running logic without any UI part?

Node.js isn’t supported yet, but I’d love to hear your use case!
zachpark
·9 か月前·議論
Right now it's React-first because the Apps SDK UI layer is React-based. But the frontend is bundled automatically, so if OpenAI expands support for other frameworks later, swapping it out would be straightforward.
zachpark
·9 か月前·議論
It’s an actual runtime, not just scaffolding. FastApps runs as an MCP server and it handles widget registration, protocol messages, static assets, and the data flow between backend and frontend.

When you run fastapps create, you get a running service that ChatGPT talks to over MCP, not just a code template. You can extend or deploy it like any other web app.