> ## Documentation Index
> Fetch the complete documentation index at: https://cyborg-encryption-copy.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Open Source

## Client SDKs

All CyborgDB client SDKs are open source and available on GitHub. We welcome contributions, bug reports, and feature requests!

<CardGroup cols={2}>
  <Card title="Python SDK" href="https://github.com/cyborginc/cyborgdb-py" icon="python">
    View the source code or report issues on Github:

    `cyborginc/cyborgdb-py`
  </Card>

  <Card title="JavaScript SDK" href="https://github.com/cyborginc/cyborgdb-js" icon="js">
    View the source code or report issues on Github:

    `cyborginc/cyborgdb-js`
  </Card>

  <Card title="TypeScript SDK" href="https://github.com/cyborginc/cyborgdb-js" icon="code">
    View the source code or report issues on Github:

    `cyborginc/cyborgdb-js`
  </Card>

  <Card title="Go SDK" href="https://github.com/cyborginc/cyborgdb-go" icon="golang">
    View the source code or report issues on Github:

    `cyborginc/cyborgdb-go`
  </Card>
</CardGroup>

## Contributing

We welcome contributions to all our SDKs! Here's how you can help:

* **Report Issues**: Found a bug? Let us know by opening an issue on the relevant repository
* **Request Features**: Have an idea for improvement? We'd love to hear it
* **Submit PRs**: Ready to contribute code? Check out our contribution guidelines in each repository
* **Improve Documentation**: Help us make the docs better by suggesting improvements
