> ## Documentation Index
> Fetch the complete documentation index at: https://novu-c5de82d9-docs-homepage-redesign.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Novu SDKs for server, web, and mobile apps

> Browse Novu's official and community SDKs for Node, Python, Go, PHP, .NET, Java, React, React Native, and the Headless client for custom UIs.

## Server-side SDKs

### API SDKs

Novu's server-side SDKs simplify the integration with Novu's REST API.

#### Offical SDKs maintained by Novu:

<Columns cols={2}>
  <Card title="Typescript (Official)" icon="https://mintcdn.com/novu-c5de82d9-docs-homepage-redesign/MQszelfdJHp3CgNw/images/icons/typescript.svg?fit=max&auto=format&n=MQszelfdJHp3CgNw&q=85&s=471ef06ce2eec4658e054e8110b4f018" color="#ea5a0c" href="/platform/sdks/server/typescript" width="24" height="24" data-path="images/icons/typescript.svg">
    Connect your Node app to Novu via the Node.js SDK.
  </Card>

  <Card title="Python (Official)" icon="https://mintcdn.com/novu-c5de82d9-docs-homepage-redesign/MQszelfdJHp3CgNw/images/icons/python.svg?fit=max&auto=format&n=MQszelfdJHp3CgNw&q=85&s=2aec2e473fb3f3ab64f772ded3594c33" color="#dc2626" href="/platform/sdks/server/python" width="24" height="24" data-path="images/icons/python.svg">
    Connect your Python app to Novu via the Python SDK.
  </Card>

  <Card title="Go (Official)" icon="https://mintcdn.com/novu-c5de82d9-docs-homepage-redesign/MQszelfdJHp3CgNw/images/icons/go.svg?fit=max&auto=format&n=MQszelfdJHp3CgNw&q=85&s=46a4fc5230ad5803bba53234a69c646b" color="#0285c7" href="/platform/sdks/server/go" width="24" height="24" data-path="images/icons/go.svg">
    Connect your Golang app to Novu via the Go SDK.
  </Card>

  <Card title="PHP (Official)" icon="https://mintcdn.com/novu-c5de82d9-docs-homepage-redesign/MQszelfdJHp3CgNw/images/icons/php.svg?fit=max&auto=format&n=MQszelfdJHp3CgNw&q=85&s=ad4f02e25c9d28d4e6bb25f3b523122d" color="#16a34a" href="/platform/sdks/server/php" width="24" height="24" data-path="images/icons/php.svg">
    Connect your PHP app to Novu via the PHP SDK.
  </Card>

  <Card title=".NET (Official)" icon="https://mintcdn.com/novu-c5de82d9-docs-homepage-redesign/MQszelfdJHp3CgNw/images/icons/dotnet.svg?fit=max&auto=format&n=MQszelfdJHp3CgNw&q=85&s=c82f1a308293629c874fc556779ab830" color="#dc2626" href="/platform/sdks/server/dotnet" width="24" height="24" data-path="images/icons/dotnet.svg">
    Connect your C#/.NET app to Novu via the .NET SDK.
  </Card>

  <Card title="Java (Official)" icon="https://mintcdn.com/novu-c5de82d9-docs-homepage-redesign/MQszelfdJHp3CgNw/images/icons/java.svg?fit=max&auto=format&n=MQszelfdJHp3CgNw&q=85&s=319c8936fbbb49fabf47bca069c7501d" color="#dc2626" href="/platform/sdks/server/java" width="24" height="24" data-path="images/icons/java.svg">
    Connect your Java app to Novu via the Java SDK.
  </Card>
</Columns>

#### SDKs maintained by the community:

