Foundation
Getting Started
Start a text-first wiki that keeps core pages tiny.
Instant Wiki is a text-first wiki boilerplate built around one idea: keep each route lightweight while still being practical to author and maintain.
Core Constraints
- HTML + CSS + critical JS <= 14KB (gzip)
- No client-side frameworks
- No external fonts
- Images lazy loaded
Workflow
- Write content in
content/*.md. - Build static pages with Astro.
- Generate
dist/search-index.jsonfrom markdown pages. - Review transfer budgets in the build report.
Where to Continue
- New here: read Why This Project first.
- Ready to start: read Installation.
- Content editing: read Content Authoring.
- Performance guardrails: read Transfer Budgeting.