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

# Introduction

> Borea is an open-source platform that generates SDKs from an OpenAPI spec

Borea is built so developers, startups, and enterprises can ship the tools their users want in minutes, with the peace
of mind that they will always stay up to date.

## Key Features

Check out some of our key features!

<AccordionGroup>
  <Accordion icon="pen" title="Idiomatic SDKs">
    Our generators are built by language experts. This provides the best user experience for your users, while
    making each SDK feel hand crafted.
  </Accordion>

  <Accordion icon="microchip" title="Production Ready">
    Each SDK has rigorous data modeling, testing, and error handling to ensure each one is ready to put in your users
    hands the moment you deploy it.
  </Accordion>

  <Accordion icon="flask-gear" title="SDK Testing">
    Ensure your SDKs work with your API using our quite of generated integrations tests. The tests only update when
    your API does so you know you have full coverage.
  </Accordion>

  <Accordion icon="cubes" title="Deploy Remotely">
    We automatically deploy your production ready SDK to the repository of your choice.

    **Supported Registries:**

    * PyPi
  </Accordion>

  <Accordion icon="merge" title="CI/CD">
    Integrate our CLI into your pipeline so that your SDKs always stay up to date with your API. This enables you to
    focus on shipping while we keep your SDKs up to speed.
  </Accordion>

  <Accordion icon="osi" title="Open Source">
    * Our generators are open source on our <a href="https://github.com/Borea-dev">GitHub</a> under the MIT license.
    * Features, issues and bugs are all worked on in public.
    * We believe that open source is the future because it enables us to build the best product possible, together.
  </Accordion>
</AccordionGroup>

<CardGroup cols={2}>
  <Card title="Quick Start" icon="code" href="/cli/quick-start">
    Generate and publish your first SDK
  </Card>

  <Card title="Request a Language" icon="flag" href="mailto:hey@borea.dev?subject=SDK%20Language%20Request">
    Want an SDK in a specific language? Reach out!
  </Card>
</CardGroup>
