🍳🔩 Chef + Bolt.diy Merged API Gateway

Deployment successful on Cloudflare Pages!

Endpoints

Test Health

curl https://YOUR-PAGES-URL/health

Test API

curl -X POST https://YOUR-PAGES-URL/api/unified/applications \
  -H "Content-Type: application/json" \
  -d '{"prompt": "React app with Node backend"}'

Source Code