Seamless surveys in your mobile app to capture more insights
Integrate surveys in the heart of your mobile apps with our SDKs. Collect context-rich feedback and make successful product decisions easily with mobile surveys.
Which product feature is most important to you?
Trusted by fast-growing startups and global enterprises
Quadruple survey response rates
Contextual mobile surveys outperform traditional surveys in many ways. Achieve incredibly high response rates with perfectly timed microsurveys.
Precise Targeting
Target all users or segment them by traits and behavior.
Perfectly Timed
Launch your survey at the exact right time with advanced launch triggers.
Pixel-Perfect Design
Customize your widget and let it blend with your brand experience.
Branching Logic
Provide relevant experiences with branching and dynamic instructions.
A dedicated survey tool for mobile apps
Start with the right templates for SaaS, Fintech, Edtech & Online Marketplaces
Start in just a few clicks from one of our mobile app survey templates.
NPS — Evaluate customer loyalty and satisfaction quickly.
CSAT — Discover how satisfied customers are with your product or service.
CES — Measure how easy it is to use or interact with your product.
Product/Market Fit — Find out whether your product meets the market demand.
And 20+ more.
How likely are you to recommend our service to a friend or colleague?
Customize every aspect of your mobile survey
Tweak our templates or build your own survey from scratch.
- Comprehensive design settings — Colors, images, borders, corners, layouts (full screen, bottom panel, etc), and more.
- 12 question types — Including NPS, CSAT, rating matrix, CTAs, and more.
- Branching and logic jumps — Display the most relevant questions based on previous answers. Also allows A/B testing.
Target the right users at the right time
With our powerful segmentation engine, maximize survey engagement by showing them to the right users at the exact right moment.
Target specific users based on traits, behavior, or previous survey responses with our powerful segmentation engine.
Trigger surveys after a time delay or page visit.
Use the country, device type, mobile platform, or language.
Manually display surveys with events you set up yourself.
Users visits one of the following pages
Integrate in minutes with native SDKs
Drop in our lightweight SDK and start collecting mobile feedback in under 5 minutes. No server-side changes needed.
- iOS Swift SDK — Native iOS framework with full SwiftUI and UIKit support.
- Android SDK — Kotlin-first SDK supporting Jetpack Compose and XML layouts.
- React Native — Cross-platform bridge for iOS and Android with a single codebase.
- Flutter — First-class Dart package for Flutter apps on both platforms.
<!-- Cxorbi Survey SDK -->
<script>
(function(v,e,r,d,e2){
v._cxorbi=v._cxorbi||[];
var s=e.createElement('script');
s.src='https://CxOrbi.myparticipants.com/sdk/CxOrbi.js';
s.async=true;
e.head.appendChild(s);
s.onload=function(){
Cxorbi.init('69a5a83c859a3dd965e2dc5b46wwmts39dy',
{ apiUrl: 'https://CxOrbi.myparticipants.com/api' });
};
})(window,document);
</script>
// Identify a user (after login)
Cxorbi.identify('user-123', {
email: 'user@example.com',
name: 'John Doe',
plan: 'premium'
});
// Track custom events
Cxorbi.track('feature_used', { feature: 'dark_mode' });