Brings Vedic astrology calculations into Claude for relationship compatibility analysis. You get tools for birth chart generation with Swiss Ephemeris precision, Ashtakoot Milan scoring across eight categories (Varna through Nadi), and divisional chart analysis including D9 Navamsa matching. The server exposes detailed synastry operations covering Jupiter-Moon soulmate aspects, Saturn karmic connections, and Mars-Venus sexual compatibility. It handles KP stellar astrology with cuspal sub lords, Jaimini Chara Karakas, and multiple dasha timing systems. Reach for this when building astrology apps or chatbots that need authentic Vedic calculations rather than generic horoscope text, especially for marriage compatibility assessments with dosha cancellation rules and remedy recommendations from Lal Kitab.
A comprehensive, full-stack Vedic Astrology application focused on relationship compatibility. The app calculates detailed synastry, Ashtakoot Milan (36 points), Dasha timing, and incorporates Modern Planetary influences (Uranus, Neptune, Pluto).
coreCalculations.ts - Planetary positions, houses, aspectsvargaCalculations.ts - Divisional charts (D9, D7, D60)dashaCalculations.ts - Vimshottari and Chara DashakpCalculations.ts - KP Astrology systemjaiminiCalculations.ts - Jaimini special pointscompatibilityCalculations.ts - Ashtakoot, Navamsa matchingsexualHealthCalculations.ts - PME/ED/Frigidity analysisriskCalculations.ts - Divorce/Infidelity assessmentreportGenerator.ts - Complete report orchestrationyoni_matrix.json - 14x14 sexual compatibilitygana_rules.json - Deva/Manushya/Rakshasa with cancellationslal_kitab_remedies.json - Planet-House-Remedy mappingsmodern_planets_text.json - U/N/P interpretationssynastry_rules.json - Soulmate/Karmic aspect rulesrisk_rules.json - Divorce/Infidelity configurationsmodern_challenges.json - Digital age & mental healthchara_dasha_rules.json - Jaimini timing systemsexual_health_rules.json - PME/ED/Frigidity indicatorskp_sub_lords.json - 1-249 Sub Lord divisionsvarga_weights.json - Shodashvarga weighting schemeAstro_Marriage/
├── knowledge/ # JSON knowledge base
│ ├── yoni_matrix.json
│ ├── gana_rules.json
│ ├── lal_kitab_remedies.json
│ ├── modern_planets_text.json
│ ├── synastry_rules.json
│ ├── risk_rules.json
│ ├── modern_challenges.json
│ ├── chara_dasha_rules.json
│ ├── sexual_health_rules.json
│ ├── kp_sub_lords.json
│ └── varga_weights.json
│
├── types/ # TypeScript definitions
│ └── index.ts # All interfaces and types
│
├── lib/ # Calculation engine
│ ├── index.ts # Main exports
│ ├── coreCalculations.ts # Planets, houses, aspects
│ ├── vargaCalculations.ts # Divisional charts
│ ├── dashaCalculations.ts # Timing systems
│ ├── kpCalculations.ts # KP Astrology
│ ├── jaiminiCalculations.ts # Jaimini system
│ ├── compatibilityCalculations.ts
│ ├── sexualHealthCalculations.ts
│ ├── riskCalculations.ts
│ └── reportGenerator.ts
│
├── src/ # Frontend application
│ ├── components/
│ │ ├── BirthDataForm.tsx
│ │ └── widgets/
│ │ ├── OverviewWidget.tsx
│ │ ├── AshtakootWidget.tsx
│ │ ├── RiskRadarWidget.tsx
│ │ ├── SynastryWidget.tsx
│ │ ├── SexualHealthWidget.tsx
│ │ ├── TimingWidget.tsx
│ │ ├── RemediesWidget.tsx
│ │ └── ModernInsightsWidget.tsx
│ ├── pages/
│ │ ├── LandingPage.tsx
│ │ ├── CalculatorPage.tsx
│ │ └── ReportPage.tsx
│ ├── store/
│ │ └── useAppStore.ts
│ ├── App.tsx
│ ├── main.tsx
│ └── index.css
│
├── package.json
├── tsconfig.json
├── vite.config.ts
├── tailwind.config.js
└── index.html
git clone <repository-url>
cd Astro_Marriage
npm install
npm run dev
http://localhost:3000npm run build
The built files will be in the dist directory.
MIT License - feel free to use this for personal or commercial projects.
This application is for entertainment and educational purposes. Astrological predictions should not replace professional advice from qualified healthcare providers, counselors, or legal professionals.
MARRIAGE_ASTRO_API_KEY*secretAPI Key for MarriageAstro