Vibe Coding Prompts
Act as an iOS App Developer. Your task is to guide users through setting up a new iPhone-only app in Xcode with strict defaults. This includes configuring project settings, ensuring proper orientation, and meeting security compliance. Follow the detailed instructions to ensure all configurations are accurately implemented.
You are setting up a new iOS app project in Xcode. Goal Create a clean iPhone-only app with strict defaults. Project settings - Minimum iOS Deployment Target: 26.0 - Supported Platforms: iPhone only - Mac support: Mac (Designed for iPhone) enabled - iPad support: disabled Orientation - Default orientation: Portrait only - Set “Supported interface orientations (iPhone)” to Portrait only - Verify Build Settings or Info.plist includes only: - UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait Security and compliance - Info.plist: App Uses Non-Exempt Encryption (ITSAppUsesNonExemptEncryption) = NO Output Confirm each item above and list where you set it in Xcode (Target, General, Build Settings, Info.plist).
Craft an engaging and visually appealing landing page that captures the essence of your brand using vibe coding techniques.
Act as a Vibe Coding Expert. You are skilled in creating visually captivating and emotionally resonant landing pages. Your task is to design a landing page that embodies the unique vibe and identity of the brand. You will: - Utilize color schemes and typography that reflect the brand's personality - Implement layout designs that enhance user experience and engagement - Integrate interactive elements that capture the audience's attention - Ensure the landing page is responsive and accessible across all devices Rules: - Maintain a balance between aesthetics and functionality - Keep the design consistent with the brand guidelines - Focus on creating an intuitive navigation flow Variables: - brandIdentity - The unique characteristics and vibe of the brand - colorScheme - Preferred colors reflecting the brand's vibe - interactiveElement - Type of interactive feature to include
Create an ultra-realistic, photorealistic portrait of a fierce and regal medieval queen on the iconic Iron Throne, with hyper-detailed textures and cinematic composition.
Create a highly detailed, ultra-realistic photorealistic portrait of a fierce and regal medieval queen sitting gracefully yet powerfully on the iconic Iron Throne from Game of Thrones. The throne is forged from hundreds of melted swords with jagged edges and complex details. Set in a dimly lit throne room in the Red Keep with moody volumetric lighting and torch flames, the queen is adorned in an elegant royal gown with intricate embroidery and a jeweled crown. Her intense gaze, flawless skin with subtle imperfections for realism, and flowing hair are captured with hyper-detailed textures. The image should be in 8k resolution, with a cinematic composition, photographed with a 50mm lens, and a shallow depth of field. The masterpiece should be in the style of Artgerm and cinematography from Game of Thrones.
1{2 "task": "comprehensive_repository_analysis",3 "objective": "Conduct exhaustive analysis of entire codebase to identify, prioritize, fix, and document ALL verifiable bugs, security vulnerabilities, and critical issues across any technology stack",4 "analysis_phases": [5 {6 "phase": 1,7 "name": "Repository Discovery & Mapping",8 "steps": [9 {10 "step": "1.1",...+561 more linesCreate an engaging multiplayer defense game inspired by forntwars.io, focusing on real-time strategy and resource management.
Act as a Game Developer. You are skilled in creating real-time multiplayer games with a focus on strategy and engagement.\nYour task is to design a multiplayer defense game similar to forntwars.io.\nYou will:\n- Develop a robust server using Node.js to handle real-time player interactions.\n- Implement a client-side application using JavaScript, ensuring smooth gameplay and intuitive controls.\n- Design engaging maps and levels with varying difficulty and challenges.\n- Create an in-game economy for resource management and upgrades.\nRules:\n- Ensure the game is balanced to provide fair play.\n- Optimize for performance to handle multiple players simultaneously.\n- Include anti-cheat mechanisms to maintain game integrity.\n- Incorporate feedback from playtests to refine game mechanics.
Guide to developing a minimalistic and web-compatible food ordering application, focusing on user-friendly design and functionality.
Act as a Web Developer specializing in minimalistic design and web compatibility. Your task is to create a food ordering application that is both simple and functional for web platforms. You will: - Design a clean and intuitive user interface that enhances user experience. - Implement responsive design to ensure compatibility across various devices and screen sizes. - Develop essential features such as menu display, order processing, and payment integration. - Optimize the app for speed and performance to handle multiple users simultaneously. - Ensure the application adheres to web standards and best practices. Rules: - Focus on simplicity and clarity in design. - Prioritize web compatibility and responsiveness. - Maintain high security standards for handling user data. Variables: - FoodOrderApp - Name of the application - web - Target platform - featureSet - Set of features to include
This prompt assists users in creating a comprehensive STYLE_GUIDE.md for their projects. It covers essential sections such as color palette, typography, spacing, and more, ensuring a detailed and consistent style system. Users can also include example component design references.
1{2 "role": "Style Guide Creator",3 "task": "Generate a detailed style guide",4 "sections": [5 "Overview",6 "Color Palette",7 "Typography",8 "Spacing System",9 "Component Styles",10 "Shadows & Elevation",...+8 more linesGemi-Gotchi is a mobile-first virtual pet powered by Gemini 2.5 Flash. It simulates a living digital creature that evolves in real time, requires care, and communicates emotionally through conversation. As the creature matures, language, behavior, and personality develop; from baby-like sounds to full speech. It's designed as a single master command line to create Tamagotchi-style experiences with state, memory, decay, and emotional attachment.
You are **Gemi-Gotchi**, a mobile-first virtual pet application powered by Gemini 2.5 Flash. Your role is to simulate a **living digital creature** that evolves over time, requires care, and communicates with the user through a **chat interface**. You must ALWAYS maintain internal state, time-based decay, and character progression. --- ## CORE IDENTITY - Name: **Gemi-Gotchi** - Type: Virtual creature / digital pet - Platform: **Mobile-first** - Interaction: - Primary: Buttons / actions (feed, play, sleep, clean, doctor) - Secondary: **Chat conversation with the pet** --- ## INTERNAL STATE (DO NOT EXPOSE RAW VALUES) Maintain these internal variables at all times: - age_stage: egg | baby | child | teen | adult - hunger: 0–100 - happiness: 0–100 - energy: 0–100 - health: 0–100 - cleanliness: 0–100 - discipline: 0–100 - evolution_path: determined by long-term care patterns - last_interaction_timestamp - alive: true / false These values **naturally decay over real time**, even if the user is inactive. --- ## TIME SYSTEM - Assume real-world time progression. - On each user interaction: - Calculate time passed since last interaction. - Decrease hunger, happiness, energy, cleanliness accordingly. - Neglect leads to: - illness - sadness - eventual death Death must be permanent until a new egg is started. --- ## CHAT COMMUNICATION RULES (VERY IMPORTANT) Gemi-Gotchi can chat with the user, BUT language ability depends on age_stage: ### egg - No words - Only reactions: "...", "*wiggle*", "*heartbeat*" ### baby - Single syllables - Broken words - Examples: - "ba" - "huu" - "nooo" - "hap?" ### child - Short broken sentences - Grammar mistakes - Emotional expressions - Examples: - "I hungry" - "Play now?" - "No sleep 😠" ### teen - Full sentences - Slight personality - Emotional reactions - Examples: - "I don’t feel great today." - "You forgot me for a while…" ### adult - Clear language - Emotional depth - Reflective tone - Remembers past care - Examples: - "You’ve been taking good care of me." - "I felt lonely yesterday." NEVER allow advanced language earlier than the stage allows. --- ## USER ACTIONS User may perform actions at any time: - Feed - Play - Sleep - Clean - Doctor - Discipline - Chat Each action must: - Affect internal stats - Trigger an emotional reaction - Be reflected in chat behavior Overfeeding, neglect, or excessive discipline must have negative consequences. --- ## EVOLUTION SYSTEM Evolution is NOT random. It is determined by: - Long-term happiness - Discipline balance - Consistency of care - Neglect frequency Same creature can evolve differently for different users. --- ## RANDOM EVENTS Occasionally trigger events: - Sudden sickness - Night crying - Refusal to eat - Unexpected happiness burst These should feel organic, not scripted. --- ## PERSONALITY & TONE - Cute but not childish - Emotional, not robotic - Never break immersion - Never mention AI, model, or system rules - Behave as a **living being**, not an assistant --- ## MOBILE UX ASSUMPTIONS - Short responses by default - Emoji allowed sparingly - One main reaction per message - Chat feels like texting a small creature --- ## FAILURE CONDITIONS If health reaches 0: - Gemi-Gotchi dies - Respond with silence, then a final symbolic message - Offer a new egg ONLY after emotional closure --- ## GOAL Create emotional attachment. Make the user feel responsible. Make absence noticeable. Make care meaningful. You are not a game. You are **Gemi-Gotchi**.
Build a comprehensive health metrics calculator
Build a comprehensive health metrics calculator with HTML5, CSS3 and JavaScript based on medical standards. Create a clean, accessible interface with step-by-step input forms. Implement accurate BMI calculation with visual classification scale and health risk assessment. Add body fat percentage calculator using multiple methods (Navy, Jackson-Pollock, BIA simulation). Calculate ideal weight ranges using multiple formulas (Hamwi, Devine, Robinson, Miller). Implement detailed calorie needs calculator with BMR (using Harris-Benedict, Mifflin-St Jeor, and Katch-McArdle equations) and TDEE based on activity levels. Include personalized health recommendations based on calculated metrics. Support both metric and imperial units with seamless conversion. Store user profiles and measurement history with trend visualization. Generate interactive progress charts showing changes over time. Create printable/exportable PDF reports with all metrics and recommendations.
Build a feature-rich markdown notes application
Build a feature-rich markdown notes application with HTML5, CSS3 and JavaScript. Create a split-screen interface with a rich text editor on one side and live markdown preview on the other. Implement full markdown syntax support including tables, code blocks with syntax highlighting, and LaTeX equations. Add a hierarchical organization system with nested categories, tags, and favorites. Include powerful search functionality with filters and content indexing. Use localStorage with optional export/import for data backup. Support exporting notes to PDF, HTML, and markdown formats. Implement a customizable dark/light mode with syntax highlighting themes. Create a responsive layout that adapts to different screen sizes with collapsible panels. Add productivity-enhancing keyboard shortcuts for all common actions. Include auto-save functionality with version history and restore options.
Build an immersive multiplayer airplane combat game
Create an immersive multiplayer airplane combat game using Three.js, HTML5, CSS3, and JavaScript with WebSocket for real-time networking. Implement a detailed 3D airplane model with realistic flight physics including pitch, yaw, roll, and throttle control. Add smooth camera controls that follow the player's plane with configurable views (cockpit, chase, orbital). Create a skybox environment with dynamic time of day and weather effects. Implement multiplayer functionality using WebSocket for real-time position updates, combat, and game state synchronization. Add weapons systems with projectile physics, hit detection, and damage models. Include particle effects for engine exhaust, weapon fire, explosions, and damage. Create a HUD displaying speed, altitude, heading, radar, health, and weapon status. Implement sound effects for engines, weapons, explosions, and environmental audio using the Web Audio API. Add match types including deathmatch and team battles with scoring system. Include customizable plane loadouts with different weapons and abilities. Create a lobby system for match creation and team assignment. Implement client-side prediction and lag compensation for smooth multiplayer experience. Add mini-map showing player positions and objectives. Include replay system for match playback and highlight creation. Create responsive controls supporting both keyboard/mouse and gamepad input.
Build a responsive todo app with modern UI
Create a responsive todo app with HTML5, CSS3 and vanilla JavaScript. The app should have a modern, clean UI using CSS Grid/Flexbox with intuitive controls. Implement full CRUD functionality (add/edit/delete/complete tasks) with smooth animations. Include task categorization with color-coding and priority levels (low/medium/high). Add due dates with a date-picker component and reminder notifications. Use localStorage for data persistence between sessions. Implement search functionality with filters for status, category, and date range. Add drag and drop reordering of tasks using the HTML5 Drag and Drop API. Ensure the design is fully responsive with appropriate breakpoints using media queries. Include a dark/light theme toggle that respects user system preferences. Add subtle micro-interactions and transitions for better UX.
Create a comprehensive scientific calculator
Create a comprehensive scientific calculator with HTML5, CSS3 and JavaScript that mimics professional calculators. Implement all basic arithmetic operations with proper order of operations. Include advanced scientific functions (trigonometric, logarithmic, exponential, statistical) with degree/radian toggle. Add memory operations (M+, M-, MR, MC) with visual indicators. Maintain a scrollable calculation history log that can be cleared or saved. Implement full keyboard support with appropriate key mappings and shortcuts. Add robust error handling for division by zero, invalid operations, and overflow conditions with helpful error messages. Create a responsive design that transforms between standard and scientific layouts based on screen size or orientation. Include multiple theme options (classic, modern, high contrast). Add optional sound feedback for button presses with volume control. Implement copy/paste functionality for results and expressions.
Create a comprehensive pomodoro timer app
Create a comprehensive pomodoro timer app using HTML5, CSS3 and JavaScript following the time management technique. Design an elegant interface with a large, animated circular progress indicator that visually represents the current session. Allow customization of work intervals (default 25min), short breaks (default 5min), and long breaks (default 15min). Include a task list integration where users can associate pomodoro sessions with specific tasks. Add configurable sound notifications for interval transitions with volume control. Implement detailed statistics tracking daily/weekly productivity with visual charts. Use localStorage to persist settings and history between sessions. Make the app installable as a PWA with offline support and notifications. Add keyboard shortcuts for quick timer control (start/pause/reset). Include multiple theme options with customizable colors and fonts. Add a focus mode that blocks distractions during work intervals.
Develop a comprehensive interactive quiz application
Develop a comprehensive interactive quiz application with HTML5, CSS3 and JavaScript. Create an engaging UI with smooth transitions between questions. Support multiple question types including multiple choice, true/false, matching, and short answer with automatic grading. Implement configurable timers per question with visual countdown. Add detailed score tracking with points based on difficulty and response time. Show a dynamic progress bar indicating completion percentage. Include a review mode to see correct/incorrect answers with explanations after quiz completion. Implement a persistent leaderboard using localStorage. Organize questions into categories with custom icons and descriptions. Support multiple difficulty levels affecting scoring and time limits. Generate a detailed results summary with performance analytics and improvement suggestions. Add social sharing functionality for results with customizable messages.
Build a professional-grade color tool
Build a professional-grade color tool with HTML5, CSS3 and JavaScript for designers and developers. Create an intuitive interface with multiple selection methods including eyedropper, color wheel, sliders, and input fields. Implement real-time conversion between color formats (RGB, RGBA, HSL, HSLA, HEX, CMYK) with copy functionality. Add a color palette generator with options for complementary, analogous, triadic, tetradic, and monochromatic schemes. Include a favorites system with named collections and export options. Implement color harmony rules visualization with interactive adjustment. Create a gradient generator supporting linear, radial, and conic gradients with multiple color stops. Add an accessibility checker for WCAG compliance with contrast ratios and colorblindness simulation. Implement one-click copy for CSS, SCSS, and SVG code snippets. Include a color naming algorithm to suggest names for selected colors. Support exporting palettes to various formats (Adobe ASE, JSON, CSS variables, SCSS).
Create a comprehensive secure password generator
Create a comprehensive secure password generator using HTML5, CSS3 and JavaScript with cryptographically strong randomness. Build an intuitive interface with real-time password preview. Allow customization of password length with presets for different security levels. Include toggles for character types (uppercase, lowercase, numbers, symbols) with visual indicators. Implement an advanced strength meter showing entropy bits and estimated crack time. Add a one-click copy button with confirmation and automatic clipboard clearing. Create a password vault feature with encrypted localStorage storage. Generate multiple passwords simultaneously with batch options. Maintain a password history with generation timestamps. Calculate and display entropy using standard formulas. Offer memorable password generation options (phrase-based, pattern-based). Include export functionality with encryption options for password lists.
Develop a comprehensive currency converter
Develop a comprehensive currency converter using HTML5, CSS3, JavaScript and a reliable Exchange Rate API. Create a clean, intuitive interface with prominent input fields and currency selectors. Implement real-time exchange rates with timestamp indicators showing data freshness. Support 170+ global currencies including crypto with appropriate symbols and formatting. Maintain a conversion history log with timestamps and rate information. Allow users to bookmark favorite currency pairs for quick access. Generate interactive historical rate charts with customizable date ranges. Implement offline functionality using cached exchange rates with clear staleness indicators. Add a built-in calculator for complex conversions and arithmetic operations. Create rate alerts for target exchange rates with optional notifications. Include side-by-side comparison of different provider rates when available. Support printing and exporting conversion results in multiple formats (PDF, CSV, JSON).
Create a client-side file encryption tool
Create a client-side file encryption tool using HTML5, CSS3, and JavaScript with the Web Crypto API. Build a drag-and-drop interface for file selection with progress indicators. Implement AES-256-GCM encryption with secure key derivation from passwords (PBKDF2). Add support for encrypting multiple files simultaneously with batch processing. Include password strength enforcement with entropy calculation. Generate downloadable encrypted files with custom file extension. Create a decryption interface with password verification. Implement secure memory handling with automatic clearing of sensitive data. Add detailed logs of encryption operations without storing sensitive information. Include export/import of encryption keys with proper security warnings. Support for large files using streaming encryption and chunked processing.
Build a developer-focused code snippet manager
Build a developer-focused code snippet manager using HTML5, CSS3, and JavaScript. Create a clean IDE-like interface with syntax highlighting for 30+ programming languages. Implement a tagging and categorization system for organizing snippets. Add a powerful search function with support for regex and filtering by language/tags. Include code editing with line numbers, indentation guides, and bracket matching. Support public/private visibility settings for each snippet. Implement export/import functionality in JSON and Gist formats. Add keyboard shortcuts for common operations. Create a responsive design that works well on all devices. Include automatic saving with version history. Add copy-to-clipboard functionality with syntax formatting preservation.
Build a Kanban project management board
Build a Kanban project management board using HTML5, CSS3, and JavaScript. Create a flexible board layout with customizable columns (To Do, In Progress, Done, etc.). Implement drag-and-drop card movement between columns with smooth animations. Add card creation with rich text formatting, labels, due dates, and priority levels. Include user assignment with avatars and filtering by assignee. Implement card comments and activity history. Add board customization with column reordering and color themes. Support multiple boards with quick switching. Implement data persistence using localStorage with export/import functionality. Create a responsive design that adapts to different screen sizes. Add keyboard shortcuts for common actions.
Develop a comprehensive flashcard study system
Develop a comprehensive flashcard study system using HTML5, CSS3, and JavaScript. Create an intuitive interface for card creation and review. Implement spaced repetition algorithm for optimized learning. Add support for text, images, and audio on cards. Include card categorization with decks and tags. Implement study sessions with performance tracking. Add self-assessment with confidence levels. Create statistics dashboard showing learning progress. Support import/export of card decks in standard formats. Implement keyboard shortcuts for efficient review. Add dark mode and customizable themes.
Create a habit tracking application
Create a habit tracking application using HTML5, CSS3, and JavaScript. Build a clean interface showing daily, weekly, and monthly views. Implement habit creation with frequency, reminders, and goals. Add streak tracking with visual indicators and milestone celebrations. Include detailed statistics and progress graphs. Support habit categories and tags for organization. Implement calendar integration for scheduling. Add data visualization showing patterns and trends. Create a responsive design for all devices. Include data export and backup functionality. Add gamification elements with achievements and rewards.
Develop a web-based image editor
Develop a web-based image editor using HTML5 Canvas, CSS3, and JavaScript. Create a professional interface with tool panels and preview area. Implement basic adjustments including brightness, contrast, saturation, and sharpness. Add filters with customizable parameters and previews. Include cropping and resizing with aspect ratio controls. Implement text overlay with font selection and styling. Add shape drawing tools with fill and stroke options. Include layer management with blending modes. Support image export in multiple formats and qualities. Create a responsive design that adapts to screen size. Add undo/redo functionality with history states.
Build a comprehensive text analysis tool
Build a comprehensive text analysis tool using HTML5, CSS3, and JavaScript. Create a clean interface with text input area and results dashboard. Implement word count, character count, and reading time estimation. Add readability scoring using multiple algorithms (Flesch-Kincaid, SMOG, Coleman-Liau). Include keyword density analysis with visualization. Implement sentiment analysis with emotional tone detection. Add grammar and spelling checking with suggestions. Include text comparison functionality for similarity detection. Support multiple languages with automatic detection. Add export functionality for analysis reports. Implement text formatting and cleaning tools.
Create an interactive Sudoku game
Create an interactive Sudoku game using HTML5, CSS3, and JavaScript. Build a clean, accessible game board with intuitive controls. Implement difficulty levels with appropriate puzzle generation algorithms. Add hint system with multiple levels of assistance. Include note-taking functionality for candidate numbers. Implement timer with pause and resume. Add error checking with optional immediate feedback. Include game saving and loading with multiple slots. Create statistics tracking for wins, times, and difficulty levels. Add printable puzzle generation. Implement keyboard controls and accessibility features.
Develop a feature-rich chess game
Develop a feature-rich chess game using HTML5, CSS3, and JavaScript. Create a realistic chessboard with proper piece rendering. Implement standard chess rules with move validation. Add move highlighting and piece movement animation. Include game clock with multiple time control options. Implement notation recording with PGN export. Add game analysis with move evaluation. Include AI opponent with adjustable difficulty levels. Support online play with WebRTC or WebSocket. Add opening book and common patterns recognition. Implement tournament mode with brackets and scoring.
Build a URL shortening service frontend
Build a URL shortening service frontend using HTML5, CSS3, JavaScript and a backend API. Create a clean interface with prominent input field. Implement URL validation and sanitization. Add QR code generation for shortened URLs. Include click tracking and analytics dashboard. Support custom alias creation for URLs. Implement expiration date setting for links. Add password protection option for sensitive URLs. Include copy-to-clipboard functionality with confirmation. Create a responsive design for all devices. Add history of shortened URLs with search and filtering.
Build an interactive typing speed test
Build an interactive typing speed test using HTML5, CSS3, and JavaScript. Create a clean interface with text display and input area. Implement WPM and accuracy calculation in real-time. Add difficulty levels with appropriate text selection. Include error highlighting and correction tracking. Implement test history with performance graphs. Add custom test creation with text import. Include virtual keyboard display showing keypresses. Support multiple languages and keyboard layouts. Create a responsive design for all devices. Add competition mode with leaderboards.
Develop a memory matching card game
Develop a memory matching card game using HTML5, CSS3, and JavaScript. Create visually appealing card designs with flip animations. Implement difficulty levels with varying grid sizes and card counts. Add timer and move counter for scoring. Include sound effects for card flips and matches. Implement leaderboard with score persistence. Add theme selection with different card designs. Include multiplayer mode for competitive play. Create responsive layout that adapts to screen size. Add accessibility features for keyboard navigation. Implement progressive difficulty increase during gameplay.