The Autopsy Reports page (route:Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/mystery-haunting/llms.txt
Use this file to discover all available pages before exploring further.
/case-studies) reimagines the classic portfolio case study as a forensic investigation file. Each project breakdown is rendered as a weathered parchment card complete with a radial dot grid background, a bold RESOLVED stamp rotated at −15°, and a corner toe-tag bearing the case ID. The page title reads “AUTOPSY REPORTS” with the subtitle “Post-mortem analysis of critical failures”, setting the stage for a tongue-in-cheek deep-dive into real engineering challenges.
Current Case Studies
| Case # | Title | Cause | Time of Incident | Survivors |
|---|---|---|---|---|
| 001 | The Memory Leak Massacre | Unclosed WebSocket Connections | 3:00 AM | 0 (All nodes crashed) |
| 002 | Curse of the Infinite Loop | Missing Dependency Array | Friday 4:59 PM | Only the intern |
Subject was found unresponsive in the production environment. Initial analysis showed severe bloating in the heap memory. Surgical intervention required refactoring 400 lines of legacy code. Patient is now stable but requires monitoring.
Card Design
Each case study is rendered as a parchment-style card on a grid layout. The visual anatomy of a card consists of the following elements:- Parchment background — a warm off-white (
#f4f1ea) base layered with a repeating radial dot grid, evoking aged paper found in a coroner’s filing cabinet. - RESOLVED stamp — a bold red stamp mark rotated −15° and overlaid on the card face, indicating the case has been closed.
- Toe-tag label — a small corner element displaying the case ID (e.g.
#001), styled to look like a physical tag tied to the document. - Narrative notes — body copy within each card tells the autopsy story in forensic language: heap bloat autopsies, legacy code surgery reports, and incident timelines.
Customization
How to add a case study
How to add a case study
Add a new object to the The grid layout will automatically accommodate additional cards — each new entry is rendered using the same parchment card template, so the stamp, toe-tag, and radial dot grid pattern are applied without any extra configuration.
caseStudies array in the page source. Each entry requires an id, title, cause, time, and survivors field.