
Aberto
Publicado
•
Termina em 3 dias
Pago na entrega
**Project Title:** Build a Full-Feature Astrology Platform (Kundli + Daily Horoscope + AI Predictions) **Project Description:** I am looking for an experienced developer/team to build a modern astrology platform with three core features: 1. **Kundli Generation Engine** The system should take user birth details (date, time, place) and instantly generate a detailed Kundli. It must include planetary positions, houses, yogas, and dasha system with high accuracy (preferably using Swiss Ephemeris or a reliable astrology API). 2. **Daily Horoscope Automation** The platform should automatically generate and publish daily horoscopes for all 12 zodiac signs. This should run on a scheduler (cron job) without manual intervention. API-based or logic-based approach is acceptable. 3. **Prediction Module + AI Chatbot (Optional but Preferred)** The system should provide personalized predictions based on Kundli data (career, marriage, finance, etc.). An AI chatbot that answers user questions in natural language (based on Kundli insights) would be a big plus. **Tech Stack (Flexible):** Open to Node.js, Python (Django), or any scalable backend. Frontend can be React, Flutter, or similar modern framework. **Deliverables:** * Full source code (Git repository) * Setup and deployment guide * Working demo (web or mobile) * Clean UI/UX * Accurate calculations (very important) **Additional Preferences:** * Experience with astrology apps or complex calculation-based systems is a plus * Knowledge of APIs like Swiss Ephemeris, Astro APIs preferred * Scalable and clean architecture required **Budget & Timeline:** Open for discussion based on experience and approach. Looking to start immediately with the right developer.
ID do Projeto: 40354145
97 propostas
Aberto para ofertar
Projeto remoto
Ativo há 1 dia
Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
97 freelancers estão ofertando em média ₹79.088 INR for esse trabalho

Astro App Development requires precision and accuracy, two qualities that define my 18-year strong establishment, CnElIndia. A premier enterprise in web and app development, our core capabilities perfectly match the needs of your Astrology platform. Our team specializes in Node.js, PHP, and Python - making us versatile enough to embrace any stack you prefer. We bring not just development expertise, but also an understanding of the mystical world of Kundlis to deliver a solution that counts. One of the key aspects of this project is Kundli generation for which we are well-equipped. Our proficiency in data scraping allows for seamless integration with APIs like the Swiss Ephemeris, ensuring high-precision calculations every time. Our software-driven approach aligned with automated daily horoscope production draws on powerful scheduling systems and will keep your app updated - without manual intervention. Our technical finesse combined with deep industry experience guarantees a solution that does not only meet your expectations but exceeds them. And we don’t just stop at delivering – our comprehensive package includes providing full source code, setting up and deployment guide, working demo, and clean UI/UX as per your stipulation. So let’s leverage our shared passion for innovation to create something impactful together.
₹65.000 INR em 25 dias
9,0
9,0

Hello, I will build your astrology platform with a Kundli generation engine powered by Swiss Ephemeris, automated daily horoscope publishing via scheduled jobs, and an AI chatbot that delivers personalized predictions based on each user's birth chart data. For the prediction module, I will structure the AI prompts around parsed Kundli output — planetary positions, active dasha periods, and yoga combinations — so responses stay grounded in actual chart data rather than generic horoscope text. Questions: 1) Do you need this as a web app, mobile app, or both? 2) Should users be able to create accounts and save multiple Kundli profiles? 3) For the AI chatbot, do you have a preference between OpenAI API or an open-source LLM? Send me a message and we can go over the details. Best regards, Kamran
₹72.404 INR em 13 dias
8,4
8,4

Hello Sir, I have a ready solution like this. Let's discuss this further. Thanks, Bhargav.
₹75.000 INR em 7 dias
6,9
6,9

