Getting Started
Quickstart
Caelus computes a chart from a UT instant and a location. The core does no I/O, so the same code runs in the browser, on edge runtimes, and in Node.
Install
Compute a chart
Pass the engine its dataset explicitly. The embedded dataset is bundled with the package and needs no files on disk.
What you get back
The chart object carries every body with its longitude, speed, retrograde flag, sign, and equatorial coordinates, plus the angles, house cusps, and aspect list. See Computing Charts for the full shape.
Next steps
- Computing Charts: the chart object and the local-time hazard.
- Houses & Zodiacs: twelve systems and sidereal modes.
- MCP Setup: the same engine as chart tools for AI clients.
- caelus-starter: clone a full Next.js app and build on it.
- Playground: try it live in the browser.