storywikiuilaunchreaderUpdated 2026-05-31

Kevin Wiki Launch

The wiki launched twice: once as agent-authored markdown in wiki/, again as a Next.js reader that bundles those files for Vercel.

The compiled knowledge base follows AGENTS.md schema with qmd search, automations, and capture ingest. Source: AGENTS.md The public reader lives in ui/: monochrome theme, instant typeahead search, Mermaid and Recharts rendering, 3D graph at /graph, password gate for private categories. Source: ui/README.md

Production deploy uses Vercel Root Directory ui. prebuild runs scripts/bundle-wiki.mjs, copying ../wiki into ui/.content/wiki because parent paths are unavailable at serverless runtime. Source: ui/README.md See Wiki Content Bundle Pipeline and Kevin Wiki UI Architecture for architecture detail.

WIKI_PUBLIC_CATEGORIES=1 filters sidebar and search to a curated public list while direct URLs still resolve. Source: ui/README.md

Wiki Origin Story covers why the wiki exists; this page covers how it became browsable outside Obsidian and Cursor.


Timeline