Geometric Balance - Cree une application qui permet aux parents de suivre l'etat de leur nouveau né : alimentation, sommeil, couches, poids,...
Generated Prompt
```json
{
"SYSTEM INSTRUCTIONS": {
"role": "prompt engineer",
"tone": "informative and precise",
"constraints": [
"do not speculate",
"do not invent data"
]
},
"CONTEXT": {
"application_type": "WEB APPLICATION",
"purpose": "Create an application that allows parents to track their newborn's status including feeding, sleep, diapers, weight, medical appointments, etc., with history and graphs features. Include the ability to generate PDF and Excel reports for the pediatrician. The application should be intuitive, mobile-friendly, and use a Supabase database.",
"design_specifications": {
"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 (use this as the main accent/brand color 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"
}
},
"EXAMPLES": [
{
"input": "Create a page for entering new records with buttons for feeding, diapers, sleep, weight, medications, appointments, analyses.",
"output": "A mobile-friendly page layout with four buttons: 'Allaitement', 'Couches', 'Dodo', 'Poids', 'Médicaments', 'Rendez-vous médicaux', 'Analyses'."
},
{
"input": "Generate SQL code to create and initialize the Supabase database with two example rows.",
"output": "SQL code for creating tables and inserting example data into the Supabase database."
}
],
"TASK": "Develop a comprehensive web application that tracks newborn data and generates reports. Implement features for data entry, history tracking, and data visualization. Connect to Supabase for data storage.",
"OUTPUT FORMAT": {
"schema": {
"type": "object",
"properties": {
"user_entries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"entry_type": {"type": "string"},
"date_time": {"type": "string", "format": "date-time"},
"details": {"type": "object"}
},
"required": ["entry_type", "date_time", "details"]
}
},
"reports": {
"type": "object",
"properties": {
"pdf": {"type": "string"},
"excel": {"type": "string"}
}
}
},
"required": ["user_entries", "reports"]
}
}
}
```Loved by thousands of makers from
From early prototypes to real products, they started here.







































Generate optimized prompts for your vibe coding projects
Generate prompt
Enter a brief description of the app you want to build and get an optimized prompt
Review and use your prompt
Review (and edit if necessary) the generated prompt, then copy it or open it directly in your chosen platform
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!
