Aurum Cordis (“The Gold of the Heart”) is a static website that reads the alchemical Opus Magnum through three lenses at once: classical alchemy, orthodox Christian theology, and Jungian depth psychology.
Most modern summaries flatten alchemy into either chemistry history or esoteric mysticism. This project instead treats alchemy as a symbolic grammar for transformation and puts it in structured dialogue with:
- Patristic and classical Christian theology,
- Scriptural exegesis,
- Jung’s account of individuation and the unconscious.
The result is a long-form, chaptered reading experience designed for careful study rather than quick reference.
- Foundations: Prima Materia, Four Elements, Tria Prima, Seven Metals
- Stages: Nigredo, Albedo, Citrinitas, Rubedo
- Synthesis: Philosopher’s Stone, Opus Magnum
- Context: Jung & Alchemy, Bibliography
- Cross-Reference Index (
pages/cross-reference.html): filterable theological/Jungian/scriptural index driven by JSON data.
This is a no-build web project:
- HTML pages in
/and/pages - Shared styling in
css/base.css,css/components.css,css/animations.css - Per-page styling in
css/pages/ - Lightweight vanilla JavaScript in
js/main.js - Content/data assets in
assets/anddata/
The JavaScript layer provides:
- scroll-triggered reveal animations,
- smooth anchor scrolling,
- active nav highlighting,
- dropdown and mobile nav behavior,
- lazy background and image loading,
- optional page-specific interactions.
aurum-cordis/
├── index.html
├── pages/
│ ├── prima-materia.html
│ ├── four-elements.html
│ ├── sulphur-mercury-salt.html
│ ├── seven-metals.html
│ ├── nigredo.html
│ ├── albedo.html
│ ├── citrinitas.html
│ ├── rubedo.html
│ ├── philosophers-stone.html
│ ├── opus-magnum.html
│ ├── jung.html
│ ├── bibliography.html
│ └── cross-reference.html
├── css/
│ ├── base.css
│ ├── components.css
│ ├── animations.css
│ └── pages/
├── js/
│ ├── main.js
│ ├── diagrams.js
│ └── search.js
├── data/
│ └── cross-reference.json
└── assets/
├── icons/
└── diagrams/
Because there is no build step, you can serve the project with any static file server.
python3 -m http.server 8000Then open: http://localhost:8000
npx serve .The repository is structured for straightforward GitHub Pages deployment:
- Push to your GitHub repository.
- Enable Pages in repo settings.
- Set source to the default branch root.
The /assets/diagrams/ directory contains reusable thematic artwork suitable for:
- hero figures,
- chapter headers,
- README/documentation visuals,
- teaching materials.
Suggested highlights:
assets/diagrams/prima-materia.pngassets/diagrams/nigredo.pngassets/diagrams/albedo.pngassets/diagrams/citrinitas.pngassets/diagrams/rubedo-phoenix.pngassets/diagrams/philosophers-stone.png
This project is explicitly confessional and interpretive.
- It does not present all alchemical traditions as equivalent.
- It does not reduce theology to psychology.
- It does not claim historical alchemy was “secretly modern chemistry.”
Instead, it offers a comparative reading framework for symbolic theology, spiritual formation, and historical alchemical language.
See LICENSE.
Ora et Labora et Lege


