Lovable Prompt Creator - AI Prompt Generator

Generate Optimized Prompts for AI Development Platforms

Transform your web or app idea into comprehensive, optimized prompts for Lovable, Bolt, Replit, v0, and Cursor. Our AI-powered tool helps you create production-ready prompts with features, styling, and technical specifications.

Key Features

Pricing

Free plan: 2 prompts to try the tool

Pro plan: $4.99/month - 20 prompts per month, all platforms

100 Prompts pack: $24.99 - One-time purchase, no expiration

Trusted by 10,000+ Users

Join thousands of developers creating amazing apps with AI-powered prompts.

    Hi! Welcome to LovablePrompts.app
    Lovable Prompts Logo
    Public

    Make me a cursor that is a middle finger

    Cursor
    Enhanced
    Minimalist
    light mode
    2h ago

    Generated Prompt

    PROJECT SETUP
    Create a new project directory named "CursorMiddleFinger". Inside this directory, organize your files as follows:
    - /src
      - /components
        - CursorComponent.js
      - /styles
        - main.css
      - App.js
      - index.js
    - /tests
      - CursorComponent.test.js
    - package.json
    
    This structure allows for easy management of components, styles, and tests, promoting a clean separation of concerns.
    
    DESIGN REQUIREMENTS
    - Visual Style: minimalist - Clean, simple design with plenty of white space, minimal color palette, and focus on typography
    - Color Mode: Light theme with dark text on light backgrounds
    - Primary Color: #1978E5 (accent for buttons, links, highlights)
    - Typography: Use Inter from Google Fonts for headings, Inter for body text and UI elements
    - Border Radius: 8px (moderately rounded) for buttons, cards, and inputs
    
    CORE COMPONENTS
    1. CursorComponent: This is the main component that renders the middle finger cursor. It should handle mouse events to change the cursor style and provide user feedback.
    2. Button: A reusable button component that uses the primary color and border radius for styling.
    3. Tooltip: A small component that displays a message when the user interacts with the cursor.
    
    IMPLEMENTATION APPROACH
    1. Install dependencies:
       - Run `npm install react react-dom` to set up the React environment.
       
    2. Create the `CursorComponent.js` file:
       ```javascript
       import React from 'react';
       import './CursorComponent.css';
    
       const CursorComponent = () => {
           return (
               <div className="cursor-container">
                   <div className="middle-finger-cursor" />
                   <button className="custom-button">Click Me!</button>
               </div>
           );
       };
    
       export default CursorComponent;
       ```
    
    3. Style the cursor in `CursorComponent.css`:
       ```css
       .cursor-container {
           position: relative;
           width: 100%;
           height: 100vh;
           background-color: white;
       }
    
       .middle-finger-cursor {
           cursor: url('path_to_middle_finger_cursor.png'), auto; /* Use an image for the custom cursor */
       }
    
       .custom-button {
           background-color: #1978E5;
           border: none;
           border-radius: 8px;
           color: white;
           padding: 10px 20px;
           font-family: 'Inter', sans-serif;
           cursor: pointer;
       }
       ```
    
    ARCHITECTURE CONSIDERATIONS
    The application follows a component-based architecture using React. Each UI element is encapsulated in its own component, allowing for reusability and easier testing. The main `App.js` file serves as the entry point, rendering the `CursorComponent`.
    
    ERROR HANDLING
    Implement basic error handling by using try-catch blocks around event handlers and ensuring that any asynchronous operations are handled properly. Use console.error to log any issues that arise during rendering or event handling.
    
    TESTING STRATEGY
    1. Use Jest and React Testing Library for unit testing the components.
    2. Write tests in `CursorComponent.test.js` to verify that the CursorComponent renders correctly and that the button click event works as intended.
    3. Example test case:
       ```javascript
       import { render, screen } from '@testing-library/react';
       import CursorComponent from './CursorComponent';
    
       test('renders middle finger cursor', () => {
           render(<CursorComponent />);
           const buttonElement = screen.getByText(/click me!/i);
           expect(buttonElement).toBeInTheDocument();
       });
       ```
    
    This approach ensures that the code is clean, maintainable, and adheres to best practices for building a Cursor-compatible project.

    Loved by thousands of makers from

    From early prototypes to real products, they started here.

    Lovable
    Uber
    Tiffany & Co
    K Fund
    Fever
    Filmin
    Playtomic
    Lovable
    Uber
    Tiffany & Co
    K Fund
    Fever
    Filmin
    Playtomic
    Lovable
    Uber
    Tiffany & Co
    K Fund
    Fever
    Filmin
    Playtomic
    Civitatis
    Blablacar
    Mercado Libre
    Zomato
    Zurich
    IE
    Civitatis
    Blablacar
    Mercado Libre
    Zomato
    Zurich
    IE
    Civitatis
    Blablacar
    Mercado Libre
    Zomato
    Zurich
    IE
    How it works

    Generate optimized prompts for your vibe coding projects

    1

    Generate prompt

    Enter a brief description of the app you want to build and get an optimized prompt

    2

    Review and use your prompt

    Review (and edit if necessary) the generated prompt, then copy it or open it directly in your chosen platform

    3

    Get inspired with new ideas

    Get AI-generated suggestions to expand your product with features that will surprise your users

    Frequently Asked Questions

    Everything you need to know about creating better prompts for your Lovable projects

    Still have questions?

    Can't find what you're looking for? We're here to help!