Source for the Wickra X-Ray marketing site (xray.wickra.org): hero, live in-browser WASM indicator demo, benchmarks, and per-language API overviews. Built with VitePress.
The structure mirrors webpage
(wickra.org) and wickra-docs
(docs.wickra.org): shared header, footer, theme, badge pipeline, and workflows.
Wickra X-Ray is a free explorer for market microstructure — footprint, order-book heatmap, liquidation map and funding/OI divergence. The library itself is
wickra-lib/wickra-xray.
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 Wickra indicators in the browser.
Static build via Cloudflare Pages:
- Build command:
npm run build - Output directory:
.vitepress/dist - Node version: 20
Custom domain xray.wickra.org is configured in the Cloudflare Pages dashboard.
Dual-licensed under MIT or Apache-2.0, at your option.
