Instagram for AI Mobile Apps
@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.](https://s.asim.sh/images/k-57_MfIsFFLd95sBgIyB.jpeg)
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.
@athreat
### Task 1: Set Up Project Structure
- **Objective**: Initialize the "Thunder Snooper" app/sim project.
- **Actions**:
- Create a new project using **React** for the frontend and **Node.js** with **Express.js** for the backend.
- Set up **MongoDB** for data storage and **Redis** for caching API responses.
- Install dependencies: **npm install react react-dom express mongoose redis axios**.
- Configure a basic folder structure: /client (React), /server (Node.js), /config (database settings).
- **Deliverable**: A working project skeleton with a "Hello World" page on localhost:3000.
### Task 2: Implement Phone Number Search Module
- **Objective**: Build a module to retrieve geolocation, carrier, and owner’s name from a phone number.
- **Actions**:
- Create a React component (e.g., PhoneSearch.js) with an input field for phone numbers.
- Integrate APIs from Truecaller, Advanced Background Checks, Best Phone Lookup, CarrierLookup, CNAM, Data24-7, Infobel, NANPA, Numberway, Pipl, Reverse Phone Lookup, Slydial, SpyDialer, SpyTox, Superpages, Sync.ME, That’s Them, True People Search, US Phonebook, White Pages, and WhoCalled using **Axios**.
- Handle API rate limits with a queue system and store results in MongoDB.
- Display results in a table format on the frontend.
- **Deliverable**: A functional phone number search tool returning sample data (e.g., geolocation: "123 Main St", carrier: "AT&T", name: "John Doe") on localhost:3000/search.
### Task 3: Develop Anonymous Messaging System
- **Objective**: Enable real-time anonymous messaging to the target phone number.
- **Actions**:
- Set up **Socket.IO** on the backend to handle real-time communication.
- Create a messaging interface in React (e.g., MessagePanel.js) with send/receive functionality.
- Encrypt messages using **CryptoJS** with AES-256 and mask user identity.
- Integrate Truecaller.com and Getcontact for contact validation via API calls.
- Store message logs in MongoDB with encrypted fields.
- **Deliverable**: A working chat interface on localhost:3000/message that sends/receives encrypted messages anonymously.
### Task 4: Build Deep Dive Investigation Engine
- **Objective**: Create a comprehensive search engine for detailed owner information.
- **Actions**:
- Develop a DeepDive.js component to aggregate data from:
- **People Search**: Pipl, Spokeo, PeekYou, Find People for Free, Qwant, FastPeopleSearch, Canada Phone Directory, 411 US Phone Directory, 192.com, Fold3, FamilyTreeNow, Cluster Maps.
- **Username Search**: Know’em?, NameCheckup, Lullar Com, Namevine, Username Search, Free Username Search, Usersherlock, WhatsMyName Web.
- **Company Data**: SEC.gov EDGAR, us-info.com, California Secretary of State, OpenCorporates, Corporation Wiki, Companies House, littleSis, Track Hedge Funds, Crosslinked, Inspy, SocialPwned, HM Revenue & Customs, Partnerpoint.
- **Web Scraping**: ParseHub, opsdisk/metagoofil (use **Puppeteer** for scraping).
- **Email Tools**: theHarvester, Hunter, Email Permutator, IP2Location, ProoFy, khast3x/h8mail, m4110k/Infoga, Hashcast.axur.com, Spybot Identity Monitor, GHunt, Epieos (use **Nodemailer** for validation).
- **Location Services**: ipapi (use **Geolocation API**).
- Implement a confirmation modal using **React-Bootstrap** if multiple owners are detected.
- Store findings in MongoDB and fetch results dynamically.
- **Deliverable**: A Deep Dive interface on localhost:3000/deepdive returning sample data (e.g., friends: "Jane Doe", workplace: "Tech Corp") with owner confirmation if needed.
### Task 5: Implement Data Export Feature
- **Objective**: Enable saving investigation data as images or PDFs.
- **Actions**:
- Integrate **html2canvas** to capture the results table as an image.
- Use **jsPDF** to generate PDFs from the captured data.
- Create a download button in React (e.g., ExportButton.js) that opens results in a browser tab for saving.
- Ensure exported files include timestamps and case IDs.
- **Deliverable**: A functional export button on localhost:3000/export generating a sample image/PDF with data.
### Task 6: Ensure Security and Authentication
- **Objective**: Secure the app with encryption and authentication.
- **Actions**:
- Implement **bcrypt** for password hashing and **JWT** for user authentication on the backend.
- Add **express-rate-limit** to prevent API abuse (e.g., 100 requests/hour).
- Encrypt sensitive data (e.g., phone numbers, messages) in MongoDB.
- **Deliverable**: A secure login page on localhost:3000/login with rate-limited API access.
### Task 7: Set Up Iterative Link Integration
- **Objective**: Prepare the search function for future link additions.
- **Actions**:
- Create a dynamic API endpoint (e.g., /add-link) to accept new links from prompts.
- Update the Deep Dive engine to parse and integrate new links using **Puppeteer**.
- Test with a dummy link (e.g., "https://example.com").
- **Deliverable**: A working endpoint on localhost:5000/add-link that logs and processes a sample link.
### Next Phases (Post-Functionality):
- **Graphics**: Implement HD lightning effects with **Three.js** and **PixiJS**, using GSAP for transitions.
- **Additional Features**: Add Reverse Image Search, Blur Processing, and Data Analytics.
**General Instructions:**
- Test each module with a 5MB
@kamtothebambam
Create a video-sharing app that supports both short-form and long-form video content. The app should have the following features:
1. **Dual Home Feeds:**
* The app should open to a tabbed interface.
* **"Shorts" Tab:** A full-screen, vertical, auto-playing feed for discovering short videos. Users can swipe up and down to navigate between videos.
* **"Videos" Tab:** A browsable feed for long-form content, displaying videos as a list or grid with a thumbnail, title, creator name, and view count.
2. **Video Player Experience:**
* **Shorts Player:** The UI for liking, commenting, and sharing should be overlaid on the video.
* **Long-Form Player:** Tapping a long-form video opens a dedicated player screen with standard video controls (play/pause, timeline scrubber), video title, description, and a comments section below.
3. **Video Creation and Upload:**
* A prominent button for users to create content.
* When uploading, the user must specify if the video is "Short" or "Long-Form."
* Users can upload from their device library or record directly in the app. The video in the attachment `https://user-images.githubusercontent.com/12345/67890.mov` is a good example of the type of video content to expect.
* Users must add a title to their video. A description is optional.
4. **User Interaction:**
* Users can like and comment on all videos.
* Users can follow creators.
* The "Shorts" feed should prioritize content from followed creators and recommend new content.
5. **Creator Profile Page:**
* Accessible by tapping a creator's username.
* The profile should have separate, tabbed sections displaying grids of the user's "Shorts" and "Long-Form" videos.
All videos, comments, likes, and follower relationships should be stored persistently in a database and linked to the correct users.
@fffh
Create a 2D platformer game-maker app with two distinct modes: Build Mode and Play Mode.
**1. Main Screens & Navigation:**
- **My Levels Screen:** The main screen that shows a gallery of levels the user has created. Each level should be represented by a thumbnail. Tapping a level gives options to "Play" or "Edit". There should also be a "Create New Level" button.
- **Build Mode Screen:** A level editor. This screen should have a main grid-based canvas for level design and a palette/toolbar at the bottom with all available game items.
- **Play Mode Screen:** The screen where the user plays the level. It should render the level created in Build Mode and include on-screen controls for the player character.
**2. Build Mode Functionality:**
- **Item Palette:** A scrollable bar containing icons for all placeable items:
- Standard Block
- Lava Block
- Player Spawn Point
- Goal Block (e.g., a flag)
- **Placing Items:** The user can tap an item in the palette to select it, then tap on the grid to place it.
- **Block Customization:**
- **Resizing:** When a user double-taps a placed block, show arrow controls to increase or decrease its size horizontally and vertically.
- **Custom Texture:** When a user taps a placed block three times, open the device's image picker to let them select a photo to apply as the block's texture.
- **Controls:** Include buttons to "Save" the level, "Play Test," and go "Back" to the My Levels screen.
**3. Play Mode Functionality:**
- **Level Rendering:** Dynamically build and display the level based on the saved data from Build Mode.
- **Player Character:**
- Include a default player character that appears at the "Player Spawn Point" location.
- Implement on-screen controls: left/right arrows for movement and a button for jumping.
- **Game Rules:**
- **Collision:** The character should be able to stand on and collide with Standard Blocks.
- **Hazards:** If the character touches a "Lava Block," they should "die" and respawn at the Player Spawn Point.
- **Winning:** If the character touches the "Goal Block," display a "You Win!" message and provide an option to return to the My Levels screen.
All level data, including block positions, sizes, and custom images, should be stored persistently in a database and linked to the user who created them.
@tessamurphy58
*App Name:** Hooked Network
**Purpose:** Hooked Network is a unique platform that connects crochet enthusiasts, designers, and businesses worldwide, providing a space to create, share, and sell crochet patterns and handmade items.
**Key Features:**
1. **Design Tool:** Create custom crochet patterns using an intuitive and user-friendly design tool, allowing users to bring their creative visions to life.
2. **Pattern Marketplace:** Browse, buy, and sell unique crochet patterns from talented designers around the world, fostering a global community of crochet enthusiasts.
3. **Handmade Crochet Boutique:** Showcase and sell your handmade crochet items, such as jumpers, dresses, hats, and blankets, to customers and businesses worldwide.
4. **Business Collaborations:** Connect with businesses looking for custom crochet designs or handmade items for their stores, opening up opportunities for designers and crafters to expand their reach.
5. **Social Networking:** Join a thriving community of crochet lovers, share your projects and tips, follow other creators, and engage in discussions to learn and grow together.
6. **Workshops and Tutorials:** Access a library of video tutorials and workshops led by crochet experts, covering various techniques and tips for beginners and advanced crafters alike.
7. **Challenges and Competitions:** Participate in fun crochet challenges and competitions, showcasing your skills and creativity while earning recognition and prizes.
8. **Custom Requests:** Accept custom requests from customers looking for personalized designs and handmade items, providing a unique and tailored experience for both buyers and sellers.
**Impact:** Hooked Network fosters a collaborative and supportive global community of crochet enthusiasts, designers, and businesses, providing opportunities for growth, creativity, and entrepreneurship in the world of crochet.
© 2025 aSim. All rights reserved.