Welcome to the official documentation for the Solibo SDK. This library provides a unified, Kotlin Multiplatform (KMP) interface to consume Solibo Home services across JVM, Android, iOS, and Web (JS/TS/React).
For more information about Solibo Home, visit home.solibo.no.
The Solibo SDK is designed to be:
https://api.home.solibo.no by default for zero-config setup.| Package | Description |
|---|---|
@solibo/solibo-sdk |
The compiled Kotlin/JS SDK — core API client, models, authentication |
@solibo/solibo-query |
Framework-agnostic TanStack Query option factories (*QueryOptions, *MutationOptions, query keys, utilities) |
@solibo/solibo-react |
React hooks (use*()) wrapping solibo-query — for React applications |
Choosing the right package:
@solibo/solibo-react if you are building a React application (it re-exports everything from @solibo/solibo-query).@solibo/solibo-query directly if you are building with Vue, Solid, or any other framework — it has no React dependency.@solibo/solibo-sdk directly if you want raw SDK access without TanStack Query.If you encounter any issues or have questions, please reach out to us at solibohome@solibo.no.