From ae9aa6500991e11c14e53558452ed3c2e137760c Mon Sep 17 00:00:00 2001 From: kingchenc Date: Fri, 3 Jul 2026 18:40:43 +0200 Subject: [PATCH 1/3] docs: add an Ecosystem section to the README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Link the products built on the Wickra core — wickra-exchange, wickra-backtest, wickra-terminal, wickra-screener and wickra-xray — plus wickra-radar / wickra-copilot / wickra-shazam as coming soon, and the docs and marketing sites. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ba92b0ea..bbe64907 100644 --- a/README.md +++ b/README.md @@ -440,6 +440,20 @@ order-book, trade, profile, alt-chart bars, footprint). This catches FFI wiring bugs the math-only core tests cannot see — it has already found and fixed real cross-language marshalling bugs in the Java and R bindings. +## Ecosystem + +Wickra is the core library. The same data-driven core + ten-language binding +pattern powers a family of products built on it: + +- [**wickra-exchange**](https://github.com/wickra-lib/wickra-exchange) — unified market-data + execution across ten crypto exchanges +- [**wickra-backtest**](https://github.com/wickra-lib/wickra-backtest) — event-driven backtester over the Wickra core +- [**wickra-terminal**](https://github.com/wickra-lib/wickra-terminal) — the trading terminal: a TUI and a browser renderer over the stack +- [**wickra-screener**](https://github.com/wickra-lib/wickra-screener) — parallel multi-symbol screening over 514 streaming indicators +- [**wickra-xray**](https://github.com/wickra-lib/wickra-xray) — market-microstructure explorer: footprint, order-book heatmap, liquidation map, funding/OI divergence +- **wickra-radar**, **wickra-copilot**, **wickra-shazam** — *coming soon* + +Docs live at [docs.wickra.org](https://docs.wickra.org) ([wickra-docs](https://github.com/wickra-lib/wickra-docs)); the marketing site and in-browser demo at [wickra.org](https://wickra.org) ([webpage](https://github.com/wickra-lib/webpage)). + ## Contributing Contributions are very welcome — issues, bug reports, ideas, and pull requests From 1fa6d96aae324f0a7253bfa1d922319c47a04d25 Mon Sep 17 00:00:00 2001 From: kingchenc Date: Fri, 3 Jul 2026 19:01:37 +0200 Subject: [PATCH 2/3] docs(readme): surface the ecosystem teaser at the top, under the live demo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bbe64907..da7c40b2 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ > **▶ Live demo:** all 514 indicators over real Binance market data, computed live in your browser — **[live.wickra.org](https://live.wickra.org)** · zero backend, powered by `wickra-wasm`. +**Part of the [Wickra ecosystem](#ecosystem):** the same data-driven core and ten-language binding surface also power [wickra-exchange](https://github.com/wickra-lib/wickra-exchange), [wickra-backtest](https://github.com/wickra-lib/wickra-backtest), [wickra-terminal](https://github.com/wickra-lib/wickra-terminal), [wickra-screener](https://github.com/wickra-lib/wickra-screener) and [wickra-xray](https://github.com/wickra-lib/wickra-xray) — with **wickra-radar**, **wickra-copilot** and **wickra-shazam** on the way. + Wickra is a multi-language technical-analysis library with a Rust core and native bindings for Python, Node.js and WASM, plus a C ABI that C, C++, C#, Go, Java, R and any other C-capable language links against. Every indicator is a From b7933d488c8718ead40fecdebdf818f1a1643a25 Mon Sep 17 00:00:00 2001 From: kingchenc Date: Sat, 4 Jul 2026 17:23:55 +0200 Subject: [PATCH 3/3] docs: list all eight ecosystem products as shipped wickra-radar, wickra-copilot and wickra-shazam are now live, so drop the 'coming soon'/'on the way' wording and link them like the rest. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da7c40b2..ad9537f5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ > **▶ Live demo:** all 514 indicators over real Binance market data, computed live in your browser — **[live.wickra.org](https://live.wickra.org)** · zero backend, powered by `wickra-wasm`. -**Part of the [Wickra ecosystem](#ecosystem):** the same data-driven core and ten-language binding surface also power [wickra-exchange](https://github.com/wickra-lib/wickra-exchange), [wickra-backtest](https://github.com/wickra-lib/wickra-backtest), [wickra-terminal](https://github.com/wickra-lib/wickra-terminal), [wickra-screener](https://github.com/wickra-lib/wickra-screener) and [wickra-xray](https://github.com/wickra-lib/wickra-xray) — with **wickra-radar**, **wickra-copilot** and **wickra-shazam** on the way. +**Part of the [Wickra ecosystem](#ecosystem):** the same data-driven core and ten-language binding surface also power [wickra-exchange](https://github.com/wickra-lib/wickra-exchange), [wickra-backtest](https://github.com/wickra-lib/wickra-backtest), [wickra-terminal](https://github.com/wickra-lib/wickra-terminal), [wickra-screener](https://github.com/wickra-lib/wickra-screener), [wickra-xray](https://github.com/wickra-lib/wickra-xray), [wickra-radar](https://github.com/wickra-lib/wickra-radar), [wickra-copilot](https://github.com/wickra-lib/wickra-copilot) and [wickra-shazam](https://github.com/wickra-lib/wickra-shazam). Wickra is a multi-language technical-analysis library with a Rust core and native bindings for Python, Node.js and WASM, plus a C ABI that C, C++, @@ -452,7 +452,9 @@ pattern powers a family of products built on it: - [**wickra-terminal**](https://github.com/wickra-lib/wickra-terminal) — the trading terminal: a TUI and a browser renderer over the stack - [**wickra-screener**](https://github.com/wickra-lib/wickra-screener) — parallel multi-symbol screening over 514 streaming indicators - [**wickra-xray**](https://github.com/wickra-lib/wickra-xray) — market-microstructure explorer: footprint, order-book heatmap, liquidation map, funding/OI divergence -- **wickra-radar**, **wickra-copilot**, **wickra-shazam** — *coming soon* +- [**wickra-radar**](https://github.com/wickra-lib/wickra-radar) — perp-universe alert radar: OI delta, funding flip, book imbalance, liquidation clusters, OI/price divergence +- [**wickra-copilot**](https://github.com/wickra-lib/wickra-copilot) — local market copilot grounded in real order-book, liquidation and funding microstructure +- [**wickra-shazam**](https://github.com/wickra-lib/wickra-shazam) — match an asset's current microstructure fingerprint against its entire history Docs live at [docs.wickra.org](https://docs.wickra.org) ([wickra-docs](https://github.com/wickra-lib/wickra-docs)); the marketing site and in-browser demo at [wickra.org](https://wickra.org) ([webpage](https://github.com/wickra-lib/webpage)).