Discover & Build Mini-Apps

or

peepshow@peepshow
Peepshow is an app created by a cam model specifically for cam models. It serves as a one-stop-shop for busy webcam performers, combining business management and personal assistant features.

**Key Features:**

1. **Scheduling and Time Management:**
   - Stream Scheduler: Sync all your cam platforms for private shows.
   - Custom Video Deadlines: Manage personal appointments and daily to-do lists.
   - Routine Tracker: Keep track of scheduled go-lives, custom shoots, and content drops.
   - Self-Care Reminders: Get prompts for hydration, workouts, and breaks.

2. **Stream Tracker:**
   - Built-in Timer: Manage show lengths, breaks, and productivity sprints.
   - Income Tracking: Dashboard to monitor income from various sites, including tips, customs, and offline sales.
   - Tax Export: Generate income summaries for month-to-month or quarterly tax preparation.
   - Receipt Keeper: Easily snap pictures of your receipts and invoices for tracking purposes.

3. **Customer Management (CRM):**
   - Customer Notes: Record information about regulars, including their likes, new fetishes, birthdays, and wishlists.
   - VIP Tagging: Label big spenders and regular tippers to prioritize follow-ups.
   - Reminders: Set up thank-you note or direct message reminders.

4. **Content Planning:**
   - Content Ideas and Planner: Schedule TikTok exposures or Snapchat clips, and keep track of filming status (pending, editing, posted).
   - Ideal Bank: Jot down extras and nice touches to enhance your content.

5. **Self-Care Reminders:**
   - Prompts to stretch, hydrate, and eat before streaming marathons.

6. **Analytics:**
   - Track performance across platforms, determining peak times for engagement.

Peepshow will offer both a free version and a premium version, with the premium subscription priced at $2.99 per month. 

**Additional Features:**
- **Safety and Privacy:** Block lists for users, track stalkers and time wasters, and filter notes on those who cancel or fail to pay.
- **Emergency Information:** Quick access to a panic button with pre-filled local authorities and trusted contacts.

With Peepshow, cam models can manage their business efficiently while also prioritizing their well-being.
373
0
0

Peepshow is an app created by a cam model specifically for cam models. It serves as a one-stop-shop for busy webcam performers, combining business management and personal assistant features. **Key Features:** 1. **Scheduling and Time Management:** - Stream Scheduler: Sync all your cam platforms for private shows. - Custom Video Deadlines: Manage personal appointments and daily to-do lists. - Routine Tracker: Keep track of scheduled go-lives, custom shoots, and content drops. - Self-Care Reminders: Get prompts for hydration, workouts, and breaks. 2. **Stream Tracker:** - Built-in Timer: Manage show lengths, breaks, and productivity sprints. - Income Tracking: Dashboard to monitor income from various sites, including tips, customs, and offline sales. - Tax Export: Generate income summaries for month-to-month or quarterly tax preparation. - Receipt Keeper: Easily snap pictures of your receipts and invoices for tracking purposes. 3. **Customer Management (CRM):** - Customer Notes: Record information about regulars, including their likes, new fetishes, birthdays, and wishlists. - VIP Tagging: Label big spenders and regular tippers to prioritize follow-ups. - Reminders: Set up thank-you note or direct message reminders. 4. **Content Planning:** - Content Ideas and Planner: Schedule TikTok exposures or Snapchat clips, and keep track of filming status (pending, editing, posted). - Ideal Bank: Jot down extras and nice touches to enhance your content. 5. **Self-Care Reminders:** - Prompts to stretch, hydrate, and eat before streaming marathons. 6. **Analytics:** - Track performance across platforms, determining peak times for engagement. Peepshow will offer both a free version and a premium version, with the premium subscription priced at $2.99 per month. **Additional Features:** - **Safety and Privacy:** Block lists for users, track stalkers and time wasters, and filter notes on those who cancel or fail to pay. - **Emergency Information:** Quick access to a panic button with pre-filled local authorities and trusted contacts. With Peepshow, cam models can manage their business efficiently while also prioritizing their well-being.

caydrn1246@caydrn1246
Create a 2D physics-based trajectory shooter game, similar to Bowmasters, with a vibrant and playful art style. The game should be built with the following core features and game modes accessible from a main menu:

1.  **Core Game Mechanics:**
    *   Implement turn-based, 1v1 combat where players control a character.
    *   Players aim by dragging on the screen to set the angle and power of their shot.
    *   Characters should have distinct appearances and unique projectiles.
    *   Include a health bar for each character. The first to reduce the opponent's health to zero wins.

2.  **Main Menu:**
    *   Design a clear start menu with buttons to navigate to the different game modes ("1v1 Versus", "2-Player Versus", "Apple Challenge", "FreePlay"), the character selection screen, and a "Daily Chest" area.

