http://gothoxeo4g2yqa3ba27z3sigeprlwan3deogkejooe7zqccou6qgkvad.onion/abi/screenshot-to-code
If you prefer to run the backend on a different port, update VITE_WS_BACKEND_URL in frontend/.env.local For debugging purposes, if you don't want to waste GPT4-Vision credits, you can run the backend in mock mode (which streams a pre-recorded response): MOCK=true poetry run uvicorn main:app --reload --port 7001 Docker If you have Docker installed on your system, in the root directory, run: echo " OPENAI_API_KEY=sk-your-key " > .env
docker-compose up -d --build The app will be...