Hack #2: Cloudflare · Cloudflare
2 Apr, 10:15
Storefront — Paste a URL, get a voice AI receptionist in 60 seconds. AI scrapes the business website, extracts structured data (services, prices, hours, FAQ), and deploys a voice agent that answers real phone calls. When it can't answer, it captures the lead and texts the caller a confirmation. Cloudflare: Each business gets its own Durable Object — a persistent virtual computer with SQLite, WebSocket sync, and self-rescheduling alarms. Uses Workers, Agents SDK, Browser Rendering, Workers AI, R2, and Assets. ElevenLabs: Conversational AI powers the voice agent with dynamic system prompts per business. TTS, STT, Voice Library with live preview, and real Phone Numbers — not a browser widget. Also: Twilio SMS confirmations, Claude Sonnet for extraction, Google Places enrichment. Every Agents SDK primitive is used intentionally: getAgentByName() for slug-based addressing, sql<T> for typed queries, schedule() for self-healing weekly re-scrapes, setState() for real-time dashboard sync, onRequest() as a full HTTP router inside the DO.
