From b783bf659d88ed22249743f5b601e64a2b5c3793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Pavl=C3=ADn?= Date: Tue, 4 Feb 2025 14:18:45 +0100 Subject: [PATCH] add qaku --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 791f17f..57bf53d 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ Repo of community-driven Codex projects | Name (link)| Description | | ----- | ------ | | [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 | +| [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) |