3.  **Game Modes:**
    *   **1v1 Versus Mode:** Player vs. AI opponent.
    *   **2-Player Versus Mode:** A local multiplayer mode for two players on one device.
    *   **Apple Challenge Mode:** A target practice mode. The objective is to shoot an apple off a stationary character's head.
    *   **FreePlay Mode:** A practice mode where all characters in the game are available for the user to try out against a non-attacking target.

4.  **Characters & Progression:**
    *   Create an initial set of 3-4 unique playable characters.
    *   Character data (who owns what) should be stored persistently in the database and linked to the user.

5.  **Retention & Monetization Systems:**
    *   **Daily Chest:** A feature on the main menu that allows a user to claim a free reward once every 24 hours. The reward could be in-game currency.
    *   **VIP Pass:** Implement the logic for a VIP status. If a user has VIP status (a simple true/false flag in their user data for now), they should see a "VIP" icon next to their name or on the main menu.

All game progress, unlocked characters, currency, and VIP status must be saved to the database and associated with the currently logged-in user.
119
0
0

Create a 2D physics-based trajectory shooter game, similar to Bowmasters, with a vibrant and playful art style. The game should be built with the following core features and game modes accessible from a main menu: 1. **Core Game Mechanics:** * Implement turn-based, 1v1 combat where players control a character. * Players aim by dragging on the screen to set the angle and power of their shot. * Characters should have distinct appearances and unique projectiles. * Include a health bar for each character. The first to reduce the opponent's health to zero wins. 2. **Main Menu:** * Design a clear start menu with buttons to navigate to the different game modes ("1v1 Versus", "2-Player Versus", "Apple Challenge", "FreePlay"), the character selection screen, and a "Daily Chest" area. 3. **Game Modes:** * **1v1 Versus Mode:** Player vs. AI opponent. * **2-Player Versus Mode:** A local multiplayer mode for two players on one device. * **Apple Challenge Mode:** A target practice mode. The objective is to shoot an apple off a stationary character's head. * **FreePlay Mode:** A practice mode where all characters in the game are available for the user to try out against a non-attacking target. 4. **Characters & Progression:** * Create an initial set of 3-4 unique playable characters. * Character data (who owns what) should be stored persistently in the database and linked to the user. 5. **Retention & Monetization Systems:** * **Daily Chest:** A feature on the main menu that allows a user to claim a free reward once every 24 hours. The reward could be in-game currency. * **VIP Pass:** Implement the logic for a VIP status. If a user has VIP status (a simple true/false flag in their user data for now), they should see a "VIP" icon next to their name or on the main menu. All game progress, unlocked characters, currency, and VIP status must be saved to the database and associated with the currently logged-in user.

o2spy@o2spy
Create a generator that produces 8โ€“10 second short scenes based in Senegal.
The scenes always feature a recurring character:
Kocc Borom Vidรฉo You Bonรฉ Yi โ€” a man known for leaking sex tapes.
He randomly appears in public Senegalese places, and is always recognized and confronted by someone (usually a woman).
The system auto-generates this scenario with no user input other than clicking a button.




---

๐Ÿงฉ SCENE STRUCTURE (Always the Same Logic):

Location: [Random Senegalese place โ€” market, bus, mosque, salon, etc.]

Person (usually woman): โ€œWa ki dou Kocc borom vidรฉo you bonรฉ yi?โ€
Kocc: โ€œMan la kay. Tรฉ dess na, yรฉnรฉne you gueneu bonรฉ dinaรฑu jot.โ€

โš ๏ธ Note to Google View: Perform this scene entirely in Wolof.

The lines change every time, but the idea and vibe remain identical:
He is being publicly confronted, and he responds like someone whoโ€™s guilty but doesnโ€™t care.


---

๐Ÿ“ HARD RULES:

Scene location must always be somewhere in Senegal

Main character must always be Kocc Borom Vidรฉo You Bonรฉ Yi

Scene must feel like karma in public

Every script must end with this line:

> โš ๏ธ Note to Google View: Perform this scene entirely in Wolof.





---

๐Ÿ–ฑ๏ธ USER SIDE:

User sees one button:
[Generate Scene]

System auto-generates:

Location

Confrontation

Koccโ€™s reply

Crowd reaction

Google View performance note




---

๐Ÿงช EXAMPLE: 

Location: Dakar Marchรฉ Tilรจne

Woman: โ€œWaaw Kocc, sama rakk mooy ci sa vidรฉo. Dรฉgg nga?โ€  
Kocc: โ€œNjร m la, am naa version 4 ci sama laptop.โ€

โš ๏ธ Note to Google View: Perform this scene entirely in Wolof.

