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

# SDKs

> Discover Sequin SDK options for JavaScript, Go, Python, Ruby, and Elixir.

Sequin's SDKs are built on top of Sequin's HTTP API. They provide a more friendly interface for dynamically creating consumers and working with messages.

<CardGroup>
  <Card title="JavaScript" icon="js" href="https://github.com/sequinstream/sequin-js">
    Official JavaScript SDK for Sequin
  </Card>

  <Card title="Elixir" icon="phoenix-framework" href="https://github.com/sequinstream/sequin-elixir">
    Official Elixir SDK for Sequin
  </Card>

  <Card title="Elixir Broadway" icon="phoenix-framework" href="https://github.com/sequinstream/off_broadway_sequin">
    Elixir Broadway integration for Sequin
  </Card>

  <Card title="Go" icon="golang" href="https://github.com/sequinstream/sequin-go">
    Official Go SDK for Sequin
  </Card>

  <Card title="Ruby" icon="gem" href="https://github.com/sequinstream/sequin-ruby">
    Official Ruby SDK for Sequin
  </Card>

  <Card title="Python" icon="python" href="https://github.com/sequinstream/sequin-py">
    Official Python SDK for Sequin
  </Card>
</CardGroup>

Don't see the SDK you need? Open an issue on [GitHub](https://github.com/sequinstream/sequin/issues).
