Skip to content

Bboy9090/Ultimate-SoulCodex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

611 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultimate Soul Codex (Engine of the Eternal Now)

A premium, behavior-first “life mapping” app: onboarding → profile → Codex reading → today/timeline/compatibility — with explicit confidence labeling so users always know what’s locked in.

Repo structure (monorepo)

  • apps/web: Vite + React web app (UI)
  • apps/api: Express API entrypoint (bundled to dist/server.js)
  • packages/*: shared libraries
    • packages/core: core compute + prompts
    • packages/db: Drizzle schema + shared zod schemas
    • packages/ai: validation pipeline (clarity/structure/blandness)
    • packages/astrology: astrology utilities and related engines
  • Root routes.ts / server/index.ts: canonical API router + server harness used by the built app

Run locally

npm install
cp .env.example .env
npm run dev

Open http://localhost:3000.

Build for production

npm run build
npm run start

Confidence / trust system

Confidence is a first-class model: verified | partial | unverified with an explicit reason and an optional AI assurance note.

See CONFIDENCE.md for:

  • badge rules
  • “where computed / where displayed”
  • display guidance

Canonical output contract (Schema v1)

The engine-facing profile contract is Soul Codex Output Schema v1.

  • Spec: SOUL_CODEX_OUTPUT_SCHEMA_V1.md
  • Endpoint: GET /api/profiles/:id/soul-codex-v1?tone_mode=clean|deep|raw

Repository rules

See AGENTS.md (audit-first, no fake success, small PRs).

About

Mobile-first mystical personality app synthesizing 30+ spiritual systems (astrology, numerology, Human Design) with AI-powered insights for self-discovery and relationships

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors