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( tenant: 'acme', survey: 'onboarding', ); 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.
One click groups hundreds of free-text answers into named themes with counts and sample quotes. Drill down to the source submissions.
No userId, no email, no IP stamp. Only what you choose to stamp (product version, surface) 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.
Edit your surveys safely. Publish to capture an immutable snapshot, roll back any time. Old responses always tie back to the exact version.
Create Jira tickets from a feedback in two clicks. Push new submissions to a Slack channel. Webhook anything else.
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