05 · PLATFORM
A platform
that opens up.
Saronite gives Itunda a real mini-app host and SDK, so more experiences can live inside one familiar environment.
import { AppRegistry } from 'react-native';
import PayBills from 'saronite-miniapp-pay-bills/app';
AppRegistry.registerComponent('SaronitePayBills', () => PayBills);
scheme: 'itunda://saronite'
import PayBills from 'saronite-miniapp-pay-bills/app';
AppRegistry.registerComponent('SaronitePayBills', () => PayBills);
scheme: 'itunda://saronite'
SARONITE
One host. More experiences.
The platform layer is designed so first-party experiences can share the same host while the core Itunda product remains coherent.
Pay BillsFirst-party mini app for bill payment.
Wallet BalanceNative balance experience inside the host.
Reward TasksMini-app surface for reward experiences.
InsuranceInsurance experience connected through the platform model.
PLATFORM ARCHITECTURE
Small surfaces. One experience.
The host provides the common environment while individual experiences remain modular. That separation lets Itunda expand without turning the home experience into a maze.
Itunda HostCore experience
Saronite SDKShared bridge
Mini AppsFocused experiences
PartnersFuture ecosystem
Open the platform.
Keep the experience simple.
Explore the Itunda source and see how the platform is built.
View source