From 6f3dd3c70955b924b754546b36910b7e20f95a8a Mon Sep 17 00:00:00 2001 From: jessiebroke <18238304+jessiebroke@users.noreply.github.com> Date: Sun, 9 Mar 2025 13:52:51 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc5e400..4936e19 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ Repo of community-driven Codex projects | ----- | ------ | | [ethCC demo](https://github.com/codex-storage/ethcc-demo) | Shows storage requests as they are created on the testnet (or locally, depending on config), and assuming the dataset is an image, displays the image | | [Codex Vault](https://github.com/codex-storage/codex-marketplace-ui) | Web application featuring an attractive user interface for interacting with Codex on the testnet (or locally with limited functionality). | -| [Codex SDK](https://github.com/codex-storage/codex-js) | JavaScript SDK that allows developers to build web applications on top of Codex. | \ No newline at end of file +| [Codex SDK](https://github.com/codex-storage/codex-js) | JavaScript SDK that allows developers to build web applications on top of Codex. | +| [Qaku](https://github.com/vpavlin/qaku) | [Qaku.app](https://qaku.app) is a Q&A app (like Slido, but decentralized), leaning on Codex for persistency of the Q&As. Codex REST API is used via codex-js in the [frontend](https://github.com/vpavlin/qaku) and from Go in the [backend](https://github.com/vpavlin/qaku-cache) |