React Native SDK — Beta Access
Onboarding
infrastructure
that ships.
Install once. Push schema changes from your dashboard. Your PM can change onboarding without filing a ticket — no rebuilds, no app store waits, no developer required.
The problem
Every onboarding change is a Jira ticket, a code review, and an App Store submission.
Architecture
Three pillars. Zero compromise.
Server-Driven UI
Onboarding schema — screens, fields, validation, order — lives on Recus servers as JSON. Change it in the dashboard, every user gets it on next app open. No release cycle.
Navigation Guard
Mandatory fields declared in schema. The SDK enforces them at the navigation layer — users cannot reach your app until required data is complete. Toggle from the dashboard instantly.
Headless Components
Recus owns the logic — which screen, which field, which variant, what data. Your React Native components own the rendering. Your design system stays intact. Zero visual coupling.
Dashboard
Control every screen from one place.
Define screens, fields, types, and validation. Set what's mandatory. Drag to reorder. Deploy instantly to 100% of users — no gradual rollout delays.
Developer experience
Your components. Our logic.
<RecusContextProvider
apiKey="rcs_live_..."
user={{ id: userId }}
componentRegistry={{
text: MyTextInput,
number: MyNumberInput,
boolean: MyToggle,
dob_picker: DatePickerComponent,
}}
>
<App />
</RecusContextProvider>const { shouldGuard, guardScreen }
= useRecusGuard();
if (shouldGuard) {
return <RecusNavigator />;
}
// Users reach your app only after
// mandatory fields are complete
return <MainNavigator />;Recus resolves components in this order: renderInput → componentRegistry → RecusDefaultInput. You always have full control.
How it works
Three steps. Five minutes. Ship forever.
Install the SDK
One npm package. Wrap your app in RecusProvider, register your components. Five minutes.
Configure from dashboard
Define screens, fields, validation rules, and ordering. Set what's mandatory. No code.
Ship instantly
Push changes live. Every user gets the new onboarding flow on their next app open. No App Store review.
The real moat
Onboarding intelligence, not just deployment.
OTA solves deployment. Nobody solves what happens after deployment. Recus collects field-level data that no other tool captures — because no other tool controls the form layer.
How we compare
Not another tooltip tool. Infrastructure.
OTA Updates
Removes App Store, keeps engineering bottleneck
Frigade
Tells users what to do — tours & tooltips
Build It Yourself
$45K and 6-8 weeks of engineer time
Pricing
Start free. Scale when ready.
MAU-based pricing that aligns with your success. No surprise invoices. 7-day grace period always.
Overage: $8 per 1,000 MAUs · Annual billing saves 20% · All plans include TypeScript SDK + docs
Built for
Teams that collect real data during onboarding.
Healthtech
Patient intake, health profiles, insurance verification
Fintech
KYC collection, identity verification, account setup
Gig Economy
Driver credentials, professional certifications, availability
Dev Agencies
Install once per client. Bill for implementation. Look sophisticated.
Stop rebuilding
onboarding.
Install once. Push changes from your dashboard forever. 1,000 MAUs free — no credit card required.