From 1668b3701c49abd5074b33d4e2a1aaecd4f73d2f Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 30 Apr 2025 08:43:50 -0700 Subject: [PATCH] dave: add screenshot to readme --- crates/notedeck_dave/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/notedeck_dave/README.md b/crates/notedeck_dave/README.md index 6cce7db..d19d45e 100644 --- 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. + + ## 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.