diff --git a/README.md b/README.md index df5e72e..8566f93 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ https://github.com/abi/screenshot-to-code/assets/23818/6cebadae-2fe3-4986-ac6a-8 See Examples section below for more demos. +You can now [try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (bring your own OpenAI key). Or see Getting Started below for local install instructions. + ## Updates * Nov 16 - Added a setting to disable DALL-E image generation if you don't need that @@ -15,6 +17,8 @@ See Examples section below for more demos. ## Getting Started +If you don't want to run this locally, you can [try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (bring your own OpenAI key). + The app has a React/Vite frontend and a FastAPI backend. You will need an OpenAI API key with access to the GPT-4 Vision API. Run the backend (I use Poetry for package management - `pip install poetry` if you don't have it):