Drawing upon deep expertise in both Node.js and Python, I am the ideal candidate for your astrology platform. My portfolio includes the successful development of sophisticated web and mobile applications, making me the logical choice to design your Kundli generation engine. I am well-versed in working with APIs like Swiss Ephemeris and Astro APIs, ensuring accurate calculations that are critical to your project. Additionally, I bring extensive proficiency in building responsive, modern frontends, particularly with React and Flutter - two modern frameworks you're considering. This will guarantee not only a clean UI/UX for your platform but also the potential to extend it into a mobile app if you choose that route. Furthermore, my experience with artificial intelligence (AI) and machine learning (ML) makes me prepared to implement an AI chatbot that complements the prediction module, adding value to your platform by delivering natural language responses based on Kundli insights. With my skill set, you can expect a scalable, high-quality solution-developed efficiently so we can meet your immediate timeline. I hope to have the opportunity to prove that my clean code and smooth performance can deliver exactly what you need.
₹65.000 INR em 7 dias
6,5
6,5

Hi, I’ve built systems that combine structured calculations with clean user-facing apps, so this kind of astrology platform is something I can handle end to end. For your platform, I’d focus first on accuracy and separation of logic. Kundli generation will be built using Swiss Ephemeris or a reliable API, with calculations kept independent from the UI so results stay correct and scalable. Daily horoscope can run on an automated scheduler, generating content without manual work. For predictions, we can build a rule-based system first and layer AI on top for more natural responses. Tech-wise, I’d suggest React (or Flutter if you want mobile) with a Node.js backend depending on the ephemeris setup. The system will be modular so Kundli, predictions, and chatbot can evolve without breaking the core. I can also help decide the right API/library based on the level of accuracy you expect. We can discuss timeline and milestones on chat. We can start immediately — I will ensure clear, daily communication and fast turnaround. You’ll always know the exact progress.
₹90.000 INR em 40 dias
6,4
6,4

Your Kundli engine will fail accuracy tests if you're calculating planetary positions without accounting for ayanamsa drift and precession corrections. I've seen three astrology platforms launch with incorrect dasha calculations because they hardcoded the Lahiri ayanamsa value instead of computing it dynamically based on birth year. Before architecting the solution, I need clarity on two things: Are you using Vedic (sidereal) or Western (tropical) calculations, and what's your expected concurrent user load during peak hours (this determines whether we cache ephemeris data or compute on-demand)? Here's the architectural approach: - SWISS EPHEMERIS + PYTHON: Integrate pyswisseph library with custom ayanamsa calculations to generate Kundli with sub-degree accuracy for planetary positions, house cusps, and Vimshottari dasha periods spanning 120 years. - DJANGO + CELERY: Build the horoscope automation using Celery Beat schedulers that trigger daily at 12:01 AM UTC, generate content for all 12 signs using GPT-4 API with astrology-specific prompts, and cache results in Redis to serve 100K requests without hitting the database. - NODE.JS + WEBSOCKETS: Implement the AI chatbot using LangChain with a vector database (Pinecone) storing Kundli interpretations, so users get instant responses about yogas, doshas, and remedies without waiting for API calls. - POSTGRESQL + TIMESCALEDB: Store birth charts and prediction history in a time-series optimized schema that handles 50K Kundli generations per day while maintaining query response times under 100ms. I've built two astrology platforms that processed 2M+ Kundlis with zero calculation disputes. One scaled from 500 to 75K daily users without infrastructure changes because we designed the ephemeris caching layer correctly from day one. Let's schedule a 15-minute call to discuss edge cases like retrograde Mercury transitions and birth time rectification before we commit to the build.
₹58.500 INR em 21 dias
7,2
7,2

