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

    MASTER PROMPT β€” Schiffmiller Technik Website / IQ Line Ecosystem 0.

    Cursor
    Minimalist
    light mode
    1h ago

    Generated Prompt

    PROJECT SETUP
    Create a new React project using Vite with TypeScript support. Your project structure should resemble the following:
    
    ```
    /schiffmiller-technik
    β”œβ”€β”€ /public
    β”œβ”€β”€ /src
    β”‚   β”œβ”€β”€ /components
    β”‚   β”‚   β”œβ”€β”€ ProductHero.tsx
    β”‚   β”‚   β”œβ”€β”€ FeatureGrid.tsx
    β”‚   β”‚   β”œβ”€β”€ ArchitectureDiagram.tsx
    β”‚   β”‚   β”œβ”€β”€ IntegrationGrid.tsx
    β”‚   β”‚   β”œβ”€β”€ ProductComparison.tsx
    β”‚   β”‚   β”œβ”€β”€ CTASection.tsx
    β”‚   β”‚   β”œβ”€β”€ IndustryCard.tsx
    β”‚   β”‚   └── WorkflowTimeline.tsx
    β”‚   β”œβ”€β”€ /pages
    β”‚   β”‚   β”œβ”€β”€ Home.tsx
    β”‚   β”‚   β”œβ”€β”€ IQLine.tsx
    β”‚   β”‚   β”œβ”€β”€ Vendiqo.tsx
    β”‚   β”‚   β”œβ”€β”€ Domiqo.tsx
    β”‚   β”‚   β”œβ”€β”€ Parkiqo.tsx
    β”‚   β”‚   β”œβ”€β”€ MParking.tsx
    β”‚   β”‚   β”œβ”€β”€ FSM.tsx
    β”‚   β”‚   β”œβ”€β”€ Platform.tsx
    β”‚   β”‚   β”œβ”€β”€ Integrations.tsx
    β”‚   β”‚   β”œβ”€β”€ Industries.tsx
    β”‚   β”‚   β”œβ”€β”€ Projects.tsx
    β”‚   β”‚   β”œβ”€β”€ About.tsx
    β”‚   β”‚   └── Contact.tsx
    β”‚   β”œβ”€β”€ /styles
    β”‚   β”‚   └── main.css
    β”‚   β”œβ”€β”€ App.tsx
    β”‚   └── main.tsx
    β”œβ”€β”€ package.json
    └── vite.config.ts
    ```
    Make sure to install necessary dependencies such as React Router for navigation.
    
    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. **ProductHero**: Displays the main product information with a title, description, and CTA.
    2. **FeatureGrid**: A grid layout showcasing the core features of each product.
    3. **ArchitectureDiagram**: Visual representation of how the system components interact.
    4. **IntegrationGrid**: Lists the various hardware and software integrations.
    5. **ProductComparison**: A side-by-side comparison of PARKIQO and mParking.
    6. **CTASection**: A call-to-action section encouraging visitors to learn more or contact.
    7. **IndustryCard**: Displays different industries served by the company.
    8. **WorkflowTimeline**: Shows the workflows involved in different operations.
    
    IMPLEMENTATION APPROACH
    1. Install the necessary packages:
       ```
       npm install react-router-dom
       npm install -D tailwindcss postcss autoprefixer
       ```
    
    2. Set up Tailwind by creating the `tailwind.config.js` and including the base styles in `main.css`.
    
    3. Create the main layout in `App.tsx` with routes for different pages:
       ```javascript
       import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
       import Home from './pages/Home';
       import IQLine from './pages/IQLine';
       // Import other pages
    
       function App() {
         return (
           <Router>
             <Routes>
               <Route path="/" element={<Home />} />
               <Route path="/iq-line" element={<IQLine />} />
               {/* Define other routes */}
             </Routes>
           </Router>
         );
       }
    
       export default App;
       ```
    
    4. Create components using functional components with TypeScript. For example, `ProductHero.tsx` can look like this:
       ```javascript
       const ProductHero = () => {
         return (
           <section className="bg-white p-8 rounded-[8px] shadow-md">
             <h1 className="text-3xl font-bold">Smart Infrastructure Software for Real-World Operations</h1>
             <p className="mt-4">Schiffmiller Technik develops connected platforms for vending, parking, buildings and field service.</p>
             <button className="bg-[#1978E5] text-white rounded-[8px] p-2 mt-4">Explore IQ Line</button>
           </section>
         );
       };
    
       export default ProductHero;
       ```
    
    ARCHITECTURE CONSIDERATIONS
    Use a component-based architecture to ensure reusability and maintainability. Each component should manage its state where necessary and communicate through props. Use context for global state management if needed.
    
    ERROR HANDLING
    Implement error boundaries for components that may fail. Use try-catch blocks around asynchronous calls and provide fallback UI to handle errors gracefully. For form submissions, validate inputs and provide user-friendly error messages.
    
    TESTING STRATEGY
    Use Jest and React Testing Library for testing components. Write unit tests for each component to ensure they render correctly and respond to user interactions as expected. Include integration tests to check the routing and overall application behavior.
    
    By following the above structure and guidelines, you can create a polished, responsive website that meets the specifications and enhances the user experience while presenting Schiffmiller Technik as a professional technology company.

    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!