receptionist-uk
UK-flavoured AI receptionist. Fork Sophie. Deploy for £5/mo. Answer the phone at 3am.
§ 01 · What it is
An open-source, UK-tuned reference implementation of the same voice receptionist running the demo on this site. Twilio UK numbers, sub-1.3s response latency, natural Welsh/British accent handling, GDPR-compliant call logging, and templates for hospitality and professional-services use cases. Fork the repo, add your business logic, deploy in a weekend.
§ 02 · Money it saves
§ 03 · How it works
- 01
Twilio Media Streams for the UK phone leg. Groq (Whisper Large v3 Turbo) for speech-to-text at ~200ms latency. Claude Haiku for intent classification and response generation. Gemini TTS for natural British voice output. Postgres for booking store and audit log.
- 02
Static-phrase caching for the 80% of things receptionists say every day ('Hello, [business], how can I help?') — zero latency on those. Dynamic TTS only for the variable bits (names, times, custom confirmations).
- 03
Human escalation baked in: below-threshold confidence or explicit request for a person triggers a Slack alert or SMS to the on-call phone with the caller's number and the transcript so far. Nobody gets left hanging.
- 04
Comes with `hitl-review` and `audit-log-llm` pre-wired. GDPR-safe out of the box: UK-region hosting, 30-day retention, right-to-erasure per caller number.
Stack
§ 04 · Why it beats what's out there
Most open-source voice agent projects assume US phone numbers, US pricing, and American English. Deploying them for a UK business is a week of adaptation work. receptionist-uk is turnkey for the UK market.
| What's out there | The gap it leaves |
|---|---|
| Open-source voice-agent frameworks | Framework-level, not turnkey. You still need to wire up UK phone numbers, GDPR-compliant retention, British-accent voice tuning, and hospitality/professional-services templates yourself — this ships all of those built-in. |
| Commercial voice-bot SaaS platforms | £200-£800/mo minimum. Vendor lock-in. No self-host option, no source access — a hard no for legal, healthcare, finance and any compliance-conscious industry. |
| Traditional UK answering services | £300-£800/mo for human cover. Still human-limited: queues at peak times, wait times, inconsistent answers, no availability at 3am. AI answers in under two seconds, 24/7, consistently. |