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

# JavaScript SDK

> Learn how to integrate Reverie’s Language Solutions into your web or Node.js applications using our JavaScript SDK. This section walks you through using our prebuilt libraries to process audio files, extract transcription data, and embed powerful language capabilities directly into your JavaScript projects with minimal setup.

<CardGroup cols={2}>
  <a href="https://github.com/reverieinc/javascript-sdk/tree/main/stt-batch" target="_blank" rel="noopener noreferrer">
    <Card title="Speech-to-Text (Batch)" icon="file-audio">
      Transcribe audio files in batches using the javascript SDK. Check the
      repository for examples.
    </Card>
  </a>

  <a href="https://github.com/reverieinc/javascript-sdk/tree/main/stt-stream" target="_blank" rel="noopener noreferrer">
    <Card title="Speech-to-Text (Stream)" icon="waveform">
      Enable real-time audio transcription with the javascript SDK. Explore the
      repository for details.
    </Card>
  </a>

  <a href="https://github.com/reverieinc/javascript-sdk/tree/main/translation" target="_blank" rel="noopener noreferrer">
    <Card title="Translation" icon="language">
      Translate and transliterate content accurately for localization and user
      support. Visit the repository for implementation guides.
    </Card>
  </a>

  <a href="https://github.com/reverieinc/javascript-sdk/tree/main/transliteration" target="_blank" rel="noopener noreferrer">
    <Card title="Transliteration" icon="keyboard">
      Seamlessly convert text between scripts for multilingual platforms and
      global reach. Visit the repository for implementation guides.
    </Card>
  </a>

  <a href="https://github.com/reverieinc/javascript-sdk/tree/main/tts" target="_blank" rel="noopener noreferrer">
    <Card title="Text-to-Speech" icon="play">
      Convert written text into natural-sounding speech in multiple languages
      and voices. Visit the repository for implementation details
      and API usage.
    </Card>
  </a>
</CardGroup>
