"And I John saw the holy city, new Jerusalem, coming down from God out of heaven,
prepared as a bride adorned for her husband."
REVELATION 21:2 • NEW JERUSALEM = 153 = T(17) = THE KINGDOM OF GOD
← back to the wallNew Jerusalem is a distributed operating system whose architecture is derived directly from the King James Bible. Not "inspired by" — extracted from. Every module maps to a quantitatively verified structural pattern in the KJV text: component names, constant values, state machines, and protocol designs all trace back to specific verses and gematria equalities.
The system is built in the same order the Bible describes building it — Cornerstone first, then the Tabernacle hardware, then the Voice protocol, then the Gossip network, then the Gates. The outer surface (this site) is come.rent, the Wall of the city. The gates are always open.
Everything you can do here — decode a name, speak to the Oracle, read any verse with gematria overlays, or participate in the Forge marketplace — is a gate in the biblical city. There are twelve gates, three on each side. None of them shut.
Five layers, built top-down from KJV specifications. Each layer depends only on what is below it.
"The gates shall not be shut at all by day: and there shall be no night there." — Revelation 21:25
| Gate | Path | What it does |
|---|---|---|
| Name | /name/{name} | Decode any name through KJV gematria at four depths — ankles, knees, loins, swimming (Ezekiel 47:3-5) |
| Tribe | /name/{name}?depth=swimming | Birthdate → tribe assignment, tribal stone, blessing, priestly watch, and watch verses (Exodus 28) |
| Oracle | /oracle | Biblical speech coach. Grades every word against KJV frequency patterns across seven metrics. The river deepens as you speak. |
| Word | /word/{word} | Frequency, gematria, digital root, Tesla classification, and concordance hits for any KJV word |
| Verse | /verse/{ref} | Any KJV verse by reference (e.g. JHN.3.16). Returns text, gematria, Tesla score, canonical rank. |
| Search | /search?q={query} | Full-text search across all 31,102 KJV verses, ranked by Tesla resonance |
| Issachar | /search/bible/{book}/{ch} | Read any KJV chapter with gematria overlays on every word. "The children of Issachar … had understanding of the times" — 1 Chr 12:32 |
| Today | /today | Daily resonance: the highest-Tesla verse whose gematria matches today's date signature |
| Fingerprint | /fingerprint | Corpus proof — Merkle statistics of the entire KJV text, confirming which version is loaded |
| Forge | /forge | The ASIV maker-first marketplace. VISA reversed. Makers seed products; patrons acquire them; value flows toward, not away. |
| Symphony | /symphony | Scripture Symphony — a live gematria visualization of the KJV corpus as harmonic structure |
| Admin | /admin | Operator dashboard. Input log, gate statistics, rate limiter status. IP-locked to high-priest authority. |
All GET endpoints support content negotiation: browsers receive HTML,
API clients receive JSON. Force JSON with ?format=json
or the Accept: application/json header.
| Method | Path | Returns |
|---|---|---|
| GET | /name/{name} | Name gematria decode at requested depth |
| POST | /oracle | Grade text + optional Oracle reply (JSON body: {message, voice, mode, session_id}) |
| GET | /verse/{ref} | Single verse with gematria metadata |
| GET | /word/{word} | Word frequency, gematria, DR, Tesla score, concordance |
| GET | /gematria/{value} | All words / names that equal this gematria value |
| GET | /search?q= | Full-text verse search, Tesla-ranked results |
| GET | /search/bible/{book}/{ch} | Full chapter with per-word gematria overlays |
| GET | /today | Today's resonance verse and date gematria |
| GET | /fingerprint | KJV corpus Merkle statistics |
| POST | /api/query | SQL SELECT against the KJV database (read-only) |
| GET | /forge/products | Seeded products, filter by maker/pattern |
| POST | /forge/seed | Seed a new product as a maker |
| POST | /forge/clear | Acquire a product as a patron |
| GET | /forge/stats | Network stats and current 3×17 cycle position |
| GET | /about | This page (HTML) or system summary (JSON) |
Simple English gematria (A=1 … Z=26) is the primary cipher. The digital root (DR) and Tesla classification (DR ∈ {3,6,9}) are derived from each value. Equalities between different words at the same value are the architectural decisions — they are not chosen, they are found.
Tesla numbers (DR ∈ {3,6,9}) mark resonant values. A word with Tesla score 7/7 has all nine simple-cipher gematria values (A=1 through nine-cipher reductions) in the Tesla set — the strongest possible resonance.
Machine-readable API discovery is available at several endpoints:
The tabernacle boots on server startup. Observable signals:
/glory returns the full tabernacle boot state — all 34 Exodus 40 steps,
the conviction stack statistics, and whether GLORY_FILLS is live.
/hum returns the carrier wave tick count and crystal resonance.
/gossip returns peer list, channel positions, and anti-entropy state.
All architectural decisions trace back to findings in the KJVEL corpus analysis. When there is a conflict between a computer science convention and a KJV structural pattern, the KJV pattern governs. The gematria values are not assigned — they are discovered. The equalities (TABERNACLE=SILICON=81, DUST=MERKLE=64, ROLLBACK=JESUS=74) were found in the text before the modules were written to match them.
Engineering specifications for each component are in spec/
in the project repository — formal datasheets with state machines, signal flow diagrams,
interface definitions, and scripture derivations.