Backend not configured yet
This page needs the Worker deployed and its URL set in index.html.
cd worker && npm installnpx wrangler secret put ANTHROPIC_API_KEYnpx wrangler secret put SUPABASE_ANON_KEY— the anon key, never the service role keynpx wrangler deploy- Put the deployed URL into
WORKER_URLat the top of the script inindex.html, then commit