Source for the Wickra landing site (wickra.org): hero, live in-browser WASM indicator demo, benchmarks, and per-language API overviews. Built with VitePress.
The per-indicator reference documentation lives separately at
docs.wickra.org (repo
wickra-lib/wickra-docs); the
library itself is wickra-lib/wickra.
npm install
npm run dev # local dev server
npm run build # production build (also fails on dead internal links)
npm run preview # preview the production buildThe live demo loads the published wickra-wasm
bundle from npm, so it runs the real indicators in the browser.
Static build via Cloudflare Pages:
- Build command:
npm run build - Output directory:
.vitepress/dist - Node version: 20
Custom domain wickra.org is configured in the Cloudflare Pages dashboard.
Released under the PolyForm Noncommercial 1.0.0 License.