Overview
AGILAB develops digital products and technical services across mobile apps, AI systems, blockchain infrastructure, smart contracts, and agentic AI workflows.
BeMusic Mobile App is the featured Android/iOS-ready product preview on this site. It is a React Native and Expo application for a music streaming platform.
WhatsApp contact: Message AGILAB on WhatsApp.
The preview website is separated from the main Virimba website. It should be deployed only to the subdomain root for app.virimba.com.
AGILAB Products and Services
| Product or service | Focus |
|---|---|
| BeMusic Mobile App | Music streaming mobile app, Android test builds, Expo and React Native development, buyer documentation. |
| AMI OS Developments | Operating system concepts, custom environments, and AMI software ecosystem development. |
| AMI AI Training From Scratch | Dataset preparation, model training workflows, experiments, and custom AI systems. |
| ChainScan | Complete chain explorer direction with blockchain visibility, smart contract deployment, and automatic verification workflows. |
| Smart Contract Services | Deployment, verification support, blockchain integration, and Web3 product infrastructure. |
| Agentic AI Development | Upcoming agentic AI products and workflows for automation, research, reasoning, and business operations. |
Fresh Project Setup
Run these commands from the BeMusic Mobile App project root after extracting the CodeCanyon source package:
npm install npx expo install --check npx expo-doctor npx expo start -c
Android Build and Generated Files
The source package does not need to include generated Android build outputs. These folders are created by Expo, Gradle, Android Studio, and native React Native builds:
android/app/build android/app/.cxx android/.gradle .expo .expo-web-test
Regenerate Android files
npm install npx expo prebuild --platform android npx expo run:android
Create store-ready builds
npm install -g eas-cli eas login eas build --platform android --profile production eas build --platform ios --profile production
CodeCanyon Submission Notes
| Requirement | Prepared asset or rule |
|---|---|
| Thumbnail | Use an 80x80px image under 50KB. |
| Preview screenshots | Upload at least one app preview screenshot. |
| Tags | Use no more than 15 total tags. |
| Live preview zip | Zip the contents of the preview folder so index.html is at the zip root. |
MAIN-PREVIEW as the top level of the live preview upload. The zip should contain index.html directly at its root.