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

# Build with Outspeed

> Add voice interactivity to your app

<div class="mt-0">
  <div class="flex flex-col lg:flex-row gap-8 items-center mb-12">
    <div class="flex-1 flex justify-center lg:justify-start">
      <img src="https://mintcdn.com/adaptai/OpKueixf3jpS2JRW/logo/outspeed-phone-blue-light.png?fit=max&auto=format&n=OpKueixf3jpS2JRW&q=85&s=9b9fdc0b67e2b1f4230a4c1c662ef56b" alt="Outspeed Voice AI Platform" class="docimage max-w-8 h-auto rounded-lg shadow-lg dark:hidden" width="1024" height="1024" data-path="logo/outspeed-phone-blue-light.png" />

      <img src="https://mintcdn.com/adaptai/OpKueixf3jpS2JRW/logo/outspeed-phone-blue.png?fit=max&auto=format&n=OpKueixf3jpS2JRW&q=85&s=e859302cc67082add0691dde6dd2d598" alt="Outspeed Voice AI Platform" class="docimage max-w-8 h-auto rounded-lg shadow-lg hidden dark:block" width="1024" height="1024" data-path="logo/outspeed-phone-blue.png" />
    </div>

    <div class="flex-1">
      <h1 class="text-2xl font-bold mb-4">Embed voice in your mobile or web app</h1>

      <p class="text-lg leading-relaxed">
        Outspeed helps you add a voice interface to your mobile and web apps. Build an empathetic
        therapist, a chatty companion or a professional AI interviewer: possibilities are endless.
      </p>
    </div>
  </div>

  ## Overview

  <CardGroup cols={2}>
    <Card title="Quickstart" icon="rocket" href="/get-started/quickstart">
      Get started with Outspeed in minutes.
    </Card>

    <Card title="Templates" icon="book" href="/get-started/templates">
      Explore pre-built templates to jumpstart your voice AI projects.
    </Card>
  </CardGroup>

  ## Examples

  <CardGroup cols={2}>
    <Card title="HR" icon="user-tie" href="https://dashboard.outspeed.com">
      Voice agent for HR interviews and onboarding.
    </Card>

    <Card title="Therapist" icon="user-nurse" href="https://dashboard.outspeed.com">
      Empathetic voice agent for therapy and support.
    </Card>

    <Card title="Companion" icon="user-secret" href="https://dashboard.outspeed.com">
      Friendly AI companion for conversation.
    </Card>

    <Card title="AI to AI" icon="users" href="https://github.com/outspeed-ai/outspeed-examples/tree/main/next-js-ai-to-ai-chat">
      Two AIs conversing with each other using voice.
    </Card>
  </CardGroup>

  <h2>Capabilities</h2>

  <CardGroup cols={3}>
    <Card title="Background Noise Removal" icon="volume-xmark">
      Remove unwanted background noise from audio.
    </Card>

    <Card title="Speaker Recognition" icon="user-check">
      Identify and distinguish between speakers.
    </Card>

    <Card title="Emotions" icon="face-smile">
      Detect and express emotions in voice.
    </Card>
  </CardGroup>
</div>
