Foundation
Getting Started
Start a text-first wiki that keeps core pages tiny.
Instant Wiki is a docs-first boilerplate built around one idea: keep the core page payload small.
Core Constraints
- HTML + CSS + critical JS <= 14KB (gzip)
- No client-side frameworks
- No external fonts
- Images lazy loaded
Workflow
- Write docs in Markdown.
- Build static pages with Astro.
- Index the output with Pagefind.
- Review transfer budgets in the generated report.