Docs SDK Overview
SDK Overview
Official SDKs for integrating Holdify into your application.
Available packages
| Package | Framework | Install |
|---|---|---|
| @holdify/sdk | Any JavaScript/TypeScript | npm i @holdify/sdk |
| @holdify/express | Express.js | npm i @holdify/express |
| @holdify/nextjs | Next.js | npm i @holdify/nextjs |
Which should I use?
- Building with Express? Use @holdify/express
- Building with Next.js? Use @holdify/nextjs
- Other framework or custom setup? Use @holdify/sdk
All framework packages include and re-export @holdify/sdk,
so you don't need to install it separately.
Get started
Source code
Our SDKs are open source: GitHub Repository
Not using JavaScript?
Use our REST API directly. It works with any language.