You opened this page in a new tab. To return to the scene, close this tab.
Original idea and direction: Analemma Labs, inspired by an oral teaching of initiatic astrology and by explicit reference to Leonardo's Vitruvian Man, the colures, the equatorial band, and the ecliptic.
Technical development: in collaboration with Claude (Anthropic).
The whole project is documented phase by phase in CHANGELOG.md in the repository.
All dependencies are under permissive licenses, compatible with the project's MIT license. SIDERA 4D is fully client-side: the user's browser runs all the code.
| Component | Role | License |
|---|---|---|
| Three.js 0.164 | 3D graphics engine (WebGL) | MIT |
| Astronomy Engine 2.1 | Planetary position calculation | MIT |
| Tone.js 14.8 | Audio synthesis (on standby 8B.1 — silent experience by default) | MIT |
| Luxon 3.4 | Dates, timezones, DST | MIT |
| TypeScript 5.4 | Language (development) | Apache 2.0 |
| Vite 5.2 | Bundler (development) | MIT |
Libraries served via jsDelivr (public CDN). Files are requested on first load and then stored in the browser cache.
Birthplace geocoding (optional) via Nominatim, an OpenStreetMap service. Data © OpenStreetMap contributors, published under the ODbL license. If the network is unavailable or geocoding does not respond, latitude, longitude, and timezone can be entered manually in the form.
No other external service is queried.
There is no proprietary backend, no accounts, no tracking cookies,
no analytics pixels. Birth data stays in the user's browser;
the "Remember on this device" option saves data exclusively in the device's localStorage.
The body at the center of the sphere is the Vitruvian Shadow Body: an optional GLB mesh
(Male_Model.glb / Female_Model.glb) with a black seal-body material,
chosen in the form as a symbolic M/F form. If loading fails, a procedural body generated in Three.js remains as a fallback.
Shadow Body GLB models: original Analemma Labs 3D assets, generated through a ComfyUI Image-to-3D pipeline.
The planetary rays reach symbolic nodes of the body (points of light and impact caps): contemplative correspondences internal to SIDERA. They are not chakras and do not constitute a medical or predictive map or a certified energetic system.
SIDERA 4D is released under the MIT license. Full text:
The source code is available under the MIT license. The CHANGELOG.md documents every phase of the project.