We’re excited to launch two new SDKs to make integrating changes.page easier and faster:
-
Core JS SDK (headless)
- Lightweight, framework-agnostic library for communicating with your page.
- Fetch posts, handle pagination, and manage raw changelog data for any environment.
-
React SDK
- Everything the Core SDK provides, plus React-first utilities.
- Unstyled component for embedding a changelog UI you can style to match your app.
- Hooks to fetch posts and paginate in React components (use-ready, composable, and SSR-friendly).
Quick start
- Install the SDK of your choice.
- Import the provided components or hooks.
- Embed your changelog UI or use the headless API to render custom UI.
Read the full documentation, examples, and setup instructions: https://docs.changes.page/docs/sdk
