Back to Developers

SDKs

SDKs & Libraries

Official Nexbic SDKs for every major language and framework. All SDKs are open source and published under the MIT license.

v2.4.1 Latest

JavaScript / TypeScript

First-class SDK with full TypeScript support. Works with Node.js, Deno, and Bun.

npm install @nexbic/sdk
v2.1.0 Stable

Python

Async and sync Python client for Django, FastAPI, Flask, and more.

pip install nexbic-sdk
v1.8.3 Stable

Go

Lightweight Go client with zero external dependencies and full API coverage.

go get github.com/nexbic/sdk-go
v1.5.0 Beta

Rust

Rust crate with async support, serialization, and comprehensive error handling.

cargo add nexbic-sdk
v2.2.0 Latest

React

React hooks, context providers, and components for seamless Nexbic integration.

npm install @nexbic/react
v2.0.1 Stable

Next.js

Full Next.js integration with App Router, server actions, and middleware support.

npm install @nexbic/nextjs