Context
kwelea build produces a fully static site — no server-side logic, no CDN dependencies, self-contained assets. It should deploy cleanly to any static host, but each platform has its own routing conventions, build pipeline requirements, and redirect handling that can surface edge cases.
GitHub Pages has been verified. This issue tracks compatibility testing across the remaining major platforms.
Checklist
Hosting platforms
Things to verify on each platform
Notes
- Platforms that rewrite
index.html URLs (e.g. serve /guide/configuration without trailing slash) may need a _redirects or vercel.json rule — document any workarounds found.
- If a platform requires a build command,
go install github.com/engineervix/kwelea@latest && kwelea build should be sufficient.
- Add a docs page under
guide/deployment.md for any platform-specific steps discovered here.
How to contribute
Pick a platform from the list, deploy the kwelea docs site or your own project, and report your findings as a comment — what worked, what didn't, and any config you needed to add.
Context
kwelea buildproduces a fully static site — no server-side logic, no CDN dependencies, self-contained assets. It should deploy cleanly to any static host, but each platform has its own routing conventions, build pipeline requirements, and redirect handling that can surface edge cases.GitHub Pages has been verified. This issue tracks compatibility testing across the remaining major platforms.
Checklist
Hosting platforms
vercel --prodnetlify deploy --prodsurge site/firebase deployThings to verify on each platform
/guide/configuration/)/assets/)search-index.jsonvia relative path)base_urlinkwelea.tomlmatches the deployed URL (needed for canonical links if/when added)Notes
index.htmlURLs (e.g. serve/guide/configurationwithout trailing slash) may need a_redirectsorvercel.jsonrule — document any workarounds found.go install github.com/engineervix/kwelea@latest && kwelea buildshould be sufficient.guide/deployment.mdfor any platform-specific steps discovered here.How to contribute
Pick a platform from the list, deploy the kwelea docs site or your own project, and report your findings as a comment — what worked, what didn't, and any config you needed to add.