I Built India's First AI Vedic Astrology Platform in 17 Days — Here's Everything I Did
Abhishek Gupta, a solo founder, developed India's first AI-powered, Hindi-first Vedic astrology platform called KundliAI in just 17 days. The platform offers free services including kundli generation, horoscopes, and AI-driven astrological insights, achieving over 500 users and ranking on Google's first page. Built using Next.js, TypeScript, and the Groq API, the project emphasizes low-cost infrastructure and strategic Hindi-language SEO.
- ▪Abhishek Gupta built KundliAI as a solo founder in 17 days with a tech stack including Next.js 14, TypeScript, and the Groq API.
- ▪The platform offers features like free kundli generation, daily horoscopes, marriage muhurat finder, and an AI Pandit chatbot.
- ▪KundliAI achieved over 500 users, filed a trademark, and reached Google's first page for key Hindi astrology terms with an SEO strategy focused on low-competition Hindi content.
- ▪Technical challenges included Groq API rate limits, inconsistent API field names, and ensuring consistent Hindi output from the AI model.
- ▪The platform uses AstrologyAPI.com for calculations and relies on a model fallback chain to maintain AI response reliability during traffic spikes.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3934842) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } abhishek gupta Posted on May 16 I Built India's First AI Vedic Astrology Platform in 17 Days — Here's Everything I Did #ai #webdev #productivity #startup From zero to Page 1 on Google, 500+ users, and a trademark filed — as a solo founder. The Idea India has a ₹40,000 crore astrology market. AstroTalk makes ₹600 crore/year. AstroSage has been around for 20 years. But nobody had built an AI-powered, free, Hindi-first Vedic astrology platform. So I built one. In 17 days.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).