notedeck

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

commit 6601747eb49a5814f4ae9932ba46cd133e35353a
parent 2fdb36475ae909e9bece5a5f508b25a4a076464c
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 21 Apr 2025 12:26:50 -0700

dave: add readme

Signed-off-by: William Casarin <jb55@jb55.com>

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

diff --git a/crates/notedeck_dave/README.md b/crates/notedeck_dave/README.md @@ -0,0 +1,14 @@ + +# Dave, the nostr assistant + +Dave is a notedeck app that implements a nostr ai assistant. It is also fairy +simple and is a good reference on how to build a notedeck nostr app. + +## Features + +- [x] Query and search the local nostr database for notes +- [x] Present and render notes to the user +- [ ] Chat history +- [ ] Anonymous [lmzap][lmzap] backend + +[lmzap]: https://jb55.com/lmzap