Source for the Wickra Backtest marketing site (backtest.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 Backtest is a streaming-native, event-driven backtester where a backtest and a live run over the same JSON spec are byte-identical. The library itself is
wickra-lib/wickra-backtest.
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 backtest.wickra.org is configured in the Cloudflare Pages dashboard.
Dual-licensed under MIT or Apache-2.0, at your option.