Hi there, I have read your project requirement. You need a complete astrology platform with Kundli generation, automated daily horoscope publishing, and a prediction module with optional AI chatbot—built with high accuracy, clean UI, and scalable architecture. We have strong experience building data-driven platforms and AI-integrated systems using Python and modern frameworks. We can develop a precise Kundli engine using Swiss Ephemeris, automate horoscope generation via scheduled jobs, and implement a personalised prediction module with an optional AI chatbot for natural language interaction. Our approach: ============= Backend: Python (Django/FastAPI) or Node.js (scalable API architecture) Kundli Engine: Swiss Ephemeris integration for accurate planetary calculations Horoscope Automation: Cron-based scheduler for daily zodiac updates Prediction Module: Rule-based + AI-assisted insights AI Chatbot: LLM integration for personalised Q&A based on Kundli data Frontend: React or Flutter (clean, responsive UI) Architecture: Modular and scalable for future features A few quick questions: ================== Do you prefer web-only or web + mobile app from the start? Should the AI chatbot be included in Phase 1 or later? Do you have design references or should we design UI/UX from scratch? Will you provide hosting or should we include deployment setup? Best Regards, Srashtasoft Team
₹65.000 INR em 16 dias
6,4
6,4

Hello I will be able to help you in your Astrology App. Please message me so that we will have detail technical discussion. I have 9+ years of combined experience in Mobile Application development, Website development, Desktop application development, 3rd party Artificial Intelligence api, AR/ VR, Chatbot, Blockchain- Cryptocurrency, CRM & ERP, Game Development and any other Software development. I am having expertise in Native on Android Java, kotlin and IOS Swift, and For Hybrid Cross platform on Flutter Dart & React- Native, and for web and backend on react js and node js, Python Django , java spring boot and php CodeIgniter mvc. Please consider me and initiate a chat for further detailed discussion. Regards, Anju
₹65.000 INR em 25 dias
6,3
6,3

To build your astrology platform, I will first set up a precise Kundli generation engine using Swiss Ephemeris for accurate planetary positions, yogas, houses, and dashas. I’ve helped a client create a birth-chart tool with instant calculations, ensuring users get reliable data immediately. For daily horoscope automation, I suggest a cron job running server-side logic that generates and pushes horoscopes automatically. I can design this with flexibility to use either rule-based logic or integrate horoscope APIs as you prefer. The AI chatbot for personalized predictions is feasible by combining Kundli data with AI-driven natural language responses. One question: do you have preferred AI tools in mind, or should I suggest a solution that learns from Kundli patterns to offer career, marriage, and finance advice? I will deliver a clean, responsive UI with a clear architecture for easy scaling. The full source code, deployment guide, and demo will make it easy for you to manage and grow the app. Ready to dive into the detailed Kundli rules and start building your project right away.
₹65.000 INR em 7 dias
5,9
5,9

Full-Feature Astrology Platform | Kundli + Horoscope + AI Predictions ????? Hello, I carefully read your requirement — you want to build a modern astrology platform capable of generating Kundli, publishing daily horoscopes, and providing personalized predictions via AI, with an accurate, scalable, and user-friendly design. The platform should be both technically robust and intuitive for end users, covering web or mobile deployment. Features Kundli Generation Engine Instant generation using user birth details (date, time, place) Planetary positions, houses, yogas, and dasha calculations High accuracy via Swiss Ephemeris or reliable astrology APIs Daily Horoscope Automation Automated daily horoscope publishing for all 12 zodiac signs Scheduler-based execution (cron job) to avoid manual intervention Logic-based or API-driven approach Prediction Module + AI Chatbot (Optional) Personalized predictions for career, marriage, finance, and more AI chatbot providing natural language answers using Kundli insights UI/UX & Platform Features Clean, modern interface with responsive design Dashboard for admin to monitor horoscope generation and user activity Scalable architecture to support future feature expansion Lets connect... Thanks
₹120.000 INR em 15 dias
5,7
5,7

I have read your job description carefully and understand that you’re looking to build a full-feature astrology platform combining accurate Kundli generation, automated horoscope publishing, and personalized AI-driven predictions. With experience in building data-driven and API-integrated platforms, I can develop a scalable and precise system tailored to your requirements. For the Kundli engine, I would integrate a reliable source like Swiss Ephemeris or a trusted astrology API to ensure high-accuracy calculations for planetary positions, houses, yogas, and dasha systems. The backend will handle computations efficiently and return structured outputs for rendering detailed reports.
₹65.000 INR em 20 dias
6,0
6,0

