Instagram for AI Mobile Apps

or

Productivity

walls@walls
Build a native mobile app for AI video generation. The app should be designed for simplicity and direct use.

Core functionality requirements:

1.  **Main Generation Screen:** This will be the primary screen of the app. It should feature:
    *   A toggle or tabs to select between two modes: "Text-to-Video" and "Image-to-Video".
    *   A text input field for users to write their video description prompt.
    *   An "Upload Image" button that allows users to select an image from their device's gallery. This is used for the "Image-to-Video" mode.
    *   A prominent "Generate Video" button.

2.  **Video Generation Flow:**
    *   Upon tapping "Generate Video", the app should display a loading state to indicate that the video is being processed. This could be a progress bar or a simple animation.
    *   The app will interface with a hypothetical external API (like Google Veo 3) for the video and audio generation. You can simulate this with a placeholder function that returns a sample video and audio file after a delay.
    *   Crucially, every video generation request must also request and include a relevant, AI-generated audio track.

3.  **Results Screen:**
    *   After generation is complete, the app should navigate to a results screen.
    *   This screen will display the generated video in a player with standard controls (play, pause, scrub). The audio should play automatically with the video.
    *   Below the video player, include two buttons: "Save to Device" and "Share".

4.  **App Architecture:**
    *   Build this as a native app using React Native.
    *   Ensure the UI is clean, modern, and intuitive.
    *   No user accounts, login, or authentication is required. All functionality should be accessible immediately upon opening the app.
    *   There should be no system for tracking usage, credits, or implementing paywalls. Use is unlimited.
82
0
0

Build a native mobile app for AI video generation. The app should be designed for simplicity and direct use. Core functionality requirements: 1. **Main Generation Screen:** This will be the primary screen of the app. It should feature: * A toggle or tabs to select between two modes: "Text-to-Video" and "Image-to-Video". * A text input field for users to write their video description prompt. * An "Upload Image" button that allows users to select an image from their device's gallery. This is used for the "Image-to-Video" mode. * A prominent "Generate Video" button. 2. **Video Generation Flow:** * Upon tapping "Generate Video", the app should display a loading state to indicate that the video is being processed. This could be a progress bar or a simple animation. * The app will interface with a hypothetical external API (like Google Veo 3) for the video and audio generation. You can simulate this with a placeholder function that returns a sample video and audio file after a delay. * Crucially, every video generation request must also request and include a relevant, AI-generated audio track. 3. **Results Screen:** * After generation is complete, the app should navigate to a results screen. * This screen will display the generated video in a player with standard controls (play, pause, scrub). The audio should play automatically with the video. * Below the video player, include two buttons: "Save to Device" and "Share". 4. **App Architecture:** * Build this as a native app using React Native. * Ensure the UI is clean, modern, and intuitive. * No user accounts, login, or authentication is required. All functionality should be accessible immediately upon opening the app. * There should be no system for tracking usage, credits, or implementing paywalls. Use is unlimited.

heartmark007@heartmark007
Build a native mobile app that serves as an automated payment manager for the Nigerian market. The app should be built using React Native.

The core features are:

1.  **Main Wallet Screen:**
    *   Display the current wallet balance prominently in Naira (₦).
    *   Show buttons for "Add Money" and "Send Money".
    *   Display a list of recent transactions (both incoming and outgoing).

2.  **Add Money Screen:**
    *   Allow users to manually add funds to their wallet. For this initial version, simulate this by letting the user enter an amount to add.
    *   Include a section called "Auto-Reload Setup".

3.  **Auto-Reload Setup Screen:**
    *   Users can enable or disable the "Auto-Reload" feature.
    *   If enabled, they can set a threshold (e.g., "When my balance falls below ₦5,000").
    *   They can also set a top-up amount (e.g., "Reload with ₦20,000").
    *   For now, assume the funds are pulled from a pre-configured, simulated bank account.

4.  **Send Money / Scheduled Payments Screen:**
    *   Allow users to set up a new payment to a recipient.
    *   Users should be able to input the recipient's bank (from a list of Nigerian banks), account number, and the amount.
    *   Users must be able to choose if it's a "One-Time Payment" or a "Recurring Payment".
    *   For recurring payments, they should be able to set the frequency (e.g., daily, weekly, monthly) and a start date.

5.  **Automations Management Screen:**
    *   A dedicated screen that lists all active "Auto-Reload" rules and all "Scheduled Payments".
    *   Users should be able to view the details of each automation and have the option to pause or delete it.

6.  **Transaction History Screen:**
    *   A comprehensive list of all past transactions, including date, type (e.g., Wallet Top-up, Auto-Reload, Payment to [Recipient]), and amount.

Do not include a user login or authentication system for this prototype. The app should function for a single, anonymous user.
28
0
0

Build a native mobile app that serves as an automated payment manager for the Nigerian market. The app should be built using React Native. The core features are: 1. **Main Wallet Screen:** * Display the current wallet balance prominently in Naira (₦). * Show buttons for "Add Money" and "Send Money". * Display a list of recent transactions (both incoming and outgoing). 2. **Add Money Screen:** * Allow users to manually add funds to their wallet. For this initial version, simulate this by letting the user enter an amount to add. * Include a section called "Auto-Reload Setup". 3. **Auto-Reload Setup Screen:** * Users can enable or disable the "Auto-Reload" feature. * If enabled, they can set a threshold (e.g., "When my balance falls below ₦5,000"). * They can also set a top-up amount (e.g., "Reload with ₦20,000"). * For now, assume the funds are pulled from a pre-configured, simulated bank account. 4. **Send Money / Scheduled Payments Screen:** * Allow users to set up a new payment to a recipient. * Users should be able to input the recipient's bank (from a list of Nigerian banks), account number, and the amount. * Users must be able to choose if it's a "One-Time Payment" or a "Recurring Payment". * For recurring payments, they should be able to set the frequency (e.g., daily, weekly, monthly) and a start date. 5. **Automations Management Screen:** * A dedicated screen that lists all active "Auto-Reload" rules and all "Scheduled Payments". * Users should be able to view the details of each automation and have the option to pause or delete it. 6. **Transaction History Screen:** * A comprehensive list of all past transactions, including date, type (e.g., Wallet Top-up, Auto-Reload, Payment to [Recipient]), and amount. Do not include a user login or authentication system for this prototype. The app should function for a single, anonymous user.

© 2025 aSim. All rights reserved.