Wiki GUI

A static-site generator that converts the D3-TUI Pi Workcell LLM wiki (Markdown) into a browsable, Wikipedia-style website with full-text search, dashboards, and responsive layout.

The generator (generate_wiki.py) reads .md files from the llm-wiki/ source directory, resolves internal wiki-links, renders Markdown to HTML via a template system, and produces a self-contained output directory (llm-wiki-html/) ready to serve with any static HTTP server. Every page is a single HTML file with inlined CSS and lazy-loaded search — no JavaScript build step, no framework, no external dependencies at runtime.

For the full product specification, see llm-wiki/wiki/architecture/wiki-gui-prd.md.