What Is This?
Turbo Wiki is a knowledge base built from conversations. When we research something, reach a conclusion, or produce an answer worth keeping — it gets stored here as a permanent article.
How It Works
- Something interesting comes up in conversation
- Someone says "store this to the wiki"
- The article gets written, categorized, and deployed
- It shows up here with full search and navigation
Article Format
Each article is a markdown file with frontmatter:
---
title: Article Title
date: 2026-03-09
tags: [topic, subtopic]
summary: One-line description.
---
Articles are organized in folders that become the navigation tree.
Tech Stack
- Content: Markdown files with YAML frontmatter
- Build: Node.js script (no framework)
- Hosting: Cloudflare Pages
- Search: Client-side JSON index
Why Static
No server to maintain. No database to back up. Markdown files in git are the source of truth — versioned, diffable, portable.
Why Cloudflare Pages
Free tier is generous (unlimited bandwidth), deploys are instant, and it's the same stack used for other projects.
Navigation
The sidebar tree is auto-generated from the folder structure. Articles show their h2/h3 headings as a table of contents with scroll-spy highlighting.
Folder Structure
Folders become collapsible categories. Nest as deep as you want.
Scroll Spy
As you read, the current section highlights in the sidebar so you always know where you are.
Contributing
Just say "store this to the wiki" in conversation and it gets added automatically.