---
title: Firebolt Discovery SDK
---

[![semantic-release: conventional](https://img.shields.io/badge/semantic--release-conventional-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

# Firebolt Discovery SDK
For building Firebolt compliant apps for discovering first-party content on Firebolt devices.

## Usage
To install, run:

```
npm install @firebolt-js/discovery-sdk
```

To use the package, import one of it's modules, e.g.:

```js
import { Content } from '@firebolt-js/discovery-sdk'
```

## Contributing
The Firebolt SDKs are built using the Firebolt OpenRPC toolset:

See [Firebolt OpenRPC](https://www.github.com/rdkcentral/firebolt-openrpc/), for more info. 
