LIL BRO
CODEX FACTORY
THE CODEX FACTORY
← HQ

THE CODEX FACTORY

Select a codex from the left to open it. Write entries, edit them, ask questions of them, and export each one as a Living Codex book in your signature aesthetic.

`; } function romanize(n) { const r = ['','I','II','III','IV','V','VI','VII','VIII','IX','X','XI','XII','XIII','XIV','XV','XVI','XVII','XVIII','XIX','XX','XXI','XXII','XXIII','XXIV','XXV','XXVI','XXVII','XXVIII','XXIX','XXX']; return r[n] || String(n); } function importCodex() { alert('Import is for next phase. For now, drop entries into a new codex slot manually.'); } function codexSettings() { setTab('settings'); } // INIT loadCodexes(); renderCodexList();