<Columns cols={2}>
  <Card title="Laravel (Community)" icon="https://mintcdn.com/novu-c5de82d9-docs-homepage-redesign/MQszelfdJHp3CgNw/images/icons/laravel.svg?fit=max&auto=format&n=MQszelfdJHp3CgNw&q=85&s=6f1cca5f9907660a5364a4af2a0ae2a7" color="#dc2626" href="/platform/sdks/server/laravel" width="24" height="24" data-path="images/icons/laravel.svg">
    Connect your Laravel app to Novu via the Laravel SDK.
  </Card>

  <Card title="Kotlin (Community)" icon="https://mintcdn.com/novu-c5de82d9-docs-homepage-redesign/MQszelfdJHp3CgNw/images/icons/kotlin.svg?fit=max&auto=format&n=MQszelfdJHp3CgNw&q=85&s=a99cf9027abe3a2ae74c5a6897b6684d" color="#dc2626" href="/platform/sdks/server/kotlin" width="24" height="24" data-path="images/icons/kotlin.svg">
    Connect your Kotlin app to Novu via the Kotlin SDK.
  </Card>

  <Card title="Ruby (Community)" icon="https://mintcdn.com/novu-c5de82d9-docs-homepage-redesign/MQszelfdJHp3CgNw/images/icons/ruby.svg?fit=max&auto=format&n=MQszelfdJHp3CgNw&q=85&s=7e8eda89d7970516f8692d8603f4afa5" color="#dc2626" href="/platform/sdks/server/ruby" width="24" height="24" data-path="images/icons/ruby.svg">
    Connect your Ruby app to Novu via the Ruby SDK.
  </Card>
</Columns>

### Framework SDK

The Framework SDK is a TypeScript library that allows you to build notification workflows and execute them in your own runtime environment.

<Note>
  While triggering notifications is supported in all SDKs, creating and managing notification
  workflows is only supported in the Framework Typescript SDK.
</Note>

<Columns cols={2}>
  <Card title="Typescript" icon="https://mintcdn.com/novu-c5de82d9-docs-homepage-redesign/MQszelfdJHp3CgNw/images/icons/typescript.svg?fit=max&auto=format&n=MQszelfdJHp3CgNw&q=85&s=471ef06ce2eec4658e054e8110b4f018" href="/framework/typescript/overview" width="24" height="24" data-path="images/icons/typescript.svg">
    Build and execute notification workflows in TypeScript
  </Card>
</Columns>

## Web and Mobile SDKs

Novu provides the following web client SDKs to enable integrations with Novu's prebuilt UI components, allowing you to easily add notification functionality to your applications without handling complex notification logic manually.

<Columns cols={2}>
  <Card title="React" icon="https://mintcdn.com/novu-c5de82d9-docs-homepage-redesign/MQszelfdJHp3CgNw/images/icons/react.svg?fit=max&auto=format&n=MQszelfdJHp3CgNw&q=85&s=966a4f8a5227c74ab646870b79618e6f" href="/platform/inbox/setup-inbox" width="24" height="24" data-path="images/icons/react.svg">
    Official React SDK for Novu's Inbox component
  </Card>

  <Card title="Headless" icon="https://mintcdn.com/novu-c5de82d9-docs-homepage-redesign/MQszelfdJHp3CgNw/images/icons/javascript.svg?fit=max&auto=format&n=MQszelfdJHp3CgNw&q=85&s=ac2ad9ffb68211083f7e6f23ea9a4ecf" href="/platform/inbox/headless-mode" width="24" height="24" data-path="images/icons/javascript.svg">
    Framework-agnostic SDK for custom implementations
  </Card>

  <Card title="React-Native" icon="https://mintcdn.com/novu-c5de82d9-docs-homepage-redesign/MQszelfdJHp3CgNw/images/icons/react.svg?fit=max&auto=format&n=MQszelfdJHp3CgNw&q=85&s=966a4f8a5227c74ab646870b79618e6f" href="/platform/sdks/react-native" width="24" height="24" data-path="images/icons/react.svg">
    Official React Native SDK for mobile applications
  </Card>
</Columns>

### Platforms without a native client SDK

Novu does not currently provide native client SDKs for Flutter, native iOS (Swift), native Android (Kotlin/Java), or other non-JavaScript mobile frameworks. You can still use Novu from these platforms:

* **Push, email, SMS, and chat channels** work identically regardless of client platform, because they are delivered by Novu's backend. Trigger workflows from your server using any [server-side SDK](#server-side-sdks) or the [REST API](/api-reference/events/trigger-event), and register device tokens (FCM/APNs) on the subscriber. See [Push notifications (FCM)](/platform/integrations/push/fcm) for setup.
* **In-app Inbox** has no native component outside React, React Native, and the Headless SDK. To show an in-app inbox in Flutter or another non-JS framework, call the [Inbox REST API](/api-reference/subscribers/retrieve-subscriber-notifications) directly to list, mark as read, and update notifications, and implement your own UI. The [Headless SDK](/platform/inbox/headless-mode) source can be used as a reference for the expected data and socket layer.
