Deck Docs
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

SDKPackageDocumentation
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 under DeckProvider
  • Server entry (@deck-io/feedback/server) — Route Handlers, Server Actions, and workers with createDeckFeedbackClient

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

SDKsPublic API
AudienceYour product UI and/or backend submit pathsServer scripts that read themes/insights and Build data
AuthPublishable keys (pk_…)Secret API keys (dk_…)
Where to manageSettings → Feedback Widget SDKSettings → Deck API
DocsFeedback SDK · Server submitPublic API