Kundali
Birth charts in North, South and East Indian styles, with divisional charts.
Most astrology apps pick a side. AstroBaje computes both, from the same astronomical core — switch systems and every chart, dasha and transit recalculates.
Try the switch — the app changes theme with it, too.
No server round-trip, no waiting, no data leaving your phone.
Birth charts in North, South and East Indian styles, with divisional charts.
Daily, weekly, monthly and yearly readings for every sign.
Auspicious timing for travel, work, marriage and ceremony.
Ashtakoot compatibility matching with saved partner charts.
Vimshottari periods and sub-periods across a full lifetime.
Live planetary positions, gochara and progressions.
Planetary and deity mantras with meaning and transliteration.
Traditional question-and-answer divination games.
Palm-line readings drawn from classical sources.
Dream interpretation from the traditional catalogue.
Not machine output — planet names, signs and nakshatras are rendered in each script by hand, so nothing reads like a transliteration accident.
For developers
Charts, dashas, transits and milan over HTTP — the identical computation core that ships inside the app, with both sidereal and tropical output.
POST api.astrobaje.com/v1/chart
{
"datetime": "1994-03-12T04:35:00",
"lat": 27.7172,
"lon": 85.3240,
"system": "vedic",
"ayanamsa": "lahiri"
}
→ 200 OK
{
"ascendant": { "sign": "Makara", "deg": 12.44 },
"planets": [ … ],
"dasha": { "maha": "Guru", "antara": "Shani" }
}Every calculation runs locally. No account, no tracking, no birth data uploaded anywhere — the almanac ships inside the app and works with the radio off.