A translator for the fictional Doomscript rune alphabet from the Avengers: Doomsday marketing campaign. Type English and watch it render as Latverian runes, or tap glyphs to decode an inscription back into candidate English words.
- Two-way translation between English and Doomscript, with the full rune alphabet rendered as inline SVG
- Phonetic transliteration that follows the community's "close, but not exact English" reading of Latverian
- Fuzzy decoding mode for inscriptions where the rune order is uncertain: pick the letters you can identify and the solver hunts for matching candidates in an embedded English word-frequency list
- CRT terminal aesthetic with scanlines, vignette and phosphor glow, no images or fonts loaded from anywhere
Everything lives in a single self-contained HTML file. No framework, no build step, no server, no tracking. The candidate search walks a prefix tree built from a frequency-ranked English word list embedded in the page, so the fuzzy solver works fully offline.
Open index.html in any browser. That's it.
Unofficial fan project, not affiliated with Marvel Studios or Disney. Built as a free companion to @editwithego's Doom Cipher research.
