That’s why I built FastApps, an open-source framework that lets you build ChatGPT apps with only two files: a Python backend and a React frontend.
It removes all the glue code and focuses on developer experience:
- Auto-discovers and registers MCP widgets automatically
- Builds and bundles React UIs with zero config
- Manages CSP, metadata, and resource serving out of the box
- Type-safe data flow with Pydantic and React hooks
- Runs as an MCP server, fully compatible with ChatGPT and other MCP clients
If you’ve been experimenting with MCP or building ChatGPT tools, I’d love your feedback. It’s fully open source — and I’m looking for contributors who want to help shape this ecosystem together.
GitHub → https://github.com/DooiLabs/FastApps
Docs → https://www.fastapps.org/
rosaaie•2h ago
zachpark•2h ago
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.
rosaaie•2h ago
zachpark•2h ago