Zodiacs.org
AI astrology

Build AI astrology with verified context.

Zodiacs SDK gives AI astrology products a factual ownership layer: verified held signs that can sit beside birth charts, transits, and conversation history.

What the AI can receive.

Simastry pattern.

In Simastry, an Aura page can be shared. Read-only Zodiac ownership can optionally shape that Aura context and inform conversations with AI astrologists in the app.

The SDK keeps the source facts deterministic. The app chooses how much of that context to include in a reading or conversation.

import { getZodiacIdentityContext } from "@zodiacs/sdk/identity";

const context = getZodiacIdentityContext(ownership, {
  sunSign: "leo"
});

const aiAstrologyContext = {
  heldSigns: context.heldSigns,
  elementComposition: context.elementComposition,
  currentSeasonHeld: context.currentSeasonHeld
};