xAI TTS Integration for Home Assistant Built with Claude — Full Repo
A developer on r/ClaudeAI worked with Claude to build a custom xAI TTS integration for Home Assistant. The integration uses xAI's new Eve voice and supports all five xAI voices (Eve, Ara, Rex, Sal, Leo), plus expressive speech tags like [pause], [laugh], <emphasis>, <slow>, etc.
The main technical hurdle: HA's modern TTS platform requires the async_stream_tts_audio method returning a TTSAudioResponse — the older async_get_tts_audio path silently fails in voice pipelines. This detail is not well documented and took time to debug.
At $15/1M characters, Eve is priced identically to OpenAI and reportedly more expressive for longer content than OpenAI's Ballad voice.
The repo is available at github.com/therealakahn/ha-xai-tts. The author states no HACS support is planned; it's provided as-is.
📖 Read the full source: r/ClaudeAI
👀 See Also

Yozora-fm: Interactive Anime Music Galaxy Visualization
Yozora-fm is an interactive visualization where each star represents an anime opening or ending song, with over 9,000 tracks mapped by genre and era. Users can click stars to play videos or explore the galaxy interface.

Storybloq: A Project Tracker for Claude Code with Mac App, CLI, and MCP
Storybloq is a free, open-source project tracker that lives in .story/ inside your repo. It includes a Mac app (App Store), a CLI, and an MCP server to expose tickets, issues, and session handovers to Claude Code.

Maggy: An Autonomous Engineering Platform on Claude Code with Cross-Session Memory and P2P Team Learning
Maggy sits at Level 4 of the AI coding tool spectrum: multi-model orchestration, cross-session memory, process intelligence from CI/reviews, and P2P team learning. Benchmarks show 83% reduction in Claude usage while catching 7 security issues missed by single-pipeline Claude Code.

Ouroboros Adds PM Interview Mode for Claude Code to Bridge Spec Gap
Ouroboros now includes a PM mode that runs a guided interview before handing off to Claude Code, asking questions like what problem is being solved, who it's for, and what constraints matter. The output is a PRD/PM document with goal, user stories, constraints, success criteria, assumptions, and deferred items.