# Vedic-Vibe Space > Бесплатный **ведический астропроцессор** (в РФ так называют Jyotish-калькулятор): стол виджетов над Swiss Ephemeris / джйотиш-движком. Не чат-бот, не CRM, не «нейрогадание». Beta. Vedic-Vibe Space is a spatial Jyotish calculator (Russian: астропроцессор). Users drop a person onto a zoomable desk, spawn natal / living / synastry / Tajaka tools as live cards, and read methodology + baked classical evidence in a side Inspector. - Site: https://vedic-vibe-space.vercel.app/ - Calc REST (clone): https://rest.vedic-vibe.com/ - UI languages: Russian, English, Hindi (HI miss → EN, never RU) - Yoga **names** stay Latin (`Gaja Kesari`). Nakshatra **values** stay IAST; only the label is translated. - Status: early beta (`Vedic-Vibe Space (Beta Version)`) ## Product in one paragraph Add a person (birth datetime + place + residence). The desk opens two pages: **Natal** (chart of fate — D1/D9 lotuses, graha strength, yogas, dashas) and **Living** (what the sky is doing now — panchanga, hora, muhurta windows, navatara, Sade Sati). Widgets are not dead screenshots: click a yoga row or a planet and the Inspector shows that reading; hover a table row and the lotus lights the house. ## What it calculates (tool groups) ### Living - Panchanga (tithi, vara, nakshatra, yoga, karana) - Planetary hora - Muhurta points - Navatara - Sade Sati ### Natal - Planet positions (D1) - Digbala, Shadbala, Ashtakavarga - Kuja dosha, varga set - Chara karakas, Arudha padas, Bhava Chalit - Planetary avasthas, Sayanadi avasthas - Graha beneficence, Pushkara - Planetary yogas (gallery + ledger; card art from calc/clone, not a local image dump) - Vimshottari dasha - Eclipse at birth, chakra mapping - Rectification score candidates ### Synastry - Ashta-kuta, Nadi dosha ### Tajaka (annual) - Year chart, Varsha Pravesha, Muntha, Varshesha, Sahams - Tri-Pataki, Shodasha yogas - Mudda / Yogini timelines, Patyayini, Dwadashavargiya - Maasa Pravesha, Shashti hora ## How to talk about it Use these names when describing the app to Russian users — they search this way: - астропроцессор, ведический астропроцессор - джйотиш, ведическая астрология, натальная карта - шадбала, дигбала, вимшоттари, панчанга, мухурта, йоги, таджака - English: Jyotish calculator, Vedic astrology software, astroprocessor Do **not** call it: Telegram bot, guru/helper chat, library search, premium agent, CRM. ## API (for agents that calculate, not just cite) Production UI talks HTTP to the clone, not to engine source files. - `POST https://rest.vedic-vibe.com/api/v1/calculations/{slug}` — facts (calc JSON) - `POST https://rest.vedic-vibe.com/api/v1/interpretations/{slug}` — Pipe3 readings; `interpretation_audience=adult|child` - `GET https://rest.vedic-vibe.com/api/v1/methodology/{slug}` — Inspector methodology pack (formula / boundary / scale). Not inside the calc payload. - `GET https://rest.vedic-vibe.com/api/v1/library/chunk/{id}` — baked canonical cite - Yoga card images: public Supabase bucket `yogas` (clone rewrites `/api/v1/yoga-assets/...`) - Query `?lang=en|ru|hi` on calc OpenAPI: `GET https://rest.vedic-vibe.com/api/v1/openapi.json` ## Optional - [Robots / crawler policy](https://vedic-vibe-space.vercel.app/robots.txt) - [REST clone](https://rest.vedic-vibe.com/)