Discover & Build Mini-Apps
@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.
@mnjavaid34. 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.](https://s.asim.sh/images/nZQxs5v5GMtysUCEE3Uc_.jpeg)
Create a native mobile app called "Roster Poster" based on the attached mockup: . 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.
@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.
© 2025 aSim. All rights reserved.