SDKs
SDKs
Embed Deck capabilities in your product with official SDKs.
SDKs
Deck SDKs let you embed Deck capabilities directly in your product — outside the Deck app UI.
Available SDKs
| SDK | Package | Documentation |
|---|---|---|
| Feedback SDK | @deck-io/feedback (0.2.0+) | Full docs → |
The Feedback SDK collects in-product feedback into Deck under Manage → Widgets. Use:
- React client (
@deck-io/feedback) — dialogs, thumbs, headless hooks underDeckProvider - Server entry (
@deck-io/feedback/server) — Route Handlers, Server Actions, and workers withcreateDeckFeedbackClient
Full install guides, server submit, API reference, theming, privacy, and troubleshooting live in the standalone Feedback SDK section:
Open Feedback SDK documentation →
That section has its own sidebar (separate from product docs).
SDKs vs Public API
| SDKs | Public API | |
|---|---|---|
| Audience | Your product UI and/or backend submit paths | Server scripts that read themes/insights and Build data |
| Auth | Publishable keys (pk_…) | Secret API keys (dk_…) |
| Where to manage | Settings → Feedback Widget SDK | Settings → Deck API |
| Docs | Feedback SDK · Server submit | Public API |