1. Python Web App • Use a common Python web framework (Flask or FastAPI) running behind Gunicorn. • The app handles requests to your site and the OpenAI ChatGPT API. • Integrates your logic for caching static assets and page resources to disk. 2. Frontend • A simple HTML/JavaScript frontend …