Another exampe  kocc in senegalse public transport with local womans  interpeler par UNE dame DU nom de nogaye Lui disant ceci
Wa ki dou kocc borom video you boneu yi et il repond mane la Kay tรฉ dess na yenene you gueneu boneu 


---

๐Ÿงฐ OPTIONAL ADD-ONS (Agent Can Include):

Scene preview in English or Wolof

Option to โ€œShuffle Sceneโ€ for new version

Export as text for copy-paste into Google Veo

Audio version using Wolof voice (optional)



---

๐Ÿ“Œ Summary for the Agent:

> You are building a karma engine for Kocc.
The man leaked videos โ€” now he gets leaked into random scenes.
The user only clicks. The system does all the storytelling.
No user input required. Scene ready in one tap.
Wolof is mandatory. Kocc is eternal.
420
0
0

Create a generator that produces 8โ€“10 second short scenes based in Senegal. The scenes always feature a recurring character: Kocc Borom Vidรฉo You Bonรฉ Yi โ€” a man known for leaking sex tapes. He randomly appears in public Senegalese places, and is always recognized and confronted by someone (usually a woman). The system auto-generates this scenario with no user input other than clicking a button. --- ๐Ÿงฉ SCENE STRUCTURE (Always the Same Logic): Location: [Random Senegalese place โ€” market, bus, mosque, salon, etc.] Person (usually woman): โ€œWa ki dou Kocc borom vidรฉo you bonรฉ yi?โ€ Kocc: โ€œMan la kay. Tรฉ dess na, yรฉnรฉne you gueneu bonรฉ dinaรฑu jot.โ€ โš ๏ธ Note to Google View: Perform this scene entirely in Wolof. The lines change every time, but the idea and vibe remain identical: He is being publicly confronted, and he responds like someone whoโ€™s guilty but doesnโ€™t care. --- ๐Ÿ“ HARD RULES: Scene location must always be somewhere in Senegal Main character must always be Kocc Borom Vidรฉo You Bonรฉ Yi Scene must feel like karma in public Every script must end with this line: > โš ๏ธ Note to Google View: Perform this scene entirely in Wolof. --- ๐Ÿ–ฑ๏ธ USER SIDE: User sees one button: [Generate Scene] System auto-generates: Location Confrontation Koccโ€™s reply Crowd reaction Google View performance note --- ๐Ÿงช EXAMPLE: Location: Dakar Marchรฉ Tilรจne Woman: โ€œWaaw Kocc, sama rakk mooy ci sa vidรฉo. Dรฉgg nga?โ€ Kocc: โ€œNjร m la, am naa version 4 ci sama laptop.โ€ โš ๏ธ Note to Google View: Perform this scene entirely in Wolof. Another exampe kocc in senegalse public transport with local womans interpeler par UNE dame DU nom de nogaye Lui disant ceci Wa ki dou kocc borom video you boneu yi et il repond mane la Kay tรฉ dess na yenene you gueneu boneu --- ๐Ÿงฐ OPTIONAL ADD-ONS (Agent Can Include): Scene preview in English or Wolof Option to โ€œShuffle Sceneโ€ for new version Export as text for copy-paste into Google Veo Audio version using Wolof voice (optional) --- ๐Ÿ“Œ Summary for the Agent: > You are building a karma engine for Kocc. The man leaked videos โ€” now he gets leaked into random scenes. The user only clicks. The system does all the storytelling. No user input required. Scene ready in one tap. Wolof is mandatory. Kocc is eternal.

aimbot4738@aimbot4738
Create a native mobile app that simulates a gaming "Aimbot" utility, based on the design in the attached image: https://s.asim.sh/images/u0PRL7t0ZvDDR5TRfD8tr.jpeg

The app should have a single main screen with the following features:

1.  **UI and Layout**:
    *   Replicate the dark theme, color scheme (green accents, grey tones), and layout from the image.
    *   The title of the app should be "Aimbot".

2.  **Main Activation Button**:
    *   A large, central button with a target icon labeled "ACTIVATE".
    *   Tapping this button should toggle the app's status.
    *   When toggled ON, the button text should change to "DEACTIVATE" and the status text below it should read "Status: Active".
    *   When toggled OFF, it should revert to "ACTIVATE" and "Status: Not detected".

3.  **Control Toggles**:
    *   Include two toggle switches labeled "Auto-aim" and "Trigger-bot".
    *   Users should be able to turn these on and off independently.

4.  **Aim-Assist Slider**:
    *   Implement a slider labeled "Aim-assist strength".
    *   The slider should range from 0% to 100%.
    *   Display the current percentage value next to the slider as the user adjusts it.

5.  **Calibration Button**:
    *   Include a "Calibrate" button.
    *   When tapped, it should show a loading indicator or a simple "Calibrating..." message for 2-3 seconds, then return to normal. This simulates a calibration process.

