notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 1668b3701c49abd5074b33d4e2a1aaecd4f73d2f
parent a38c682d7814c197c2d4bd047b3b6203f0f4793a
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 30 Apr 2025 08:43:50 -0700

dave: add screenshot to readme

Diffstat:
Mcrates/notedeck_dave/README.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/crates/notedeck_dave/README.md b/crates/notedeck_dave/README.md @@ -2,6 +2,8 @@ Dave is an AI-powered assistant for the Nostr protocol, built as a Notedeck application. It provides a conversational interface that can search, analyze, and present Nostr notes to users. +<img src="https://cdn.jb55.com/s/73ebab8f43804da8.png" width="%50"/> + ## Overview Dave demonstrates how to build a feature-rich application on the Notedeck platform that interacts with Nostr content. It serves both as a useful tool for Nostr users and as a reference implementation for developers building Notedeck apps.