Cricap Mini App Ecosystem is built directly into the Cricap application. Once users download Cricap, they can discover and access every Cricap mini app, from live scores to fantasy leagues, in one complete ecosystem.
Everything you need to build powerful cricket mini apps inside the Cricap application
Get started in minutes with our simple SDK and comprehensive documentation.
Live scores, ball-by-ball updates, and instant notifications for all matches.
Join thousands of developers building the future of cricket engagement.
Clean APIs, webhooks, and extensive docs to help you build faster.
Get started with Cricap mini app development in 4 simple steps
Install the Cricap Mini App SDK using npm: npm install @cricap/miniapp-sdk
Register your mini app to receive your appId, appSecret, and apiKey from the Cricap developer portal.
Initialize the SDK in your app with your credentials and configure the environment.
Use the SDK methods to integrate authentication, user data, QCoin rewards, and notifications.
// Install
npm install @cricap/miniapp-sdk
// Initialize
import { initCricapSDK } from '@cricap/miniapp-sdk';
const sdk = initCricapSDK({
appId: 'your-miniapp-id',
environment: 'production',
});
await sdk.initialize();
await sdk.ui.show({
animation: 'slide-up'
});
Build mini apps faster with our TypeScript SDK. Secure communication, UI controls, notifications, and more.
// Subscribe to leaderboard updates
await sdk.notifications.subscribe([
'leaderboard.updates',
'qcoin.rewards'
]);
// Handle incoming notifications
sdk.notifications.onNotification((notification) => {
if (notification.type === 'LEADERBOARD_UPDATE') {
updateLeaderboard(notification.data);
}
});
Discover the growing collection of cricket mini apps in our ecosystem
Real-time rankings and statistics for cricket tournaments and leagues.
Comprehensive player statistics and performance analytics. Coming soon.
Coming SoonAI-powered match predictions and win probability analysis. Coming soon.
Coming SoonAccess comprehensive cricket data with our RESTful API. Build anything from simple scoreboards to complex fantasy platforms.
GET https://api.cricap.com/v1/matches/live
Response:
{
"matches": [
{
"id": "icc_wc_2024_ind_aus",
"teams": {
"home": "India",
"away": "Australia"
},
"score": {
"home": "285/4",
"away": "280/8"
},
"status": "live"
}
]
}
Everything you need to know about building on Cricap
The Cricap Mini App SDK is an official JavaScript/TypeScript SDK for building mini apps inside the Cricap application, where users can discover and access the complete Cricap mini app ecosystem.
Yes, the Cricap Mini App SDK is completely free and open source. You can install it via npm and start building immediately.
Email us at hi@cricap.com to request your appId, appSecret, and apiKey. We'll get you set up quickly.
You can build games, statistics trackers, voting systems, quizzes, community features, and fan engagement apps.
Join the Cricap developer community and start building cricket experiences for Cricap users worldwide.
Free tier available • Open Source SDK • 24/7 Community Support