Skip to content

Commit

Permalink
chore: add browser sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Apr 8, 2024
1 parent 5819cfa commit 1a7e01a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions integration/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,25 @@ For a more detailed overview of how the client-side SDKs work, check out our ann

## Overview

<Warning>
Our client-side SDKs are currently in **beta**.

We're actively working on improving them and adding more languages. If you have any feedback, feature or language requests, please let us know by opening an issue in our [GitHub repository](https://github.com/flipt-io/flipt-client-sdks).

</Warning>

Flipt provides a number of client-side SDKs to help you integrate with Flipt in your application. The SDKs are available in a number of languages:

<CardGroup cols={2}>
<Card
title="Node/TypeScript"
title="Node"
href="https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-node"
icon="node"
color="#68a063"
>
Evaluate flags client-side in your Node applications
</Card>
<Card
title="Browser/JavaScript"
href="https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-browser"
icon="js"
color="#f7e018"
>
Evaluate flags client-side in your browser-based applications
</Card>
<Card
href="https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-python"
title="Python"
Expand Down

0 comments on commit 1a7e01a

Please sign in to comment.