🛡️

Safe-Zone Ced

Real-time voice AI for Safe-Zone

● Live

Talk to Safe-Zone.
It talks back.

A fully hands-free voice loop: ElevenLabs Scribe realtime STT → Gemini 3 Flash → ElevenLabs TTS. No typing, no buttons mid-conversation. Just speak.

  • Low-latency STT

    ElevenLabs Scribe realtime over WebSocket.

  • Natural TTS

    ElevenLabs Turbo v2.5, streamed.

  • Fast reasoning

    Gemini 3 Flash via Lovable AI Gateway.

  • Base44 ready

    Drop-in adapter for your backend.

Embed on safe-zone.site/app

<!-- Safe-Zone Ced floating widget -->
<script src="https://YOUR-LOVABLE-URL/safe-zone-embed.js" defer></script>

Floating mic button bottom-right · opens a 380×560 panel · doesn’t block your UI.

Swap to Base44 backend later
  1. Add secrets BASE44_API_URL and BASE44_API_KEY in Lovable Cloud.
  2. The adapter in src/lib/voice.functions.ts auto-detects them and routes chat through Base44 (POST { messages }{ reply }).
  3. If Base44 fails, it falls back to Gemini so the assistant stays online.
  4. No frontend changes required.

Safe-Zone Ced

Voice assistant · always listening

Tap “Start conversation”, allow your mic, and just talk. Ced replies out loud.

Live preview — same component used in the embed.