Docs
Architecture, runbooks, and operational docs. Auto-generated from docs/ in the repo.
Architecture & Reference
How Hostking Pro is built. Read these if you're new to the codebase.
Operations
Runbooks and postmortems. Read these when something is on fire.
Performance Audit β 2026-08-06
3.5KB> Snapshot of platform performance before going GA. Everything below was measured on the production box (IP 18.188.15.122, 1 vCPU / 1.9 GB RAM / 30 GB SSD). We measured with Lighthouse on Chrome stable, throttled to "mobile" (Slow 4G + 4x Cβ¦
Disaster Recovery Runbook
5.2KB> When something is on fire, this is the doc you open. Keep it current. 1. **Check `/status`** β is the platform up? If yes, the issue is local. 2. **Check `/api/readyz`** β Supabase, /home, Pods. 3. **Check `/dashboard/box`** β CPU, memoryβ¦
Editing docs
Add a markdown file to docs/ in the repo. The slug is the path without .md. So docs/postmortems/2026-08-15-outage.md appears at /docs/postmortems/2026-08-15-outage.
The renderer handles headings, paragraphs, code blocks, lists, blockquotes, tables, inline code, bold, italic, and links. Anything more complex (images, math) is on the backlog.