AGILAB Documentation

Company profile, BeMusic Android test download, build regeneration, and CodeCanyon submission notes for the product preview hosted at app.virimba.com.

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 serviceFocus
BeMusic Mobile AppMusic streaming mobile app, Android test builds, Expo and React Native development, buyer documentation.
AMI OS DevelopmentsOperating system concepts, custom environments, and AMI software ecosystem development.
AMI AI Training From ScratchDataset preparation, model training workflows, experiments, and custom AI systems.
ChainScanComplete chain explorer direction with blockchain visibility, smart contract deployment, and automatic verification workflows.
Smart Contract ServicesDeployment, verification support, blockchain integration, and Web3 product infrastructure.
Agentic AI DevelopmentUpcoming 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
Generated build files are ignored so the BeMusic project package stays small and clean.

CodeCanyon Submission Notes

RequirementPrepared asset or rule
ThumbnailUse an 80x80px image under 50KB.
Preview screenshotsUpload at least one app preview screenshot.
TagsUse no more than 15 total tags.
Live preview zipZip the contents of the preview folder so index.html is at the zip root.
Do not zip a folder named MAIN-PREVIEW as the top level of the live preview upload. The zip should contain index.html directly at its root.