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
The Lobby
Endless rooms of damp yellow wallpaper, moist carpet, and the incessant hum of fluorescent lights.
Landscape · TutorialThe Red Neighborhood
A suburban neighborhood illuminated by a deep red light.
Entity · BacteriumThe Lifeform
A highly intelligent predator that roams the Backrooms.
TemplateBlank Entry Template
templates/entry-template.mdx — copy it to document a new Landscape, Entity, Object, Group, or Phenomenon. See Help for how it works.
HelpCopy-Paste Component Library
Ready-made hyperlinks, collapsibles, sliders, tables, images, embeds, and callouts to drop straight into an entry.
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.