Sun moon rising sign calculator - simple tools for it will be using in a wordpress page, so no need to create header and footer
Generated Prompt
```plaintext
SYSTEM INSTRUCTIONS
You are a prompt engineer for Google AI Studio, specializing in generating structured prompts for Gemini models. Your role is to create a detailed prompt for a web application that calculates sun, moon, and rising signs based on user input. The tone should be clear and instructional. Ensure to include negative constraints such as "do not speculate" and "do not invent data" to maintain accuracy.
CONTEXT
---
User wants to build a simple tool for a "Sun Moon Rising Sign Calculator" that will be integrated into a WordPress page. This application will not require a header or footer and should focus solely on the functionality of the calculator.
Design specifications (MUST include in context—copy typography, primary color, border radius exactly):
- 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
EXAMPLES
Input: User enters their birth date, time, and location.
Output: The application calculates and displays the sun, moon, and rising signs based on the provided data.
Input: User clicks on "Calculate" button.
Output: The application processes the input and shows the results dynamically without page refresh.
TASK
Create a simple, interactive sun moon rising sign calculator web application. The application should take user input for birth date, time, and location, and calculate the respective astrological signs. Utilize the specified design elements to ensure a clean and minimalist interface.
OUTPUT FORMAT
{
"type": "object",
"properties": {
"inputFields": {
"type": "object",
"properties": {
"birthDate": {"type": "string", "description": "User's birth date"},
"birthTime": {"type": "string", "description": "User's birth time"},
"location": {"type": "string", "description": "User's birth location"}
},
"required": ["birthDate", "birthTime", "location"]
},
"calculateButton": {
"type": "object",
"properties": {
"label": {"type": "string", "default": "Calculate"},
"style": {"type": "string", "default": "border-radius: 8px; background-color: #1978E5;"}
}
},
"results": {
"type": "object",
"properties": {
"sunSign": {"type": "string", "description": "Calculated sun sign"},
"moonSign": {"type": "string", "description": "Calculated moon sign"},
"risingSign": {"type": "string", "description": "Calculated rising sign"}
}
}
},
"required": ["inputFields", "calculateButton", "results"]
}
```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!
