A minimal astrocartography web app built with Flask and Leaflet.js.
Input your birth data, view projected planetary lines on a map.
No sign-up, no storage, no interpretation.
- Takes birth time, date, and location as input
- Calculates planetary lines (ASC, MC, DSC, IC)
- Displays them on an interactive map using Leaflet
- Allows simple exploration of locations in relation to astrological geometry
- Supports multiple inputs for comparing charts in group or family contexts
- Flask backend
- Leaflet.js frontend
- Minimal JavaScript
- No external APIs beyond map tiles
- Runs locally or can be hosted as a standalone microservice
-
Clone the repo:
git clone https://github.com/scopalaffairs/astrocarto.git cd astrocarto -
Install dependencies:
pip install -r requirements.txt
-
Run the app:
flask run
-
Open in browser:
http://127.0.0.1:5000
- Designed for clarity
- No data is stored or sent anywhere
- Suitable as a base for further exploration or modification
BSD 2-Clause License