Hi, I am an IIT Grad, MongoDB Certified Developer, ex-BFSI and worked at fortune 500 companies. I will make it a reality for you. As a Full Stack Developer, I will build a fullfeatured astrology platform using React. js, Node. What is your expected timeline for project completion? Also, Do you have any design preferences, brand guidelines, or reference designs? Kindly click on the chat button so we can discuss and get started. Will share you my prior projects done and my resume too. I have been doing freelancing since 2019 worked at top MNCs in both USA and India. Lets connect
₹30.000 INR em 7 dias
5,3
5,3

Hello, I’m Karthik with 15+ years of experience in full-stack development, AI systems, and data-driven platforms. I can build your astrology platform (Kundli + Horoscope + AI predictions) with accuracy, scalability, and clean UX. Approach: • Kundli Engine: Integrate Swiss Ephemeris / reliable astro APIs for precise planetary positions, houses, yogas, and dasha • Daily Horoscope: Automated cron-based generation for all 12 signs (API or rule-based + AI enhancement) • Prediction Module: Personalized insights (career, marriage, finance) derived from Kundli data • AI Chatbot (optional): Natural language Q&A based on user’s Kundli + astrology logic • Frontend: Clean, modern UI (React / Flutter) • Backend: Scalable API (Python/FastAPI or Node.js) with secure data handling Deliverables: • Full source code + Git repo • Working web/mobile demo • Setup & deployment guide • Accurate calculation engine + clean UI Experience: Built AI-driven platforms, calculation-heavy systems, and API-integrated applications with focus on accuracy and performance. I focus on precision (astrology logic) + user experience + scalable architecture. Warm Regards, Karthik B
₹950.000 INR em 7 dias
5,2
5,2

Hi, I would like to grab this opportunity and will work till you get 100% satisfied with my work. I just applied after read your job posting carefully and I believe that I am good fit to your project. I'm a serious bidder. I will satisfy you with my high skills! I am an expert which have 10+ years of experience on Mobile App Development, iPhone, User Interface / IA, PhoneGap, Mobile App Testing, Swift, Google Maps API, Web Development, iOS Development, Mobile Development I am looking forward to meet you to discuss the further detail about this project. Looking forward to hearing from you. Warm Regards
₹90.000 INR em 21 dias
5,1
5,1

Hello, I will build the backend using a popular web framework to process user birth details and generate accurate Kundli charts using Swiss Ephemeris. For the daily horoscopes I will implement an automated scheduling service that updates content for all zodiac signs without manual input. I will integrate a cloud based AI model to analyze the chart data and provide personalized predictions through a natural language interface. The frontend will be a responsive cross platform application allowing users to access their charts and chat with the AI assistant seamlessly. 1) Do you already have a preferred astrology API or should I use Swiss Ephemeris directly? 2) Which specific AI model do you want to use for the natural language predictions? 3) Will the platform be primarily for web users or a mobile app? Thanks, Bharat
₹70.000 INR em 25 dias
4,9
4,9

Hello, I can professionally build a full-feature astrology platform with Kundli generation, daily horoscopes, and AI-driven predictions. With 5+ years of experience in web and mobile app development, I specialize in complex calculation-based systems and scalable architectures. What I can help you with: • Kundli generation engine using Swiss Ephemeris or reliable astrology APIs with accurate planetary positions, houses, yogas, and dashas. • Automated daily horoscope generation for all 12 zodiac signs via scheduled jobs. • AI-driven prediction module or chatbot providing personalized guidance on career, marriage, finance, and more. • Clean, responsive UI/UX with scalable backend and complete documentation for deployment. Warm regards, Monica Bhatia
₹45.000 INR em 3 dias
4,7
4,7

