CupThread
Back to Home
Open Source SDKs

Native SDKs for every client platform

Start with an AI skill: install it with npx, paste a prompt, and let your coding agent finish the integration. Manual code is one tab away.

Console

Apple SDK

Swift PackageXCFrameworkiOS 17+macOS 14+visionOS 1.0+tvOS 17+SwiftUI

Native SwiftUI package delivering platform-adaptive feedback surfaces with zero third-party dependencies.

1

Install the official skill

Works with Claude Code, Cursor, Copilot, Windsurf, Codex, and Antigravity.

Terminal
npx skills add CupThread/CupThreadAgenticCoding --skill cupthread-swift-sdk

Skills ship from CupThread/CupThreadAgenticCoding. CupThread/CupThreadAgenticCoding

2

Paste this prompt to your coding agent

The agent will add the SDK, scaffold a config helper with an App Key placeholder, and tell you how to set it safely.

Prompt
Integrate the CupThread SwiftUI SDK (roadmap board, changelog overlay, and feedback composer) into this app. Scaffold a dedicated configuration helper with a placeholder for the App Key, and at the end, remind me with step-by-step instructions on how to set my App Key safely (e.g. via xcconfig or local config).

Android SDK

KotlinJetpack ComposeMaterial 3Android 8.0+API 26Coroutines

Kotlin + Jetpack Compose SDK for Android with full feature parity, Material 3 theming, and coroutine-based networking.

1

Install the official skill

Works with Claude Code, Cursor, Copilot, Windsurf, Codex, and Antigravity.

Terminal
npx skills add CupThread/CupThreadAgenticCoding --skill cupthread-android-sdk

Skills ship from CupThread/CupThreadAgenticCoding. CupThread/CupThreadAgenticCoding

2

Paste this prompt to your coding agent

The agent will add the SDK, scaffold a config helper with an App Key placeholder, and tell you how to set it safely.

Prompt
Integrate the CupThread Android SDK (roadmap, changelog, and feedback screens) into this Compose app. Scaffold a dedicated configuration helper with a placeholder for the App Key, and at the end, remind me with step-by-step instructions on how to set my App Key safely (e.g. via local.properties).

Flutter SDK

DartFlutteriOSAndroidmacOSWindowsLinuxWeb

Cross-platform Flutter widgets for roadmaps, feature requests, What's New, and in-app feedback on iOS, Android, desktop, and web.

1

Install the official skill

Works with Claude Code, Cursor, Copilot, Windsurf, Codex, and Antigravity.

Terminal
npx skills add CupThread/CupThreadAgenticCoding --skill cupthread-flutter-sdk

Skills ship from CupThread/CupThreadAgenticCoding. CupThread/CupThreadAgenticCoding

2

Paste this prompt to your coding agent

The agent will add the SDK, scaffold a config helper with an App Key placeholder, and tell you how to set it safely.

Prompt
Integrate the CupThread SDK (feedback, roadmap, and changelog screens) into this Flutter app. Scaffold a dedicated configuration helper with a placeholder for the App Key, and at the end, remind me with step-by-step instructions on how to set my App Key safely (e.g. via --dart-define or .env).

React Native SDK

TypeScriptReact NativeExpoiOSAndroidWeb

TypeScript SDK for React Native and Expo, with ready-made screens for roadmaps, feature requests, What's New, and feedback.

1

Install the official skill

Works with Claude Code, Cursor, Copilot, Windsurf, Codex, and Antigravity.

Terminal
npx skills add CupThread/CupThreadAgenticCoding --skill cupthread-react-native-sdk

Skills ship from CupThread/CupThreadAgenticCoding. CupThread/CupThreadAgenticCoding

2

Paste this prompt to your coding agent

The agent will add the SDK, scaffold a config helper with an App Key placeholder, and tell you how to set it safely.

Prompt
Integrate the CupThread SDK (feedback, roadmap, and feature requests screens) into this React Native app. Scaffold a dedicated configuration helper with a placeholder for the App Key, and at the end, remind me with step-by-step instructions on how to set my App Key safely (e.g. via .env or EXPO_PUBLIC_CUPTHREAD_APP_KEY).

Web & Embed

iframePublic portalWebView

Responsive, mobile-first web surfaces deployable as standalone public portals or embedded directly into your website and desktop WebViews.

Responsive iframe
<iframe
  src="https://app.cupthread.com/your-workspace/your-app/roadmap"
  width="100%"
  height="700"
  style="border: none; border-radius: 12px;"
  title="CupThread Public Feedback">
</iframe>

Agentic Coding

AI SkillsCLI

CupThread is AI-friendly. Install every official skill into your coding agent, or drive workspaces from the cupthread CLI.

Install all skills
npx skills add CupThread/CupThreadAgenticCoding
Install the CLI
brew install CupThread/tap/cupthread

REST API

OpenAPI 3.1Scalar

Fully documented REST API. Open the interactive docs to explore endpoints, copy snippets, and generate clients.