Log in to LiteAI: Navigate to the LiteAI homepage and click the Login button in the top right corner.
Create a New Project: From your System Dashboard, click the yellow + New Project button to boot up a fresh cloud development environment.
Initialize the Project: Assign a slug-friendly identifier (e.g., my-custom-app) and hit Create.
Access the Editor: Locate your project under "Active Projects" and click View Instance to enter the workspace.
Ask the AI: In the top action bar, click Ask LiteAI to open the prompt assistant.
Generate Your Code: Type your app idea (e.g., "Build a weather tracker app") and click Generate. The AI will write the foundational HTML/JS code.
Preview the App: Click Preview in the top navigation to render your web application directly in your browser.
Test Functionality: Interact with your new web app to ensure all features work perfectly before moving to the compilation stage.
Configure the Android Build: Click the green Convert Android App button. Here, you will configure your package identity (e.g., com.mybrand.app) and select required hardware permissions (like Camera or File Storage).
more info:
Compile in the Cloud: Click Execute Build. The Gradle daemon will run in the cloud, processing your HTML into a native Android environment.
Download and Install: Once compilation is complete, download your finalized .APK (for sideloading/testing) or .AAB (for Play Store publishing).









Top comments (0)