With over 7 years of web and app development experience, I've built extensive knowledge in Node.js, PHP, and Python. These versatile skills are particularly relevant to your project as they allow me to adapt and utilize the best-suited technology for each aspect of your astrology platform. I believe my deep understanding of backend technologies, such as Node.js and Django, will help anchor the technical integrity and scalability you seek—two essential attributes for any comprehensive astrology app. Moreover, I have successfully leveraged Python's capabilities in Artificial Intelligence projects much like the AI chatbot you are interested in. Implementing a robust solution that understands natural language to provide insightful answers based on Kundli insights will be an intriguing challenge I am more than ready to tackle. Lastly, from the Kundli Generator Engine to automated daily horoscopes and beyond, you can rely on me for precise computations. My commitment to delivering accurate calculations is unwavering—I fully understand this is non-negotiable for your project's success. Let's start immediately and build a modern astrology platform that perfectly aligns with your vision and exceeds all expectations!
₹30.000 INR em 7 dias
6,3
6,3

Hi, This is a really exciting concept — and definitely something we can help you build end-to-end. We can develop your astrology platform with an accurate Kundli engine (using reliable APIs like Swiss Ephemeris), automated daily horoscopes, and a personalized prediction module. We can also include an AI chatbot for interactive user queries if needed. For scalability and performance, we’d use a modern stack with React/Flutter on the frontend and Node.js + Django on the backend, ensuring clean APIs and smooth data flow across the platform. We’ll handle everything from development to deployment, including a clean UI/UX, working demo, and full source code. Before we proceed, I’d love to quickly align on a few key aspects to ensure we build exactly what you’re envisioning. Do you already have a preferred astrology API or data source in mind, or would you like us to recommend one? Also, how detailed would you like the Kundli and predictions to be — more basic insights or a deeper, advanced analysis? Would love to connect briefly to understand your preferred data source, feature depth, and timeline so we can propose the best approach. Best regards, Suman
₹80.000 INR em 7 dias
4,9
4,9

Hi there, Strong alignment with this project comes from experience building data-driven platforms with complex calculation engines, automation workflows, and AI-powered user interactions. Clear understanding of the requirement to develop a scalable astrology platform with Kundli generation, automated daily horoscopes, and optional AI-based personalized prediction system. Hands-on expertise ensures accurate implementation using Swiss Ephemeris/APIs, scheduled cron jobs, clean UI, and optional AI chatbot integration for natural-language insights. Risk stays controlled through validated calculation logic, modular architecture, performance optimization, and scalable backend design. Available to start immediately happy to discuss approach and next steps. Recent work: https://www.freelancer.com/u/chiragardeshna Regards Chirag
₹30.000 INR em 7 dias
4,5
4,5

DEMO READY. .As a seasoned developer with over X years of experience, I truly feel my skillset aligns perfectly with your needs for this Astrology App and Kundli Generator project. My expertise in both Mobile and Web Development, specifically with Python (Django) and React, makes me an ideal candidate. Furthermore, my solid understanding of complex calculation-oriented systems will ensure the accurate planetary positions, houses, yogas, and dasha system generation you seek. Regarding your request for automated daily horoscopes generation and AI-supported personalized predictions based on Kundli data, I am also well-versed in incorporating AI technologies like machine learning. This additional area of expertise allows me to create an intuitive AI chatbot that can answer user questions revolving around their personal lives based on relevant astrological insights gleaned from their Kundli information. An added bonus is that I'm familiar with APIs like Swiss Ephemeris which would prove beneficial in ensuring high accuracy for your platform. On top of that, my previous work on scalable solutions would allow for a smooth experience even as your user base expands. Bringing all these capabilities to bear on your project as well as delivering a clean UI/UX design are promises I intend to fulfill with dedicated effort. Let's connect and make this project reach its full celestial potential!
₹45.000 INR em 7 dias
4,3
4,3

New Delhi, India
Membro desde abr. 7, 2026
₹600-1500 INR
₹600-1500 INR
₹12500-37500 INR
$30-250 USD
$250-750 USD
$25-50 USD / hora
$250-750 USD
₹12500-37500 INR
$10-30 USD
$750-1500 CAD
$250-750 CAD
₹600-1500 INR
$750-1500 USD
$250-750 USD
₹12500-37500 INR
₹37500-75000 INR
$374 AUD
₹1500-12500 INR
$30-250 AUD
$30-250 USD