惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
博客园 - 司徒正美
A
About on SuperTechFans
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
F
Fortinet All Blogs
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
H
Help Net Security
量子位
IT之家
IT之家

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
How I Built India's First AI Vedic Astrology Platform in ...
abhishek gupta · 2026-06-14 · via DEV Community

abhishek gupta

How I Built India's First AI Vedic Astrology Platform in 42 Days

The Problem

India has 1.4 billion people. A massive percentage consult astrologers
regularly — for marriage, career, business decisions.

But traditional astrology consultation is:

  • Expensive (₹500-5000 per session)
  • Time consuming (appointments, travel)
  • Not available 24/7
  • Often generic, not personalized

I wanted to change that.

What I Built

KundliAI — India's first AI-powered Vedic Astrology platform.

🔮 Free Vedic Kundli in 30 seconds
💬 AI Pandit chat — ask anything 24/7

💑 Kundli Matching (36 Guna Milan)
📅 Daily Rashifal for all 12 signs
🗓️ Panchang with Rahu Kaal

Live at: kundliai.in

Tech Stack

  • Frontend: Next.js 14 + TypeScript + Tailwind
  • AI: Groq API (Llama 3.3 70B) — for personalized readings
  • Astrology Calculations: AstrologyAPI.com (Swiss Ephemeris)
  • Payments: Razorpay
  • Email: Zoho + Nodemailer
  • Hosting: Vercel
  • Push Notifications: OneSignal

How It Works User enters: Name + DOB + Time + Place

AstrologyAPI calculates: Lagna, Moon Sign,

Nakshatra, Mahadasha, Planetary positions

Groq/Llama generates: Personalized 800-word

reading in Hindi or English

User gets: Complete Vedic reading in 30 seconds

The AI Prompt Engineering Challenge

Getting the AI to sound like an authentic
Vedic astrologer was the hardest part.

Generic prompts gave generic responses.

What worked:
"You are Pandit JyotishAI with 30 years

of experience. For EVERY prediction, show

the astrological reasoning first.
Format: 'Because [planet/house reason]

→ [prediction for {name}]'"

This made responses feel genuinely personal
and authentic.

Results After 42 Days

  • 🧑‍🤝‍🧑 6 paying customers
  • 💰 ₹744 total revenue
  • 📄 427 pages indexed by Google
  • 🔗 37 external backlinks
  • 📊 20-60 daily users
  • 🌐 DR 6 (growing)
  • 📧 9 email subscribers
  • 🔔 35 push subscribers

Key Learnings

1. Hindi content = low competition
Most AI tools are English-only. Hindi content
gets ranked faster with less competition.

2. Free tool = distribution
Free kundli generates leads. Paid report
converts 5-10% of users.

3. Swiss Ephemeris = accuracy
Using the same astronomical calculation
engine as NASA builds trust.

4. AI + Ancient = unique positioning
"AI Vedic Astrology" is a unique combination
that resonates with young Indians.

What's Next

  • Sawan 2026 campaign (July 11)
  • ₹399 Sampurna Pack launch
  • WhatsApp delivery
  • 100+ blogs for SEO

If you're building for Indian markets —
vernacular content + AI is a massive opportunity.

Live: kundliai.in
GitHub: abhigupta622-byte/JyotishAI

Happy to answer any questions! 🙏