Official documentation for FastApps - a zero-boilerplate framework for building ChatGPT widgets.
This documentation site is built with Mintlify and covers:
- Getting Started: Introduction, quickstart, and project setup
- Tutorial: Step-by-step guide to building your first widget
- Widgets: Building interactive UI components with React
- Tools: Creating backend logic with Python
- Core Concepts: State management, styling, and API integration
- Authentication: OAuth 2.0 integration with various providers
- API Reference: Complete API documentation
docs/
├── what-is-fastapps/ # Architecture and core concepts
├── introduction/ # Framework introduction
├── quickstart/ # 5-minute getting started guide
├── project-setup/ # Project structure and configuration
├── tutorial/ # Step-by-step tutorial
├── widgets/ # Widget development guides
├── tools/ # Tool development guides
├── state/ # State management
├── styling/ # Styling widgets
├── api-integration/ # External API integration
├── auth/ # Authentication setup
└── api-reference/ # API documentation
To preview this documentation locally:
# Install Mintlify CLI
npm i -g mintlify
# Preview docs
mintlify devThe documentation will be available at http://localhost:3000.
To contribute to the documentation:
- Edit the relevant
.mdxfiles in thedocs/directory - Update
docs.jsonif adding new pages or changing navigation - Test your changes with
mintlify dev - Submit a pull request
See LICENSE file for details.