---
title: storyblok-compose
description: storyblok-compose is a Compose Multiplatform SDK for fetching and rendering Storyblok content in Jetpack Compose and Compose Multiplatform apps.
url: https://www.storyblok.com/docs/libraries/kotlin/compose-sdk
---

# storyblok-compose

[`storyblok-compose`](https://github.com/storyblok/storyblok-kotlin/blob/main/storyblok-compose/README.md) is a Compose Multiplatform SDK for rendering Storyblok content directly in a [Jetpack Compose](https://developer.android.com/jetpack/compose) or [Compose Multiplatform](https://www.jetbrains.com/compose-multiplatform/) UI.

The library wires the [`content-api-client`](/docs/libraries/kotlin/content-delivery-api-client) into the Compose runtime via a single `Storyblok` composable.

To render rich text with ready-made Material 3 components, add the [`storyblok-material3`](/docs/libraries/kotlin/rich-text) provider on top.

For the complete list of composables and types, browse the generated [API reference](https://storyblok.github.io/storyblok-kotlin/storyblok-compose).

## Pagination

-   [Previous: Content Delivery API Client](/docs/libraries/kotlin/content-delivery-api-client)
-   [Next: Rich Text](/docs/libraries/kotlin/rich-text)
