RingMira is live for the board demo

Voice-first HVAC intake with a clean human handoff.

This surface is isolated to ringmira.konnectkey.shop. It launches the live Vapi voice demo, captures fallback leads into the CRM, routes booking through Google, and leaves the main konnectkey.shop site untouched.

Open Booking Link
4 Languages offered at the top of the call for a lower-friction first turn.
1 Live closer step kept in the loop to preserve trust and booking quality.
0 Impact on the main KonnectKey site. This demo is isolated to its own subdomain.

What the board should see

The point is not a generic chatbot. The point is a fast, structured handoff loop that captures value before a human ever picks up.

1

Call lands

Mira opens with multilingual routing, identifies fit quickly, and avoids bloated talk time.

2

Lead is normalized

The runtime scores the lead, stores it in the Google CRM layer, and keeps the booking state visible.

3

Human confirms

Booking is handed off cleanly, and human outcome becomes part of the measurable loop.

Proof points

This page is intentionally narrow. It proves voice, capture, booking, and operator visibility without overbuilding.

Claude Primary live model inside Vapi for the HVAC demo assistant.
Sheets MVP CRM remains portable, inspectable, and easy to show in a board setting.
Hostinger Static subdomain acts as the brand-safe front door for the board demo.
Cloud Run Runtime stays stable, isolated, and ready for fast iteration on the backend.

Fallback CRM capture

If the board wants to skip the call, this form hits the public demo intake route, stores the lead in CRM, and opens booking immediately.

Security and runtime posture

This demo surface is public, but the trust boundary is still explicit. Client code only gets what it needs.

A

No private Vapi key in the page

The browser uses the public web key only. Private credentials stay in `.env.local` and Cloud Run.

B

Public CRM route is origin-allowlisted

Cross-origin lead capture is limited to approved public origins instead of behaving like a wide-open form endpoint.

C

SEO and client-side security are explicit

Canonical tags, metadata, structured data, and a CSP are baked into the subdomain page for cleaner indexing and safer defaults.