{"id":50518799,"url":"https://github.com/paritoshk/rosewood-ucha","last_synced_at":"2026-06-03T02:04:31.759Z","repository":{"id":358364601,"uuid":"1240986221","full_name":"paritoshk/rosewood-ucha","owner":"paritoshk","description":"Voice-first hotel dispatch — staff speak a request and Üchá transcribes it, routes it by department and priority, enriches it with guest context, and posts it to a live board.","archived":false,"fork":false,"pushed_at":"2026-05-17T03:07:18.000Z","size":391,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-17T03:26:51.227Z","etag":null,"topics":["anthropic","claude","dispatch","elevenlabs","hospitality","nextjs","typescript","voice-ai"],"latest_commit_sha":null,"homepage":"https://ucha-rosewood.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paritoshk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-16T20:25:00.000Z","updated_at":"2026-05-17T02:59:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/paritoshk/rosewood-ucha","commit_stats":null,"previous_names":["paritoshk/rosewood-ucha"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/paritoshk/rosewood-ucha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritoshk%2Frosewood-ucha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritoshk%2Frosewood-ucha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritoshk%2Frosewood-ucha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritoshk%2Frosewood-ucha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paritoshk","download_url":"https://codeload.github.com/paritoshk/rosewood-ucha/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritoshk%2Frosewood-ucha/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33844701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anthropic","claude","dispatch","elevenlabs","hospitality","nextjs","typescript","voice-ai"],"created_at":"2026-06-03T02:04:30.984Z","updated_at":"2026-06-03T02:04:31.746Z","avatar_url":"https://github.com/paritoshk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eÜchá\u003c/strong\u003e\u003cbr/\u003e\n  \u003cem\u003eVoice-First Hotel Dispatch\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://ucha.vercel.app\"\u003eLive Demo\u003c/a\u003e ·\n  \u003ca href=\"#how-it-works\"\u003eHow It Works\u003c/a\u003e ·\n  \u003ca href=\"#voice-modes\"\u003eVoice Modes\u003c/a\u003e ·\n  \u003ca href=\"#demo\"\u003eDemo\u003c/a\u003e ·\n  \u003ca href=\"#development\"\u003eDevelopment\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nÜchá is a voice-driven dispatch board for hotel staff. Speak a request and it is\ntranscribed, routed to the correct department with a priority and ETA, enriched\nwith guest CRM context, and posted to the live dispatch board.\n\n**One button. One voice. Zero dropped requests.**\n\n## How It Works\n\n1. **Capture** — staff hold the voice button and speak a request.\n2. **Transcribe** — `POST /api/voice` sends the audio to ElevenLabs Scribe\n   speech-to-text (`scribe_v1`).\n3. **Route** — the transcript is passed to Claude which uses\n   tool-calling to return a structured dispatch (department, priority, summary,\n   room, ETA). Guest tier is resolved from the CRM lookup and VIP requests are\n   escalated.\n4. **Acknowledge** — `POST /api/speak` synthesizes Üchá's spoken confirmation\n   with ElevenLabs text-to-speech (`eleven_flash_v2_5`) and plays it back.\n5. **Dispatch** — the request is stored and appears on `/dispatch`, which polls\n   `/api/requests` every few seconds.\n\n## Voice Modes\n\nThe top bar offers two ways to talk to Üchá, switchable with the toggle:\n\n- **Hold to speak** (default) — one-shot push-to-talk `VoiceButton`. Hold,\n  speak, release; the pipeline above runs once.\n- **Live agent** — `ConversationButton`, a continuous ElevenLabs Conversational\n  AI session. Requires a pre-created agent (`ELEVENLABS_AGENT_ID`); this app\n  never creates agents.\n\n## Stack\n\n| Layer      | Technology                               |\n| ---------- | ---------------------------------------- |\n| Framework  | Next.js 16 (App Router) · React 19       |\n| Language   | TypeScript                               |\n| Styling    | Tailwind CSS v4                          |\n| Voice      | ElevenLabs (STT + TTS)                   |\n| AI         | Anthropic Claude                         |\n| State      | Upstash Redis (optional)                 |\n| Deploy     | Vercel                                   |\n\n## Demo\n\nVisit `/demo` (or \"Demo Mode\" in the top bar) to run scripted scenarios through\nthe real pipeline — each one shows the transcribe → route → acknowledge steps\nand speaks the acknowledgment aloud.\n\nTry _\"Room 412 needs extra towels\"_ — guest Eleanor Whitfield (Pinnacle VIP) is\nresolved from the CRM and the request is auto-escalated.\n\n## Environment\n\nCreate `.env.local` with:\n\n```bash\nANTHROPIC_API_KEY=...     # Claude routing\nELEVENLABS_API_KEY=...    # speech-to-text + text-to-speech\nELEVENLABS_AGENT_ID=...   # required only for the live agent mode\n```\n\n## Development\n\n```bash\npnpm install\npnpm dev      # http://localhost:3000\npnpm lint\npnpm test\npnpm build\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparitoshk%2Frosewood-ucha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparitoshk%2Frosewood-ucha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparitoshk%2Frosewood-ucha/lists"}