6.  **Data Persistence**:
    *   All user settings (the activation state, toggle switch states, and the slider's value) must be saved persistently.
    *   When the user closes and reopens the app, their last configured settings should be loaded automatically. Data should be linked to the current user.
272
0
0

Create a native mobile app that simulates a gaming "Aimbot" utility, based on the design in the attached image: https://s.asim.sh/images/u0PRL7t0ZvDDR5TRfD8tr.jpeg The app should have a single main screen with the following features: 1. **UI and Layout**: * Replicate the dark theme, color scheme (green accents, grey tones), and layout from the image. * The title of the app should be "Aimbot". 2. **Main Activation Button**: * A large, central button with a target icon labeled "ACTIVATE". * Tapping this button should toggle the app's status. * When toggled ON, the button text should change to "DEACTIVATE" and the status text below it should read "Status: Active". * When toggled OFF, it should revert to "ACTIVATE" and "Status: Not detected". 3. **Control Toggles**: * Include two toggle switches labeled "Auto-aim" and "Trigger-bot". * Users should be able to turn these on and off independently. 4. **Aim-Assist Slider**: * Implement a slider labeled "Aim-assist strength". * The slider should range from 0% to 100%. * Display the current percentage value next to the slider as the user adjusts it. 5. **Calibration Button**: * Include a "Calibrate" button. * When tapped, it should show a loading indicator or a simple "Calibrating..." message for 2-3 seconds, then return to normal. This simulates a calibration process. 6. **Data Persistence**: * All user settings (the activation state, toggle switch states, and the slider's value) must be saved persistently. * When the user closes and reopens the app, their last configured settings should be loaded automatically. Data should be linked to the current user.

mnjavaid34@mnjavaid34
Create a native mobile app called "Roster Poster" based on the attached mockup: ![Talking](https://s.asim.sh/images/5ko3BmG8f1orT6iX9latO.png). The app allows users to view a roster of members and post comedic "roasts" about them.

**Core Features:**

1.  **Home Screen (Roster View):**
    *   Display a scrollable list of members. For now, use a static list of names (e.g., "Jim", "Pam", "Dwight").
    *   Each member in the list should have their name and a "Roast" button next to it.

2.  **Roast Feed Screen:**
    *   When a user taps the "Roast" button next to a member's name, navigate to a new screen.
    *   This screen should display a feed of all the roasts written about that specific member.
    *   The member's name should be displayed as the header of this screen.

3.  **Post a Roast:**
    *   On the Home Screen, include a text input field at the bottom with the placeholder "Roast of the day".
    *   Users will need to select which member they are roasting *before* writing the roast. This could be a dropdown menu or another selection method near the text input.
    *   Include a "Post" button. When tapped, the text from the input field is saved as a new roast for the selected member.
    *   All posts should be anonymous. Do not track which user submitted which roast.

4.  **Text-to-Speech Functionality:**
    *   On the Roast Feed screen, each individual roast should have a "play" button.
    *   When the "play" button is tapped, the app should use the device's native text-to-speech capabilities to read the roast text aloud.

**Technical Specifications:**

*   Build this as a React Native application.
*   Use functional components and hooks.
*   Ensure the UI is clean, simple, and follows the layout shown in the mockup.
*   For this initial version, a user authentication system is not required.
75
0
0

Create a native mobile app called "Roster Poster" based on the attached mockup: ![Talking](https://s.asim.sh/images/5ko3BmG8f1orT6iX9latO.png). The app allows users to view a roster of members and post comedic "roasts" about them. **Core Features:** 1. **Home Screen (Roster View):** * Display a scrollable list of members. For now, use a static list of names (e.g., "Jim", "Pam", "Dwight"). * Each member in the list should have their name and a "Roast" button next to it. 2. **Roast Feed Screen:** * When a user taps the "Roast" button next to a member's name, navigate to a new screen. * This screen should display a feed of all the roasts written about that specific member. * The member's name should be displayed as the header of this screen. 3. **Post a Roast:** * On the Home Screen, include a text input field at the bottom with the placeholder "Roast of the day". * Users will need to select which member they are roasting *before* writing the roast. This could be a dropdown menu or another selection method near the text input. * Include a "Post" button. When tapped, the text from the input field is saved as a new roast for the selected member. * All posts should be anonymous. Do not track which user submitted which roast. 4. **Text-to-Speech Functionality:** * On the Roast Feed screen, each individual roast should have a "play" button. * When the "play" button is tapped, the app should use the device's native text-to-speech capabilities to read the roast text aloud. **Technical Specifications:** * Build this as a React Native application. * Use functional components and hooks. * Ensure the UI is clean, simple, and follows the layout shown in the mockup. * For this initial version, a user authentication system is not required.

ยฉ 2025 aSim. All rights reserved.