Conversational AI surveys
Multi-turn surveys with branching, AI-generated questions, and graceful fallbacks. Not a Typeform clone.
In-app surveys for B2B products. Drop the SDK in 3 lines, let AI cluster the themes, ship to Jira. Anonymous by design.
import 'package:insightdive_sdk/insightdive_sdk.dart'; void main() { // One-shot setup — anywhere your app boots. Insightdive.configure( host: 'https://acme.insightdive.com', deploymentId: 'cmd_abc123', ); runApp(const MyApp()); } // anywhere a BuildContext is available: await Insightdive.show(context);
Everything you'd want to wire yourself, already there. No user identifiers, no PII, no compliance review.
Multi-turn surveys with branching, AI-generated questions, and graceful fallbacks. Not a Typeform clone.
Sentiment, auto-tagging, theme detection over your last 300 submissions. Refreshed automatically.
No userId, no email, no IP stamp. Only the deployment id and an opaque session id ever leave the device.
Flutter on pub.dev, web NPM, .NET NuGet. Same 3-line API across platforms. Survey runs in a modal bottom sheet — never full-screen.
Create a pre-filled Jira issue from any feedback — AI summary, transcript, labels, project key. No copy-paste.
Your own subdomain (acme.insightdive.com). Strict tenant isolation. SSO when you need it.
Same API surface in every SDK. Pick the one your product runs on.
Spin up your workspace, drop the SDK in your product, watch the themes appear.
Create your workspace