# @wherdkit/core

The platform-agnostic core of the [Wherd](https://github.com/wherdhq/wherd) SDK —
API client, offline queue, observable store, theme resolution, and React hooks.

You usually don't install this directly. Use the UI package for your platform:

- **Web:** [`@wherdkit/react`](https://www.npmjs.com/package/@wherdkit/react)
- **Expo / React Native:** [`@wherdkit/react-native`](https://www.npmjs.com/package/@wherdkit/react-native)

Both are built on this package, so its hooks (`useWherd`, `useComposer`,
`useFeatureRequests`, `useChangelog`, `useUnreadChangelog`, `useResolvedTheme`)
are re-exported from them. Install `@wherdkit/core` directly only if you're building
a custom UI binding for another platform.

MIT licensed.
