⚠ THE INFORMATION RECORDED ON THESE PAGES IS NOT PRESENT IN THIS WORLD ⚠

THIS IS NOT HUMAN.

If you're reading this, you should know that the documents are a product of a phenomenon. The Archive documents every known Landscape, Entity, Person, Group and Object that can be found in the Backrooms. Browse at your own risk — some entries are still being generated.

Featured Entries

How to add a new entry

Copy templates/entry-template.mdx (repo root, not built into the site) intosrc/content/landscapes/, entities/, groups/, orphenomena/ (whichever fits — see the five type-* badge colors inHelp), rename it to the entry's slug, and fill in its frontmatter (title, tag, description, infobox fields, etc.) — that's the only step. Its class listing page, its card here on the homepage (if you setfeatured: true), and "Random Entry" all pick it up automatically, because they're built from Astro Content Collectionsquerying every file in that folder — no HTML to hand-write and nothing to keep in sync by hand. Variants and POIs are the exception — set familyRole: variant or poi and a shared family id instead of featured, and save the file inside its main entry's own subfolder (e.g. src/content/landscapes/the-lobby/the-new-room.mdx); the Related-Entries Sidebar then builds itself from every entry sharing that family id — seeHelp → Related-Entries Sidebar. All pages sharesrc/styles/global.css — edit it once to restyle the whole wiki.