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

# Server Side

> Explore Novu's comprehensive collection of server-side SDKs for seamless notification integration across multiple programming languages

## Server Side SDKs

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

<Note>
  Prefer to explore the API before installing an SDK? Import the official [Postman collection](https://github.com/novuhq/novu-postman) to test endpoints interactively. See [Import the Postman collection](/api-reference#import-the-postman-collection) in the API reference.
</Note>

### Offical SDKs maintained by Novu:

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

  <Card title="Python (Official)" icon="https://mintcdn.com/novu-c5de82d9/KUG8H_50nuRuEv8Z/images/icons/python.svg?fit=max&auto=format&n=KUG8H_50nuRuEv8Z&q=85&s=58a81756e975a7efcf2b4b88eba861fc" 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/KUG8H_50nuRuEv8Z/images/icons/go.svg?fit=max&auto=format&n=KUG8H_50nuRuEv8Z&q=85&s=ac4207d833e846377b2f568b0205995b" 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/KUG8H_50nuRuEv8Z/images/icons/php.svg?fit=max&auto=format&n=KUG8H_50nuRuEv8Z&q=85&s=eeefe3756b3942f3689f1cea776580c5" 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/KUG8H_50nuRuEv8Z/images/icons/dotnet.svg?fit=max&auto=format&n=KUG8H_50nuRuEv8Z&q=85&s=4bf7b8d23c72b3e6d8879ba5f332ed20" 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/KUG8H_50nuRuEv8Z/images/icons/java.svg?fit=max&auto=format&n=KUG8H_50nuRuEv8Z&q=85&s=42c2aca78ef2d1963ac0cf4d4fbcd164" 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/KUG8H_50nuRuEv8Z/images/icons/laravel.svg?fit=max&auto=format&n=KUG8H_50nuRuEv8Z&q=85&s=ee6f619ff6a9ceb5f7882d2f5481a95e" 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/KUG8H_50nuRuEv8Z/images/icons/kotlin.svg?fit=max&auto=format&n=KUG8H_50nuRuEv8Z&q=85&s=2ba89b9a3b5b87c280e3c049849a61e4" 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/KUG8H_50nuRuEv8Z/images/icons/ruby.svg?fit=max&auto=format&n=KUG8H_50nuRuEv8Z&q=85&s=859756ba86569b70d6f8c248fbe08dde" 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>
