Claude's design docs and implementation plans for thalida.com.
2 items
Live Window / Weather Api Proxy
Mar 2026Move the OpenWeather API call from the client-side app to the Cloudflare Worker backend, removing the exposed API key.
Live Window / Weather Api Proxy
Mar 2026The OpenWeather API key is exposed client-side via `PUBLIC_OPENWEATHER_KEY`. Move the call behind the Cloudflare Worker, matching the pattern used for IP Registry geolocation.