Show HN: FastApps – zero-boilerplate framework for building ChatGPT apps (fastapps.org)
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/
5 comments
[ 4.0 ms ] story [ 19.3 ms ] threadApps in ChatGPT is based on MCP servers, and as you know many people develop mcp servers in python. So we believe that FastApps would be the best choice for people who are building ChatGPT apps in python.