1. Purpose and Vision
The goal of Taurot is to offer users a deeply customized astrological experience that feels personal, accurate, and visually appealing. Unlike generic horoscope websites, Taurot uses precise birth data and real-time API calls to generate dynamic interpretations and compatibility readings tailored to the user’s unique chart. The platform is also designed with premium visual aesthetics and usability in mind, appealing especially to users who appreciate elegant, meaningful design.
2. Core Features
•Daily horoscopes based on sun sign and planetary transits
•Complete birth chart analysis (with focus on unique planetary placements)
•Zodiac compatibility tool with custom-written, fully unique interpretations
• Clean, responsive, and minimalistic UI
• Support for localization (Czech, Slovak, English)
• Editable backend logic for ongoing content updates and expansion
3. Frontend – How It Works
The frontend is built using HTML, CSS, and vanilla JavaScript, with a lightweight approach to keep the interface fast and responsive.
•Designed for clarity and mobile-first usability, the UI uses a modular card layout for horoscopes, chart readings, and compatibility results.
•Smooth animations, soft shadows, and rounded UI elements reflect a Taurus/Venus aesthetic – sensual, grounded, and visually balanced.
•The frontend fetches data dynamically through API calls (from Google Gemini API), making the user experience feel instant and alive.
•There’s a JavaScript-powered date-of-birth form with validation and timezone logic to ensure accurate astrological calculations.
4. Backend – Structure & Logic
The backend is a combination of PHP and JavaScript, handling data flow and API communication.
•On form submission, user inputs (date, time, place of birth, and signs) are processed via PHP scripts, which sanitize and format the data before sending it to the Gemini API.
•Compatibility logic uses pre-written, AI-verified descriptions for each zodiac pair, with over 144 completely unique combinations, hand-verified to prevent text repetition or astrological inaccuracy.
•Horoscope and natal chart generation are done in real-time via API calls, with fallback logic in case of connection delay or API limit.
•All results are styled dynamically on the frontend and presented within scrollable containers for mobile UX optimization.