> ## Documentation Index
> Fetch the complete documentation index at: https://typecast.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Community integrations

Community projects connect Typecast TTS to short-form video, dubbing, narration, audio asset production, agent frameworks, and developer tools. These integrations are built and maintained by third-party developers.

<Note>
  These projects are not maintained or endorsed by Typecast. Review each repository's documentation, license, security practices, and current API compatibility before using it in production. Links were last reviewed on August 14, 2026.
</Note>

## Content and video production

Start here if you are building short-form video, narration, subtitles, character audio, or automated media workflows.

<CardGroup cols={2}>
  <Card title="blog-writer" icon="newspaper" href="https://github.com/sinmb79/blog-writer">
    Automate blog publishing and repurpose posts into short-form videos, with Typecast narration and Whisper-derived word timestamps.
  </Card>

  <Card title="AutoFlowCut" icon="wand-magic-sparkles" href="https://github.com/touchizen/AutoFlowCut">
    Connect Typecast voices, emotions, and loudness controls to AI video generation and CapCut, Premiere, and Vrew export workflows.
  </Card>

  <Card title="ClickClip" icon="closed-captioning" href="https://github.com/lsu7202/clickclip_mvp_2.0.0">
    Build scenes, captions, multi-voice narration, and CapCut drafts from a script using timestamped TTS.
  </Card>

  <Card title="shortping-gen" icon="closed-captioning" href="https://github.com/trinity31/shortping-gen">
    Generate per-cut MP3 files and SRT subtitles from a narration script with a focused command-line workflow.
  </Card>

  <Card title="ClipCart" icon="route" href="https://github.com/lionandthelab/clipcart">
    Add Typecast narration to automated Instagram, TikTok, and Pinterest affiliate video production.
  </Card>

  <Card title="Auto-Video" icon="wand-magic-sparkles" href="https://github.com/angibeom0985-arch/Auto-Video">
    Use an MCP helper to list voices, generate timestamped speech, and save audio inside a video production monorepo.
  </Card>

  <Card title="Beconti" icon="newspaper" href="https://github.com/c-yeonwoo/beconti">
    Turn uploaded photos into blog posts and short-form videos, using Typecast narration fitted to each video scene.
  </Card>

  <Card title="luluco-typecast" icon="volume-high" href="https://github.com/Off-Live/luluco-typecast">
    Batch-generate character reaction audio from a YAML manifest with a small Typecast-focused tool.
  </Card>

</CardGroup>

## Agents and real-time voice

These projects show Typecast inside conversational agents, real-time speech engines, compatibility layers, and evaluation tools.

<CardGroup cols={2}>
  <Card title="LlamaIndex" icon="wand-magic-sparkles" href="https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/tools/llama-index-tools-typecast">
    Add speech generation, voice listing, and voice detail tools to a LlamaIndex agent.
  </Card>

  <Card title="TEN Framework" icon="wave-square" href="https://github.com/TEN-framework/ten-framework/tree/main/ai_agents/agents/ten_packages/extension/typecast_tts_python">
    Use streaming Typecast TTS in conversational, real-time voice agents built with TEN Framework.
  </Card>

  <Card title="RealtimeTTS" icon="wave-square" href="https://github.com/KoljaB/RealtimeTTS">
    Use Typecast as a Python real-time TTS engine with voice lookup, emotion controls, and PyAudio streaming.
  </Card>

  <Card title="voice-chat-ai" icon="comments" href="https://github.com/bigsk1/voice-chat-ai">
    Explore a local voice assistant that connects speech recognition, an LLM, and Typecast speech synthesis.
  </Card>

  <Card title="Open Unified TTS" icon="route" href="https://github.com/loserbcc/open-unified-tts">
    Route OpenAI-compatible TTS clients to Typecast through a multi-provider backend. This repository is archived and no longer maintained.
  </Card>

  <Card title="TTS Arena" icon="gauge" href="https://github.com/TTS-AGI/TTS-Arena">
    Compare Typecast SSFM 3.0 with other speech models in a crowdsourced blind evaluation platform.
  </Card>

  <Card title="Motirobotics" icon="microchip" href="https://github.com/HandongSF/hlri-iua-motirobotics">
    Build a multimodal interactive robot with vision, memory, and Gemini dialogue, using Typecast as an optional asynchronous speech engine.
  </Card>

  <Card title="Typecast Discord TTS Bot" icon="comments" href="https://github.com/XxMrEBAxX/TypeCastDiscordBot-TTS-">
    Generate and play Typecast speech in Discord with a focused JavaScript bot example.
  </Card>
</CardGroup>

## Before you use a project

* Confirm that it uses the current Typecast API or an actively maintained Typecast SDK.
* Keep API keys on the server or in environment variables. Never commit credentials to a repository.
* Check the project's license before copying or distributing its code. Some projects in this list do not declare a license.
* Pin compatible versions and test voice, model, streaming, and timestamp behavior in your own environment.

<Tip>
  Built something useful with Typecast TTS? Share a public repository with a clear setup guide, license, and Typecast integration path so the community can evaluate and reuse it.
</Tip>
