> For the complete documentation index, see [llms.txt](https://docs.hub88.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hub88.io/api-changelog/october-2025/thrilltech-jackpots-sdk-for-operators.md).

# ThrillTech Jackpots SDK For Operators

**Released:** 31 October 2025

***

We’re excited to announce the [**ThrillTech Jackpots SDK**](/developer-docs/operator-sdks/thrilltech-jackpots-sdk.md), a new TypeScript library that makes it effortless to connect your casino frontend to Hub88’s **ThrillTech Jackpot Platform**.

This release continues our mission to elevate the developer experience across Hub88 by delivering tools that simplify complex integrations and make it easier than ever for operators to build fast, reliable, and modern gaming experiences.

#### Why we built it

Integrating jackpots often requires custom backend logic, complex API calls, and ongoing synchronisation with external services. The [**ThrillTech Jackpots SDK**](/developer-docs/operator-sdks/thrilltech-jackpots-sdk.md) removes that burden by providing a ready-to-use library that connects your frontend directly to Hub88’s jackpot infrastructure.

You can now easily power jackpot displays, leaderboards, and real-time win events, all without heavy backend development.

#### Key highlights

* **Simple setup** by connecting to the ThrillTech Jackpot Platform in minutes using a single SDK.
* **Receive real-time updates** about jackpot changes, wins, and contributions via event streaming.
* **Flexible display options** for rendering jackpots, leaderboards, and counters natively in your frontend.
* **Lightweight and secure** as it's built for performance with minimal setup required.
* **Works natively with Hub88** by seamlessly integrating into existing Hub88 Operator API flows.

#### How it works

1. Your backend authorises a session via Hub88’s `/jackpots/authorize` endpoint.
2. The frontend initialises the **ThrillTech Jackpots SDK** with the returned authorisation data.
3. The SDK handles connection, event listening, and rendering without any extra backend logic.

The SDK automatically manages event subscriptions and updates, ensuring your jackpot displays stay live and accurate with minimal code.

#### What’s next

This is only the beginning. We’ll continue expanding our SDK suite with additional tools designed to make development on Hub88 faster, more flexible, and more enjoyable.

#### Explore the SDK

**Documentation:** [ThrillTech Jackpots SDK Docs](/developer-docs/operator-sdks/thrilltech-jackpots-sdk.md)\
**CDN:**

```html
<script src="https://cdn.hub88.io/thrilltech-sdk/hub88thrillconnect-0.0.10.js"></script>
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hub88.io/api-changelog/october-2025/thrilltech-jackpots-sdk-for-operators.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
